Bugs item #928024, was opened at 2004-04-01 21:30
Message generated for change (Comment added) made by a5sk4s
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=928024&group_id=22866
Category: JBossSOAP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jula (julajula)
Assigned to: Scott M Stark (starksm)
Summary: Class Loader Classpath Conflict
Initial Comment:
The JDOM jar which is being used by JBoss is newer to
what is used in my web service. So I explicitly gave the
following command to avoid looking at the 3.2.2 servers
jar.
<jboss-web>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
jboss.test:war=oldxerces.war
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</class-loading>
</jboss-web>
It solved JDOM error but now I get another error. The
stack trace is attached here with.
I am simply trying to use FOP to generate a PDF using
the fop.jar, batik.jar, xalan-2.4.1.jar components in
addition to using JDOM. These 4 jars are inside my EAR.
----------------------------------------------------------------------
Comment By: Andreas (a5sk4s)
Date: 2004-04-05 16:13
Message:
Logged In: YES
user_id=1006817
I'm facing a similar problem and I'm using
JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3
date=200311301445)]
Testcase:
(1) Use polls.war v2.5.1 available from
http://sourceforge.net/project/showfiles.php?
group_id=61325&package_id=57688&release_id=214204
(2) Add suitable jboss-web.xml to war file. I'm using one with
the following content:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE jboss-app PUBLIC '-//JBoss//DTD Web Application
2.3V2//EN' 'http://www.jboss.org/j2ee/dtd/jboss-
web_3_2.dtd'>
<jboss-web>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
org.sf:war=polls2.5.1.war
<loader-repository-
config>java2ParentDelegation=false</loader-repository-
config>
</loader-repository>
</class-loading>
</jboss-web>
For details please see http://www.jboss.org/index.html?
module=bb&op=viewtopic&t=47849
Andreas
----------------------------------------------------------------------
Comment By: Scott M Stark (starksm)
Date: 2004-04-02 07:37
Message:
Logged In: YES
user_id=175228
jboss-3.2.2 did not have adequate separation between the web
container deployer and the web application. This was fixed
in 3.2.3 so you have to use that version or simply replace
the jboss version of jdom with your own. If there is still
an issue in 3.2.3 then I need a testcase.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=928024&group_id=22866
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development