users
[Top] [All Lists]

JBoss jar games

To: CinJug <users@xxxxxxxxxx>
Subject: JBoss jar games
From: "Edward Sumerfield" <esumerfd@xxxxxxxxxxxxxx>
Date: Wed, 28 Nov 2007 18:11:54 -0500
Delivered-to: mailing list users@xxxxxxxxxx
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=KAcrObY72K+calzPl7Kh2PKbTPd+uV1KoITJJwxlcv0=; b=HLKUDfpzlgO0PzX26ICy5EBs03DHZR/IfLYkZgfB4l6nt24H3gIBICBYlydd0sRU9eTlLTYk2v6ZLka+FvHv27b3zZq9+6vrBiXtt5kP3lAgzERfN9J45GCx/EFmLj+Y7VK+5n6aW30+kFpnDQEqDNL1LpdF3Uaj/ujvhwGWzyg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=oFtdbJOSOnEL4N3Snm2OkdnYR0ynE9oURzGGyNzFmgcNv0sR1fVHfcP0VYJNZaufwX+iMSfnQ/LspHj3W2uWRIz3VHVb2z9NrLmNEqwcCGuHkGzM/FSRaDTWtsYVQJKbtDRRzD3fwKpCjbQfOvqsu7U7YnGCcSC2ZOjLokPR9iY=
Mailing-list: contact users-help@xxxxxxxxxx; run by ezmlm
Reply-to: esumerfd@xxxxxxxxxxxxxx
Sender: esumerfd@xxxxxxxxx
I am using jdom in my app and have the 1.0 jar declared as a common
jar in application.xml

JDom is dependent on jaxen.jar which is delivered as a jboss jar
already in server/default/lib.

So when the Jaxen code does an instanceof org.jdom.Document it fails
with class loader problems.

Is there a simple anwser to this? Anything shipped with JBoss in the
server/default/lib is likely to cause me problems right?

-- 
Ed

<Prev in Thread] Current Thread [Next in Thread>
  • JBoss jar games, Edward Sumerfield <=