I noticed in the jBoss docs
(http://www.jboss.org/documentation/HTML/ch10s71.html) that the manifest can be
used for support classes. I am reading into this documentation that the
auto-deployer loads all reasources in a particular EAR file using the same
classloader. If so, this should solve my problem, but is this J2EE compliant?
Can I expect every j2EE compliant appserver to deploy these support/helper
classes with the same capabilities?

jim

----- Original Message -----
From: "James Cook" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 1:49 PM
Subject: [JBoss-user] EAR files and support libraries


> A WAR file has a location for support classes (WEB-INF/lib and
WEB-INF/classes),
> but EJBs do not. Is there any mechanism in jBoss's EAR support to package and
> deploy support classes that may be used by multiple EJB jar files? These would
> be classes that would normally be located in <jboss>/lib/ext if they could be
> manually deployed.
>
> The S2EE spec didn't seem to mention this capability. It seems like a great
> shortcoming to not be able to specify class libraries that may be needed
across
> EJBs. It would even be benifical to provide a spec-compliant way to deploy
these
> classes across webapps in adition to EJBs as well. For example, a
specific-JDBC
> driver or set of String-manipulation classes could be useful across the entire
> EAR file.
>
> thanks,
> jim
>
>
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


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

Reply via email to