This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: EJB invocations from JCA to a remote server instancejaikiran Jul 10, 2013 3:58 AM (in response to grischa.paul)Where exactly is the jboss-ejb-client.xml located in that .ear which contains the .rar? Can you post the output of: jar -tf yourear.ear 
- 
        2. Re: EJB invocations from JCA to a remote server instancewdfink Jul 10, 2013 4:30 AM (in response to grischa.paul)You might look into the new ejb-multi-server quickstart where such invocation is configured in the app-main. The quickstart is availabel in github here 
- 
        3. Re: EJB invocations from JCA to a remote server instancegrischa.paul Jul 10, 2013 7:52 AM (in response to jaikiran)I put the jboss-ejb-client.xml to several locations: ear/jboss-ejb-client.xml ear/META-INF/jboss-ejb-client.xml ear/jca.rar/META-INF/jboss-ejb-client.xml ear/jca.rar/jboss-ejb-client.xml 
- 
        4. Re: EJB invocations from JCA to a remote server instancejaikiran Jul 10, 2013 6:48 AM (in response to grischa.paul)ear/META_INF/jboss-ejb-client.xml This is wrong. The correct location is .ear/META-INF/jboss-ejb-client.xml 
- 
        5. Re: EJB invocations from JCA to a remote server instancegrischa.paul Jul 10, 2013 7:51 AM (in response to jaikiran)Sorry, I mant ear/META-INF/jboss-ejb-client.xml. 
 
     
    