HTTP GET requests on Provider endpoints might fail sometimes with Axis2
-----------------------------------------------------------------------
Key: GERONIMO-4008
URL: https://issues.apache.org/jira/browse/GERONIMO-4008
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: webservices
Affects Versions: 2.1.1, 2.0.2
Reporter: Jarek Gawor
Assignee: Jarek Gawor
HTTP GET requests on Axis2 Provider endpoints might fail with the following
exception:
Caused by: javax.xml.ws.WebServiceException: The creation of the
javax.xml.transform.Source provider instance failed.
at
org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:172)
at
org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:69)
at
org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:117)
at
org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher.getProviderInstance(ProviderDispatcher.java:334)
at
org.apache.axis2.jaxws.server.dispatcher.ProviderDispatcher.invoke(ProviderDispatcher.java:93)
at
org.apache.axis2.jaxws.server.EndpointController.invoke(EndpointController.java:172)
at
org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:113)
... 25 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.