Eric Kaplan wrote:
> 
> In a related area, we have a fair number of helper classes that all these
> beans use (base classes for our beans, data structures to hold the data
> passed back to the client apps, etc.).  Right now, we add jar files holding
> these classes, as well as third party jars, to the jboss classpath.  Is this
> the right thing to do, or is the right thing to stuff these helper classes
> into each jar (or the ear file)...  

What you probably want to do is (as was suggested) put the helper jar 
files into the ear file and set the classpaths via manifest.mf 
Classpath: entries.

In the long run, you probably should package your EJBs in more coarse 
grained packages also, but that's probably easier said than done.

-danch




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

Reply via email to