Re: [JBoss-user] jboss failing to load extension jar files inside an ear (re-post with additional info)

2002-06-26 Thread David Jencks
I have this working... which jboss version? You don't say which manifest file... use one in say an ejb jar, not one in the .ear itself. david jencks On 2002.06.26 10:56:07 -0400 GL wrote: > I'm having problems with jboss loading extension jar > files that are shared by the modules in the ear fi

[JBoss-user] jboss failing to load extension jar files inside an ear (re-post with additional info)

2002-06-26 Thread GL
I'm having problems with jboss loading extension jar files that are shared by the modules in the ear file. The jar files are in a lib directory in the ear file and referenced the manifest file using the Class-Path property. ... Class-Path: lib/jar1.jar lib/jar2.jar lib/jar3.jar When deploying th