is it possible to use dependency injection for remote ejb3 ?
i mean:
i provide 2 ejbs described with annotations where ejb B is injected in ejb A, i provide a
jboss.xml file to describe AS deploy like the clustering configuration and the bind
between ENC and global jndi of the ejb-ref related to ejb B
now i want to move ejb B in another jboss AS... but if i replace the global jndi with
jnp://theotherserver:1100/MyEJB/remote it doesn't work...
what am i missing? any idea?
thnx in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197007#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...