Figured this one out. I had a different version of the jar which I had subsequently removed. I needed to do a 'mvn clean' to clear it out of the cache.
sabernard wrote: > > I'm getting the following error trying to set up CXF with my project: > > 2008-10-02 15:25:03.538::WARN: Failed startup of context > [EMAIL > PROTECTED]/,jar:file:/Users/me/Documents/projects/foobar/target/foobar-1.0-SNAPSHOT.war!/} > java.lang.IllegalStateException: Level number 20 is not recognized. > at > org.slf4j.impl.JDK14LoggerAdapter.log(JDK14LoggerAdapter.java:529) > at > org.apache.commons.logging.impl.SLF4JLocationAwareLog.info(SLF4JLocationAwareLog.java:120) > at > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:179) > at > org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49) > at > org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540) > at > org.mortbay.jetty.servlet.Context.startContext(Context.java:135) > at > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220) > at > org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510) > > Any ideas? > > -S > -- View this message in context: http://www.nabble.com/java.lang.IllegalStateException%3A-Level-number-20-is-not-recognized.-tp19788886p19789821.html Sent from the cxf-user mailing list archive at Nabble.com.
