I believe this a problem if you have one of the beta versions of Spring 2.1 on the classpath instead of 2.0.x.
Dan On Thursday 13 September 2007, Willem Jiang wrote: > Hi Ramanand > > Can you tell us the Spring version and CXF version that you currently > use? > > I just checked the code, CXF trunk version and Spring 2.0.4, there are > no any final method definitions of getIdOrName in BusDefinitionParser > or its parent class. > It is just > > protected String getIdOrName(Element elem) > > > Willem. > > Singh, Ramanand wrote: > > I just wrote a web service using CXF. It works okay. However, every > > time it gets called, it throws an exception shown below. Am I > > missing something? > > > > > > > > Regards, > > > > Ramanand Singh > > > > Architecture Team > > > > GEICO IBU Service > > > > 301.986.2791 > > > > > > > > 2007-09-13 11:36:09,773 [main] [] INFO > > support.ClassPathXmlApplicationContext - Refreshing > > [EMAIL PROTECTED] > >c9e5 c9e: display name > > [org.springframework.context.support.ClassPathXmlApplicationContext@ > >5c9e 5c9e]; startup date [Thu Sep 13 11:36:09 EDT 2007]; root of > > context hierarchy > > > > 2007-09-13 11:36:09,883 [main] [] INFO xml.XmlBeanDefinitionReader > > - Loading XML bean definitions from class path resource > > [conf/spring/eauthClientContext.xml] > > > > 2007-09-13 11:36:10,148 [main] [] WARN > > xml.DefaultNamespaceHandlerResolver - Ignoring namespace handler > > [org.apache.cxf.bus.spring.NamespaceHandler]: problem with handler > > class file or dependent class > > > > java.lang.VerifyError: final method overridden (class: > > org/apache/cxf/bus/spring/BusDefinitionParser method: > > getIdOrName(Lorg/w3c/dom/Element;)Ljava/lang/String;) at pc: 0 > > > > at java.lang.ClassLoader.defineClassImpl(Native Method) > > > > at java.lang.ClassLoader.defineClass(ClassLoader.java:228) > > > > at > > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:1 > >48) > > > > at > > java.net.URLClassLoader.defineClass(URLClassLoader.java:556) > > > > at java.net.URLClassLoader.access$400(URLClassLoader.java:119) > > > > at > > java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:961) > > > > at > > java.security.AccessController.doPrivileged(AccessController.java:27 > >5) > > > > at java.net.URLClassLoader.findClass(URLClassLoader.java:487) > > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:607) > > > > at > > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:327) > > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:573) > > > > at -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
