can i invoke local interface of a session bean from a plain java class

Dear all,

just want to know, whether it is possible to access local interface of as session through plain java class. java class is also with in the same package. i can access the java bean through remote interface.

if it is possible, please let me know.

regards

zaman

[301 byte] By [learner@java_Foruma] at [2007-11-26 19:49:54]
# 1
i can't even access to local interface from stateless or stateful session beans but like a plain java class, i can access remote interfaces
learner@java_Foruma at 2007-7-9 22:38:49 > top of Java-index,Desktop,Developing for the Desktop...
# 2
How are are accessing those interface ?Can you post that code ?Since you are on the same JVM (collocated) you can / Must call Local interface on Sesion Bean.Regards,Sebastien Degardin
sdegardina at 2007-7-9 22:38:49 > top of Java-index,Desktop,Developing for the Desktop...
# 3
Try the following forum (about EJB technology) http://forum.java.sun.com/forum.jspa?forumID=13
UncleSAMa at 2007-7-9 22:38:49 > top of Java-index,Desktop,Developing for the Desktop...