How can I call a Local Session Bean inside an EAR from another EAR, both deployed in the same Glassfish v3 domain?
This is the structure:
G
This is the first message I post on Stackoverflow but I admit I read it often. By the way, sorry in advance for my english.
I think I found an alternative solution to this issue :
I have annotated my EJB with @Remote and here's my sun-ejb config.
sun-ejb-jar.xml
XXX
required
required
supported
required
supported
After some tests, it appears that the EJB is not accessible by a client without a known certificate. The others EARs can access to this EJB without any authentication.
Edit: I tried the ClassLoader solution but it's not viable for my project