Jibx sample does not work both in the current trunk and the 1.5 branch
----------------------------------------------------------------------
Key: AXIS2-4303
URL: https://issues.apache.org/jira/browse/AXIS2-4303
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Reporter: Amila Chinthaka Suriarachchi
when I run the quickstartjibx sample as given in the README.txt got the
following exception at the
server side
org.apache.axis2.AxisFault
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at
samples.quickstart.service.jibx.StockQuoteServiceMessageReceiverInOut.invokeBusinessLogic(StockQuoteServiceMessageReceiverInOut.java:53)
at
org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
at
org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
at
org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:267)
at
org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
at
org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
at
org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.RuntimeException
at
samples.quickstart.service.jibx.StockQuoteServiceMessageReceiverInOut.getNewUnmarshalContext(StockQuoteServiceMessageReceiverInOut.java:130)
at
samples.quickstart.service.jibx.StockQuoteServiceMessageReceiverInOut.jibxReceiver1(StockQuoteServiceMessageReceiverInOut.java:216)
at
samples.quickstart.service.jibx.StockQuoteServiceMessageReceiverInOut.invokeBusinessLogic(StockQuoteServiceMessageReceiverInOut.java:42
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.