[ 
https://issues.apache.org/jira/browse/GERONIMO-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471388
 ] 

Lin Sun commented on GERONIMO-2812:
-----------------------------------

Hi Lasantha, I understand! :-)   I didn't remove it and didn't got any CCE.

I am at this error right now:

11:27:49,406 ERROR [Axis2WebServiceContainer] Exception occurred while trying to
 invoke service method doService()
java.lang.NoSuchMethodError: org.apache.axis2.jaxws.description.EndpointDescript
ion.getPackages()Ljava/util/Set;
        at org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMethodMarshal
ler.demarshalRequest(DocLitWrappedMethodMarshaller.java:196)
        at org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.invoke(Ja
vaBeanDispatcher.java:69)
        at org.apache.axis2.jaxws.server.EndpointController.invoke(EndpointContr
oller.java:79)
        at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessa
geReceiver.java:101)
        at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:177)
        at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostReq
uest(HTTPTransportUtils.java:275)
        at 
org.apache.geronimo.axis2.Axis2WebServiceContainer.doService2(Axis2We 

which comes from:   TreeSet<String> packages = endpointDesc.getPackages();

this is a few lines before it failed last time 
(message.getBodyBlock(blockContext, factory)).  

Please let me know if you are seeing a different error.  Thx, Lin

> Axis2 integration - getWSDL with new Axis2 Version
> --------------------------------------------------
>
>                 Key: GERONIMO-2812
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2812
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: webservices
>            Reporter: Lasantha Ranaweera
>         Attachments: GERONIMO-2812.patch
>
>
> Both getWSDL & invoke methods of Axis2WebServiceContainer fails with new 
> Axis2 snapshot.  This simple patch will address the issue as given way.
> 1. Change the way of serviceName created using more generalize way.
> 2. Remove the HTTPConstants.MC_HTTP_SERVLETREQUEST property from 
> MessageContext since it gives CCE problem in the Axis2 side.
> Still we have to find solution to the invoke() method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to