Bugs item #688607, was opened at 2003-02-18 17:10
Message generated for change (Comment added) made by shyamvs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=688607&group_id=22866

Category: JBossMX
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Shyam Sundar (shyamvs)
Assigned to: Nobody/Anonymous (nobody)
Summary: Class loader problem

Initial Comment:
Dear Friends,

  I am using jboss-3.0.5_tomcat-4.1.18. In that i have
two applications where in
application1 test.ear has a test.jar
+test.sar+dtd/myconf.dtd
application2 testA.ear has test.sar+dtd/myconf1.dtd

In test.jar of test.ear i have test.class which access
dtd/myconf.dtd and dtd/myconf1.dtd
In test.sar of both applications in the startService
method i instantiate the test.class and access the both
dtd/myconf.dtd & dtd/myconf1.dtd

At this point of time i am not able to get the resource
dtd/myconf1.dtd from application testA.ear after
deploying two applications.

i am using
this.getClass().getClassLoader().getResource("dtd/myconf1.dtd")

This problem happens only in extracted mode of
deployment through MainDeployer present in JMX-console


----------------------------------------------------------------------

>Comment By: Shyam Sundar (shyamvs)
Date: 2004-02-12 18:45

Message:
Logged In: YES 
user_id=715078

Refer Bug 780914

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=688607&group_id=22866


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to