Hi anthony, I am the developer of GroovyWS and I am currently looking into running a service into tomcat which looks close to what you are trying to do. Could you describe a bit more what you're doing currently ? Are you using GroovyWS or directly CXF ? If you are using GroovyWS, is your service using complex data type ?
Thanks Guillaume On 9/26/07, adupre <[EMAIL PROTECTED]> wrote: > > Here's the error I get while loading Spring... anyone have any idea what I am > doing wrong? Thx > > 2007-09-26 11:42:22.440::WARN: Failed startup of context > [EMAIL PROTECTED]/pegasus,c:\projects\pegasus/web-app} > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'org.apache.cxf.wsdl.WSDLManager' defined in class path resource > [META-INF/cxf/cxf.xml]: Inst > antiation of bean failed; nested exception is > org.springframework.beans.BeanInstantiationException: Could not instantiate > bean class [org.apache.cxf.wsdl11.WSDLManagerImpl]: Constr > uctor threw exception; nested exception is java.lang.ClassCastException: > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to > javax.xml.parsers.DocumentBuilderFactor > y at > groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:531)N(ScriptBytecodeAdapter.java:159) > Caused by: org.springframework.beans.BeanInstantiationException: Could not > instantiate bean class [org.apache.cxf.wsdl11.WSDLManagerImpl]: Constructor > threw exception; nested excep > tion is java.lang.ClassCastException: > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to > javax.xml.parsers.DocumentBuilderFactory > Caused by: java.lang.ClassCastException: > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to > javax.xml.parsers.DocumentBuilderFactory > at > javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:123)deAdapter.java:67) > at > java.util.XMLUtils.getLoadingDoc(XMLUtils.java:75)odInvoke(MetaClassHelper.java:678) > at java.util.XMLUtils.load(XMLUtils.java:57)ke0(Native > Method)89)oke(ReflectionMetaMethod.java:58) > -- > View this message in context: > http://www.nabble.com/CXF-and-grails...-tf4524774.html#a12909451 > Sent from the cxf-user mailing list archive at Nabble.com. > > -- Best Regards Guillaume http://cheztog.blogspot.com
