Back Forum Reply New

tomcat spring xfire setup

Hi I am getting the following errors in my tomcat logs when I try to bring up our appliation.
2008-02-10 12:20:50,750 ERROR [com.stbs.psx_ws.PSXWSImpl] - Error configuring PSX-WS

2008-02-10 12:20:50,750 DEBUG [org..beans.factory.xml.DefaultXmlBe  anDefinitionParser] - No XML 'id' specified - using 'psxws' as bean name and [] as aliases......

2008-02-11 10:24:27,000 DEBUG [org..beans.factory.support.DefaultL  istableBeanFactory] - Ignoring constructor [public org.codehaus.xfire.transport.from.XFireServletCont  roller(org.codehaus.xfire.XFire,javax.servlet.Serv  letContext)] of bean 'xfire.servletController': Error creating bean with name 'xfire.servletController'

does any one know what the problem could be?  I added our web.xml and applicationcontext.xml to this posting.

thanks

Can you post your xml's web.xml , app...xml and xfire.xml

You need to have following in your web.xml:

lt;!-- - Location of the XML file that defines the root application context. - Applied by ContextLoaderServlet. --gt;   lt;context-paramgt;       lt;param-namegt;contextConfigLocationlt;/param-namegt;       lt;param-valuegt;classpath:applicationContext.xml   classpathrg/codehaus/xfire/spring/xfire.xmllt;/param-valuegt;                   lt;/context-paramgt;Originally Posted by quantrinHi I am getting the following errors in my tomcat logs when I try to bring up our appliation.
2008-02-10 12:20:50,750 ERROR [com.stbs.psx_ws.PSXWSImpl] - Error configuring PSX-WS

2008-02-10 12:20:50,750 DEBUG [org..beans.factory.xml.DefaultXmlBe  anDefinitionParser] - No XML 'id' specified - using 'psxws' as bean name and [] as aliases......

2008-02-11 10:24:27,000 DEBUG [org..beans.factory.support.DefaultL  istableBeanFactory] - Ignoring constructor [public org.codehaus.xfire.transport.from.XFireServletCont  roller(org.codehaus.xfire.XFire,javax.servlet.Serv  letContext)] of bean 'xfire.servletController': Error creating bean with name 'xfire.servletController'

does any one know what the problem could be?  I added our web.xml and applicationcontext.xml to this posting.

thanks
¥
Back Forum Reply New