AppServerGuide commented on by sripathi acharya (Aug 13, 2008).

Comment:

I'm having trouble deploying webservice with CXF 2.1.1 and Weblogic 10, the following error is thrown by the server.

<WSEE:17>com.bea.core.repackaged.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.js.rhino.DOMPayloadProvider': Instantiation of bean failed; nested exception is com.bea.core.repackaged.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.cxf.js.rhino.DOMPayloadProvider]: No default constructor found; nested exception is java.lang.NoSuchMethodException: org.apache.cxf.js.rhino.DOMPayloadProvider.<init>()<WSEEComponentContributor.newInstance:49>
<Aug 13, 2008 1:00:57 PM BST> <Error> <HTTP> <BEA-101216> <Servlet: "org.apache.cxf.js.rhino.DOMPayloadProvider" failed to preload on startup in Web application: "CXFSample".
java.lang.ClassNotFoundException: org.apache.cxf.js.rhino.DOMPayloadProvider
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
Truncated. see log file for complete stacktrace

Please reply if anyone come across this error.

Reply via email to