Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 89048 invoked from network); 10 May 2008 01:26:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 May 2008 01:26:18 -0000 Received: (qmail 61151 invoked by uid 500); 10 May 2008 01:26:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 61092 invoked by uid 500); 10 May 2008 01:26:19 -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 61081 invoked by uid 99); 10 May 2008 01:26:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 18:26:19 -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; Sat, 10 May 2008 01:25:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98EC1234C107 for ; Fri, 9 May 2008 18:25:55 -0700 (PDT) Message-ID: <1964871176.1210382755611.JavaMail.jira@brutus> Date: Fri, 9 May 2008 18:25:55 -0700 (PDT) From: "Tim McConnell (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-344) Cannot utilize the xpp3-1.1.3.4.O jar in GEP In-Reply-To: <470950744.1210373155595.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/GERONIMODEVTOOLS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595770#action_12595770 ] Tim McConnell commented on GERONIMODEVTOOLS-344: ------------------------------------------------ According to the stack traces it appears there is a classpath clash somewhere with: \javax\xml\namespace\QName.class which is in fact included in xpp3-1.1.3.4.O.jar. So what I did was to use the xpp3_min-1.1.3.4.O.jar, which appears to be a minimal version of the xpp3 jar since it only has two classes (XmlPullParser and XmlPullParserException) so there is no clash. A that I was able to define a dynamic web application, deploy, and execute it with no errors. I could also do that same with the calculator-stateless ear file. In fact, the GEP never uses xpp3 directly -- it's used somehow by the xstream class, which is use to create/read/update the servermodele.info file for WTP and this is isolated to a single class (i.e., ModuleArtifactMapper). Not yet sure this is the optimal solution but one possible alternative..... > Cannot utilize the xpp3-1.1.3.4.O jar in GEP > --------------------------------------------- > > Key: GERONIMODEVTOOLS-344 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-344 > Project: Geronimo-Devtools > Issue Type: Bug > Affects Versions: 2.1.0 > Reporter: Tim McConnell > Assignee: B.J. Reed > Fix For: 2.1.1 > > > During the release of the GEP 2.1.0 we encountered problems with the xpp3-1.1.3.4.O.jar file when trying to create a new dynamic web problem (i.e., unhandled event condition). Need to investigate and understand why so that we can use the same version of this artifact that the server is using. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.