RE: [jBoss-User] Be careful with multiple jars

2001-01-12 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Tobias Frech |Sent: Thursday, January 11, 2001 7:18 AM |To: [EMAIL PROTECTED] |Subject: [jBoss-User] Be careful with multiple jars | | |Hi guys! | |There were some threads about how you do things with

Re: [jBoss-User] Be careful with multiple jars

2001-01-12 Thread Charlie Read
We do (c.2). So far it's ok. - Original Message - From: Tobias Frech <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 7:17 AM Subject: [jBoss-User] Be careful with multiple jars > Hi guys! > > There were some threads about how y

[jBoss-User] Be careful with multiple jars

2001-01-11 Thread Tobias Frech
Hi guys! There were some threads about how you do things with multiple jars. So here are my $.02 : a) Be aware that beans in one jar can't access/see classes in other jars. It is intended to be that way. b) To solve a) some people suggest adding the jars to /lib/ext/ or extending the classpath to