RE: [JBoss-dev] how do Class-Path entries effect deployment?

2006-03-24 Thread Scott M Stark
I'll look at it after the 4.0.4.CR2. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Thursday, March 23, 2006 6:04 PM To: jboss-development@lists.sourceforge.net Subject: Re: [JBoss-dev] how do Class-Path entries effect

RE: [JBoss-dev] how do Class-Path entries effect deployment?

2006-03-23 Thread Scott M Stark
The referenced jars are added to the DeplomentInfo's class loader classapth. Any other standard class loaders such as URLClassLoaders that are created for the jar will also pickup these as part of their classpath. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [JBoss-dev] how do Class-Path entries effect deployment?

2006-03-23 Thread Bill Burke
Can you take a look at the forum post? It looks like the Class-path entries are being scanned. Not sure how that is possible since di.url is being used as the scanned thing. Scott M Stark wrote: The referenced jars are added to the DeplomentInfo's class loader classapth. Any other standard