If the beans are in the same jar, You don't need the reference tag.
(Maybe than the server looks for the classes in the classpath and not in the
jar file.)
Happens the exception on runtime or deploy time? I think You already
checked the path information in the jar for the classes...
> <ejb-ref>
> <ejb-ref-name>SecurityManagerEJB</ejb-ref-name>
> <ejb-ref-type>Session</ejb-ref-type>
> <home>ca4.securebank.server.ejb.SecurityManagerHome</home>
> <remote>ca4.securebank.server.ejb.SecurityManager</remote>
> </ejb-ref>
> </session>
>
>
> I have included the home and remote interfaces of SecurityManagerEJB in
> Clerk's JAR file. Yet I still get the following exception:
>
> javax.naming.CommunicationException. Root exception is [Verifier]
> java.lang.ClassNotFoundException:
> ca4.securebank.server.ejb.SecurityManagerHome
>
>
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user