Hello all,

Please help me wit this: I have a session bean A accessing to an entity bean
A using EJB reference java:comp/env/ejb/syssetting. These two beans is put
into package A. Then I have another package B, with a session bean B trying
to access the session bean A (which in turns accesses entity bean A). But
this can't be done, it gives out the error below. What should I do ? Should
I define any reference for session bean B, or should session bean A access
entity bean A using different way, or is there a different way of session
bean B accessing session bean A, etc ? Any suggestion appreciated. Thanks!!

The error is :

java.rmi.ServerException: ; nested exception is: 
        java.rmi.RemoteException: Missing Node - syssetting; nested
exception is: 
        java.rmi.RemoteException: Missing Node - syssetting
java.rmi.RemoteException: Missing Node - syssetting; nested exception is: 
        java.rmi.RemoteException: Missing Node - syssetting
java.rmi.RemoteException: Missing Node - syssetting


Regards,
ChetHong Lau

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

Reply via email to