Wildfly to Wildfly EJB client without remote-outbound-connections

前端 未结 2 2031
情深已故
情深已故 2021-01-15 20:33

I\'d like to be able to have two Wildfly (or JBoss 7) instances where one of the servers talks to EJBs on the other server. The tricky part is that according to documentati

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-15 20:51

    You don't have to use the remote-outbound-connection. You can just write the code as though you were any external client. See: https://docs.jboss.org/author/display/WFLY9/EJB+invocations+from+a+remote+client+using+JNDI.

提交回复
热议问题