2 Replies Latest reply on Feb 29, 2012 10:31 AM by jdabrowski

    EJBCLIENT-21 - re-connecting doesn't work as expected with multiple connections on 7.1.0.Final

    jdabrowski

      I have 2 connections in jboss-ejb-client.properties.

      My servers have the same ears, with the same modules and beans but with different distinct names (one ear has distinct name "serverA", second "serverB").

       

      If the server goes down and then starts again the connection is not re-established.

      When I call it I get "javax.ejb.NoSuchEJBException: No such EJB[(...)" immediately.

       

      But when the second is down (means all connections are down) then (when I call it) the connection is re-established.