I want to have a MBean invoking methods on an stateless ejb.
The problem is that when I put the home and remote interfaces of the bean
(let's call it bean A) in the Mbean jar which I put in lib/ext (so it can
find those classes on runtime), the deployment of the beans themselves
fails, on ClassNotFoundException. It tries to find Classes of other beans
which it (bean A) uses and cant find them in the classpath. for some reason
it doesnt look for them in the ejb.jar .

Shahar.


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

Reply via email to