During our development, we're going to call some session beans, but not by the normal way. We have the session bean A, that contains some data such like the name for the remote and home interface and JNDI Name for a session bean B. It also contains the name of a method that shall be called in the session bean B. We can call the method using the specific classes for that (Class, Method, invoke, and so on). Our matter is: how to refer the session bean B in the "ejb-jar.xml" (and in "jboss.xml", since we use JBoss 3.0.0)? To invoke the session bean B, it must exist an "
" tag in the "ejb-jar.xml", so that I can call the lookup and the session bean is found.
Can anybody help us, or tell where can we find some help?
Thanks,
--
Jonatan Schroeder
Medisoft Ltda. - Brazil
System Development
Project Coordination
Code:
<ejb-ref>
Can anybody help us, or tell where can we find some help?
Thanks,
--
Jonatan Schroeder
Medisoft Ltda. - Brazil
System Development
Project Coordination