Kevin O'Neill wrote:

> Two:
> 
> I have a small client application (running in a separate VM)
> 
> When I run it I get the following error, which I'm sure is either
> related to the above or sue to the security manager, I'm just a little
> stuck on how to solve it.
> 
> ERROR - javax.naming.CommunicationException [Root exception is
> java.lang.ClassNotFoundException: org.rocketred.jmoz.manager.ManagerH
> ome]
> java.lang.ClassNotFoundException: org.rocketred.jmoz.manager.ManagerHome


You need to have your EJB's home and remote interfaces (and any classes 
referenced by them - such as the Alias class mentioned earlier in your 
message) in the client's classpath.

-danch

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

Reply via email to