From jboss 5 servlet I need to call a jboss eap6.1.4 hosted stateless ejb; i have tryed various solutions, standard jndi versus ejbclient project as described in jboss eap 6: https://docs.jboss.org/author/display/AS72/Remote+EJB+invocations+via+JNDI+-+EJB+client+API+or+remote-naming+project
https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+client+using+JNDI
with no luck. Moreover if I include jbossclient.jar from jboss eap 6 in jboss 5 I have various errors at startup. So, is what I need possible at all? please suggest the general way... should I use jnlp based name or remote://?
Comments
Post a Comment