Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 72011 invoked from network); 19 Feb 2007 18:49:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 18:49:29 -0000 Received: (qmail 4308 invoked by uid 500); 19 Feb 2007 18:49:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 4269 invoked by uid 500); 19 Feb 2007 18:49:34 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 4258 invoked by uid 99); 19 Feb 2007 18:49:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 10:49: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; Mon, 19 Feb 2007 10:49:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8BEA37141A2 for ; Mon, 19 Feb 2007 10:49:05 -0800 (PST) Message-ID: <1946721.1171910945538.JavaMail.jira@brutus> Date: Mon, 19 Feb 2007 10:49:05 -0800 (PST) From: "Rich Scheuerle (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Reopened: (AXIS2-2209) JAX-WS Avoid loading class during metadata In-Reply-To: <19992798.1171805945552.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/AXIS2-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle reopened AXIS2-2209: ----------------------------------- Reopening to address similar class loading issues with fault beans > JAX-WS Avoid loading class during metadata > ------------------------------------------ > > Key: AXIS2-2209 > URL: https://issues.apache.org/jira/browse/AXIS2-2209 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Rich Scheuerle > Assigned To: Rich Scheuerle > Attachments: patch.txt > > > Loading application classes should be avoided during the metadata processing layer. > The first step to achieve this goal is to move the @RequestWrapper and @ResponseWrapper classname defaulting to the jaxws marshal layer. > The current code in the metadata layer attempts to find @RequestWrapper and @ResponseWrapper classnames doing class loading. This is inefficient. And JSR-181 and JSR-224 do not provide defaults for the classname parameters. > The proposal is to move this calculation to the marshalling layer in JAXWS. JAX-WS can use a proprietary mechanism to default/find/build wrapper classes as needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org