Yes, I am using spring 2.5.2 and with the latest 2.0.5 snapshot, the error went away and the service is now up and running. Thanks for your help.
g dkulp wrote: > > > Spring 2.5.2 or 2.0.x? > > This LOOKS like 2.5.2. Logged as bug: > > https://issues.apache.org/jira/browse/CXF-1435 > > Can you try the 2.0.5 snapshots and see if it's fixed? > > Yea, you would thing Spring 2.5.2 would be backwords compatible, with > 2.5.1, but.... > > Dan > > > > On Thursday 06 March 2008, junker66 wrote: >> I'm getting the following error while deploying a service in tomcat: >> >> Mar 6, 2008 3:09:50 PM org.apache.catalina.core.ApplicationContext log >> SEVERE: StandardWrapper.Throwable >> java.lang.NullPointerException >> at >> org.springframework.context.support.AbstractRefreshableConfigApplicati >>onContext.setConfigLocations(AbstractRefreshableConfigApplicationContex >>t.java:78) at >> org.springframework.context.support.ClassPathXmlApplicationContext.<in >>it>(ClassPathXmlApplicationContext.java:137) at >> org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationC >>ontext.java:68) at >> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory. >>java:84) at >> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory. >>java:65) at >> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory. >>java:54) at >> org.apache.cxf.transport.servlet.CXFServlet.loadSpringBus(CXFServlet.j >>ava:101) at >> org.apache.cxf.transport.servlet.CXFServlet.loadBus(CXFServlet.java:63 >>) at >> org.apache.cxf.transport.servlet.AbstractCXFServlet.init(AbstractCXFSe >>rvlet.java:86) at >> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.j >>ava:1161) at >> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981 >>) at >> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext >>.java:4058) >> >> >> what could be the issue here? >> any help is appreciated. >> >> thanks, >> gary > > > > -- > J. Daniel Kulp > Principal Engineer, IONA > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > -- View this message in context: http://www.nabble.com/NullPointerException-thrown-by-CXFServlet-tp15883372p15907016.html Sent from the cxf-user mailing list archive at Nabble.com.
