Thanks for the answer.
Actually I tried to put de dependency you mentioned, but the ejb isn't
injected either :-(
Other AS, such as weblogic, don't need any special configuration for beans
in a different ear and actually, I think this should be the normal
behaviour, most of the bean you inject ar
Hi dinotoa,
ejb jars don't have separate moduleIds separate from the ear
containing them. Your dependency needs to be on
Duel
A
2.0
car
at the ear level.
I think you may need some geronimo xml
I have two different ears, ear A contains an ejb module and the following
geronimo-application.xml
http://geronimo.apache.org/xml/ns/j2ee/application-2.0";
xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2";
application-name="A">
Duel