Andre Vermeulen@i-Commerce wrote:

> Thanks danch for the Awnser.
> All my EJB's are in the same ejb-jar file, but my problem is with the files
> that are used by the bean's which are not ejb's
> that get called by the session bean which then call the entity beans ??
> 
> So calling is like this : Call to session bean -> Session bean call normal
> Bean -> Normal Bean call Entity Beans.

> 
> So what is the correct way extend the CLASSPATH ?

I'd just put those right in the jar with the ejbs, since they're used by 
some of them and use the others.

-danch



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

Reply via email to