Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 3245 invoked from network); 1 Mar 2007 14:19:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 14:19:14 -0000 Received: (qmail 86990 invoked by uid 500); 1 Mar 2007 14:19:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86952 invoked by uid 500); 1 Mar 2007 14:19:20 -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 86941 invoked by uid 99); 1 Mar 2007 14:19:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 06:19:20 -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, 01 Mar 2007 06:19:10 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B18D5714207 for ; Thu, 1 Mar 2007 06:18:50 -0800 (PST) Message-ID: <2560808.1172758730703.JavaMail.jira@brutus> Date: Thu, 1 Mar 2007 06:18:50 -0800 (PST) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2894) Restructure geronimo-axis2 code to split between EJB and POJO containers In-Reply-To: <19101783.1172600885785.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-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476948 ] Lin Sun commented on GERONIMO-2894: ----------------------------------- Thanks again Lasantha!!! I'd be grateful if someone can commit this. I am about to submit another patch that touches some of the same files and I don't quite know how to generate a patch out of a patched dir (instead of a revision). :-( Lin > Restructure geronimo-axis2 code to split between EJB and POJO containers > ------------------------------------------------------------------------ > > Key: GERONIMO-2894 > URL: https://issues.apache.org/jira/browse/GERONIMO-2894 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: webservices > Environment: winxp + sun 1.5 > Reporter: Lin Sun > Attachments: G2894-latest.patch, G2894-new.zip, G2894.patch > > > This is needed as certain methods are POJO container specific, per Jarek's comment in G2876. > Also attempted to fix the ?wsdl call in EJB mode by stripping the extra forward slash. ?wsdl still not working yet. current exception is a Nullpointerexception returned from uri.getQuery(). This is with jetty. Need to track this one down next. > Checked the POJO mode and jetty was able to return wsdl as the result of uri.getQuery(). > Tested the above change with all the tests (handlertest, axis2webservicecontainertest, jax-ws-war and jax-ws-ejb) and also able to do a full build with the patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.