Hello,
I implemented a WebService using XFire. The WebService-classes are Beans (see attached Maven-Project).
When I'm running Jetty an error during the context initilization occures:
2006-09-14 16:20:54,346 ERROR org.springframework.web.context.ContextLoader - Context initialization failed
java.lang.NoSuchMethodError: org.springframework.beans.factory.config.Configura bleListableBeanFactory.containsLocalBean(Ljava/lang/StringZ
at org.springframework.context.support.AbstractApplic ationContext.containsLocalBean(AbstractApplication Context.java:609)
at org.springframework.context.support.AbstractApplic ationContext.initMessageSource(AbstractApplication Context.java:411)
at org.springframework.context.support.AbstractApplic ationContext.refresh(AbstractApplicationContext.ja va:301)
at org.springframework.web.context.support.AbstractRe freshableWebApplicationContext.refresh(AbstractRef reshableWebApplicationContext.java:134)
In contrast Tomcat starts without problems.
For tests you can use the attached file. It's a simple Maven-Project (Run "mvn jetty6:run").
I'll post the error/bug also to XFire and Jetty!
Thanks for help
Daniel


Z
Reply With Quote