Dear All,

I have deployed my jiBX web service but when i call it from browser using my service url http://localhost:8080/jibxExaple/EmpService?WSDL  its generating exception:

javax.servlet.ServletException: Unable to initialize unmarshalling
	org.jibx.soap.server.SOAPServlet.initServices(SOAPServlet.java:64)
	org.jibx.soap.server.SOAPServlet.init(SOAPServlet.java:128)
	javax.servlet.GenericServlet.init(GenericServlet.java:211)
	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
	org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
	org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
	org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
	org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
	org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
	java.lang.Thread.run(Thread.java:534)

root cause

org.jibx.runtime.JiBXException: Binding information for class org.jibx.soap.server.ServiceDefinition must be recompiled with current binding compiler (compiled with jibx-beta3c, runtime is jibx-rc1)
	org.jibx.runtime.BindingDirectory.getFactoryFromName(Unknown Source)
	org.jibx.runtime.BindingDirectory.getFactory(Unknown Source)
	org.jibx.soap.server.SOAPServlet.initServices(SOAPServlet.java:60)
	org.jibx.soap.server.SOAPServlet.init(SOAPServlet.java:128)
	javax.servlet.GenericServlet.init(GenericServlet.java:211)
	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
	org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
	org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
	org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
	org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
	org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
	java.lang.Thread.run(Thread.java:534)
Can any one solve this problem?
Thanks and Regards,
Muhammad Iqbal
------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to