You can put libary jars into an *ear* file at the same level as your ejb 
jar or jars. The manifest file of the ejb jar is used to specify the 
dependency between the two. It should read something like this:

Class-Path: ./your.jar 

(Make sure you have a newline after this.)

Hope this helps.



> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: 10 January 2002 13:45
> To:   [EMAIL PROTECTED]
> Subject:      [JBoss-user] normal java classes in classpath of bean but
> not in lib\ext or classpath of jboss
> 
> Hi folks,
> 
> I haven't found a sample.
> 
> My goal:
> I would like to put some jars with classes into the jar where I put my
> beans. My beans use classes from these jars.
> I don't want to have these other classes in the classpath of jboss or in
> lib\ext because this classes change too and I would like to use different
> versions in parallel.
> 
> How do I achive this?
> 
> Thanks a lot,
> Stephan
> 
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to