Re: [JBoss-dev] Resource loading

2002-08-31 Thread Adrian Brock
classloader or system classpath during different local lookups. Regards, Adrian From: Scott M Stark [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Resource loading Date: Fri, 30 Aug 2002 12:44:06 -0700 That should not matter as long as the resource name

Re: [JBoss-dev] Resource loading

2002-08-31 Thread Scott M Stark
of redeployment. Also, when a class loader is removed how do I know which resource to url mappings are affected and also need to be removed? - Original Message - From: Adrian Brock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 31, 2002 7:41 AM Subject: Re: [JBoss-dev

Re: [JBoss-dev] Resource loading

2002-08-31 Thread Adrian Brock
it. Checking the WebIntegrationUnitTestCase at the moment, or was this already broken? Regards, Adrian From: Scott M Stark [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Resource loading Date: Sat, 31 Aug 2002 08:22:03 -0700 Ok, so you talking about

Re: [JBoss-dev] Resource loading

2002-08-31 Thread Scott M Stark
Jetty is broken in the current 3.0 branch. Scott Stark Chief Technology Officer JBoss Group, LLC Checking the WebIntegrationUnitTestCase at the moment, or was this already broken? Regards, Adrian

[JBoss-dev] Resource loading

2002-08-30 Thread Adrian Brock
Hi, Somebody reported a peformance problem in the forums that is caused by inefficient loading of resources. With xerces in server/default/lib, they do new DomParser(...), this leads to a getResource(META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration); from the ejb's

Re: [JBoss-dev] Resource loading

2002-08-30 Thread Scott M Stark
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 30, 2002 12:12 PM Subject: [JBoss-dev] Resource loading Hi, Somebody reported a peformance problem in the forums that is caused by inefficient loading of resources. With xerces in server/default/lib, they do new DomParser(...), this leads

Re: [JBoss-dev] Resource loading

2002-08-30 Thread Adrian Brock
Message - From: Adrian Brock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 30, 2002 12:12 PM Subject: [JBoss-dev] Resource loading Hi, Somebody reported a peformance problem in the forums that is caused by inefficient loading of resources. With xerces in server/default

Re: [JBoss-dev] Resource loading

2002-08-30 Thread Scott M Stark
. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Adrian Brock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 30, 2002 12:25 PM Subject: Re: [JBoss-dev] Resource loading The problem is, it is in a different