Re: [JBoss-dev] Bug: Ear deployment - Support Classes

2001-04-18 Thread James Cook
So the manifest in the EJB's (which I saw is sorta doc'd in the EJB spec) can indicate a classpath. When jBoss (and hopefully, any J2EE-compliant container) encounters these classes, they get added to the current classpath. Great! This allows a developer to include a set of shared classes only onc

Re: RE: [JBoss-dev] Bug: Ear deployment - Support Classes

2001-04-18 Thread James Cook
I was just looking through the source in the Installer.java file and came across the same conclusion!The problem is the manifests that are inspected are in the war and jar files, not the ear files.Thanks for the response!jimTo: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>cc: Subject: RE: [JBos

RE: [JBoss-dev] Bug: Ear deployment - Support Classes

2001-04-18 Thread Kimpton,C (Chris)
Hi, > -Original Message- > From: James Cook [mailto:[EMAIL PROTECTED]] > > According to the following documentation, jBoss includes the > ability to deploy > library archives in an ear file. > > http://www.jboss.org/documentation/HTML/ch10s71.html#N37d7 > > "On deployment one - common

[JBoss-dev] Bug: Ear deployment - Support Classes

2001-04-18 Thread James Cook
According to the following documentation, jBoss includes the ability to deploy library archives in an ear file. http://www.jboss.org/documentation/HTML/ch10s71.html#N37d7 "On deployment one - common - classloader is created. This classloader will get all archives in its classpath that are refere