Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 87428 invoked from network); 23 Feb 2007 04:28:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2007 04:28:29 -0000 Received: (qmail 47896 invoked by uid 500); 23 Feb 2007 04:28:35 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 47625 invoked by uid 500); 23 Feb 2007 04:28: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 47613 invoked by uid 99); 23 Feb 2007 04:28:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 20:28:34 -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, 22 Feb 2007 20:28:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F67371408A for ; Thu, 22 Feb 2007 20:28:05 -0800 (PST) Message-ID: <10597451.1172204885504.JavaMail.jira@brutus> Date: Thu, 22 Feb 2007 20:28:05 -0800 (PST) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-2876) Initial web service EJB support for Axis2 In-Reply-To: <16177040.1172204765502.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-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2876: ------------------------------ Attachment: G2876.patch > Initial web service EJB support for Axis2 > ----------------------------------------- > > Key: GERONIMO-2876 > URL: https://issues.apache.org/jira/browse/GERONIMO-2876 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Environment: winxp + sun 1.5 > Reporter: Lin Sun > Attachments: G2876.patch > > > This work-in-progress patch tried to port the initial web service ejb support from CXF to Axis2 (G2850) and here are a few details: > 1) I had a hard time with classexception while working through the two portinfo classes (org.apache.geronimo.jaxws.PortInfo and org.apache.geronimo.axis2.PortInfo) thus I am proposing to get rid of org.apache.geronimo.axis2.PortInfo for simplicities. > 2) I decided to keep the old Axis structure instead of the new CXF structure for EJB support, as I envision that all the requests will be handled in one Axis2WebServiceContainer. > Able to do a full build with the patch. Tested the patch with jax-ws-ejb test. For CXF, 2 out of 3 pass (same as before the patch). For Axis2, was able to see the ejb module loaded and started. However, get the jaxb error: > 22:51:09,906 INFO [JAXBUtils] Both ObjectFactory & package-info not found in pa > ckage hierachy > 22:51:10,296 ERROR [Axis2WebServiceContainer] Exception occurred while trying to > invoke service method doService() > org.apache.axis2.AxisFault: javax.xml.bind.UnmarshalException > - with linked exception: > [javax.xml.bind.UnmarshalException: unexpected element (uri:"http://apache.org/g > reeter_control/types", local:"greetMe"). Expected elements are (none)]; nested e > xception is: > javax.xml.ws.WebServiceException: javax.xml.bind.UnmarshalException > - with linked exception: > [javax.xml.bind.UnmarshalException: unexpected element (uri:"http://apache.org/g > reeter_control/types", local:"greetMe"). Expected elements are (none)] > at org.apache.axis2.AxisFault.makeFault(AxisFault.java:367) > at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessa > geReceiver.java:147) > Will attempt to fix this tomorrow by supplying the generated ObjectFactory & package-info classes for jax-ws-ejb test. > Please let me know any comments you might have. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.