Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 57548 invoked from network); 8 Feb 2007 16:31:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 16:31:33 -0000 Received: (qmail 60691 invoked by uid 500); 8 Feb 2007 16:31:34 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 60651 invoked by uid 500); 8 Feb 2007 16:31:34 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 60570 invoked by uid 99); 8 Feb 2007 16:31:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 08:31:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 08:31:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 807BE410955 for ; Thu, 8 Feb 2007 08:31:05 -0800 (PST) Message-ID: <2703225.1170952265523.JavaMail.jira@brutus> Date: Thu, 8 Feb 2007 08:31:05 -0800 (PST) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2812) Axis2 integration - getWSDL with new Axis2 Version In-Reply-To: <22345282.1170944105498.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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 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.