Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 19144 invoked from network); 27 Jan 2009 20:26:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2009 20:26:37 -0000 Received: (qmail 36360 invoked by uid 500); 27 Jan 2009 16:53:48 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 36320 invoked by uid 500); 27 Jan 2009 16:53:48 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 36309 invoked by uid 99); 27 Jan 2009 16:53:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 08:53:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 16:53:40 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C014D14A8103 for ; Tue, 27 Jan 2009 10:53:19 -0600 (CST) Message-ID: <1079833.1233075199736.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 27 Jan 2009 10:53:19 -0600 (CST) From: "Bob Walker (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-2049) ClassCastException deploying Continuum.war on JBoss-5.0.0.GA MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org ClassCastException deploying Continuum.war on JBoss-5.0.0.GA ------------------------------------------------------------ Key: CONTINUUM-2049 URL: http://jira.codehaus.org/browse/CONTINUUM-2049 Project: Continuum Issue Type: Bug Components: Environmental Affects Versions: 1.2.3 Environment: Windows Server 2003 R2 and XP SP3, Sun JDK JVM 1.6.0_11, running JBoss 5.0.0.GA Reporter: Bob Walker Priority: Minor Attachments: stacktrace.txt I'm launching the default server configuration for a clean JBoss 5.0.0.GA installation and deploying continuum.war into the deploy/ directory. Having tried to adapt the instructions for 4.x.x here: http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+JBoss , I've set up data sources and made the derby jar available. When I start the server or redeploy, I get a ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory I tried removing log4j and some of the xml-related jars as described in the Archiva/JBoss doc here: http://cwiki.apache.org/ARCHIVA/archiva-on-jboss.html This gets me further, but fails with the same error when loading spring context configuration further down the road. I've also tried removing xalan/xerces and letting it use the default endorsed version supplied by JBoss, this gives me different ClassLoader errors, at which point I gave up and began writing my findings here. I'm guessing it's a fairly simple classloader issue with xalan and xerces, but it's got me stumped. Any hints? I've tried it with v1.3.1 as well, with the same result. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira