|
EJBs in different applications
I am working with an Oracle Application Server 10g (release 3).
There is a web application that has to invoque methods from 2 EJB,but they reside in different applications (they are 2 .ear deployados separately).
I have searched information on internet, I have read a lot,but nothing worked
How do you say to the property java.naming.provider.url that should concentrate on two different URL's if I want to have only a jndi.properties?
Thanks
|