Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 87413 invoked from network); 5 Jun 2008 19:40:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 19:40:11 -0000 Received: (qmail 71717 invoked by uid 500); 5 Jun 2008 19:40:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 71671 invoked by uid 500); 5 Jun 2008 19:40:11 -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 71601 invoked by uid 99); 5 Jun 2008 19:40:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 12:40:10 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 19:39:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0CCED234C132 for ; Thu, 5 Jun 2008 12:39:45 -0700 (PDT) Message-ID: <2005883762.1212694785051.JavaMail.jira@brutus> Date: Thu, 5 Jun 2008 12:39:45 -0700 (PDT) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4100) Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly In-Reply-To: <1997801474.1212690944957.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-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602757#action_12602757 ] Jarek Gawor commented on GERONIMO-4100: --------------------------------------- Just curious, does wsgen/wsimport actaully work with Axis2 SAAJ implementation? > Allow users to use jaxws-tools.bat/sh when SUN SAAJ impl is not provided in the assembly > ---------------------------------------------------------------------------------------- > > Key: GERONIMO-4100 > URL: https://issues.apache.org/jira/browse/GERONIMO-4100 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: webservices > Affects Versions: 2.1.1 > Reporter: Lin Sun > Assignee: Lin Sun > Priority: Minor > Fix For: 2.2 > > > In JAXWSToolsCLI.java, the code default to always use SUN's Saaj impl (tools.setUseSunSAAJ()). This can be an issue for vendors who brand geronimo and choose to not include the SUN's saaj impl in the assembly, as the code would just throw an exception like below when "jaxws-tools.bat wsgen " is issued: > Exception in thread "main" java.lang.Exception: Missing > artifact in repositories > : com.sun.xml.messaging.saaj/saaj-impl//jar > at org.apache.geronimo.jaxws.builder.JAXWSTools.getLocati > on(JAXWSTools.java:141) > at org.apache.geronimo.jaxws.builder.JAXWSTools.getClassp > ath(JAXWSTools.java:116) > at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.run(JA > XWSToolsCLI.java:75) > at org.apache.geronimo.jaxws.builder.JAXWSToolsCLI.main(J > AXWSToolsCLI.java:61) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.