I'm trying to deploy several stateful beans and one stateless bean.  Copying
the EJB jars into the deploy directory and starting JBoss results in a
succesful deployment of the stateless bean, but all of my stateful beans
fail to deploy.  It looks like the majority of them are failing due to
external jar dependencies... as an example, I need a jar x.jar to be in
lib\.  However, since the deploy directory is outside of my source
directory, the needed jar doesn't exist there.  My question would be how do
I either manually load an EJB from an alternate location or change the
default deploy directory?  Simply modifying the deploy directory in
jboss.jmcl resulted in all of my beans being bound to a single directory
reference.

I'm hoping to avoid having to copy all of my other dependencies into a lib
subdirectory of jboss\deploy.

Thanks,
Erik

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

Reply via email to