- 
        1. Re: Jboss 7.2 issue with multiple invocation using same ejb referencejaikiran Jul 26, 2013 2:46 AM (in response to sketcha)That was a bug which has been fixed in WildFly and in EAP 6.1. 
- 
        2. Re: Jboss 7.2 issue with multiple invocation using same ejb referencesketcha Jul 26, 2013 2:52 AM (in response to jaikiran)Thanks Jaikiran for the answer. Is there any way within Jboss 7.2 that i can make this to be working. can i patch or any alternative way of handling such scenarions 
- 
        3. Re: Jboss 7.2 issue with multiple invocation using same ejb referencehosahalli Jul 26, 2013 4:32 AM (in response to sketcha)Hi even i Have endedup in similar error. any workaround available for the same? Thanks in advance 
- 
        4. Re: Jboss 7.2 issue with multiple invocation using same ejb referencesketcha Jul 27, 2013 8:30 AM (in response to hosahalli)Hi , Could you please let me know if there is any workaround for this scenario. or can i do a patching. Please provide information. 
- 
        5. Re: Jboss 7.2 issue with multiple invocation using same ejb referencejaikiran Jul 29, 2013 9:56 AM (in response to sketcha)You can perhaps include the remote-naming and EJB client libraries latest 1.x version in the client classpath as a workaround. But I haven't tested it so can't say what other issues you might run into. 
- 
        6. Re: Jboss 7.2 issue with multiple invocation using same ejb referencesketcha Aug 5, 2013 6:30 AM (in response to jaikiran)I did it by making use of EJB lookup and dynamically setting the selector. 
- 
        7. Re: Jboss 7.2 issue with multiple invocation using same ejb referencethiru123 Sep 3, 2013 12:01 PM (in response to sketcha)Hi Koushik, I got the same issue. Can you please let me know how did you get around of this issue? Thanks, 
- 
        8. Re: Jboss 7.2 issue with multiple invocation using same ejb referencesketcha Sep 6, 2013 2:27 AM (in response to thiru123)Hi, we switched from JNDI look up to ejb lookup. and also set the selecot on the fly. with this there is no need to harcode the credentials/address details in the propoerty file. 
- 
        9. Re: Jboss 7.2 issue with multiple invocation using same ejb referencethiru123 Sep 6, 2013 5:16 AM (in response to sketcha)Hi Koushik, Thanks for your reply. I use ejb lookup.as shown below, ejb:TEST/TESTCC-ejb/TestBean!com.ics.fscc.ejb.TestBeanRemote?stateful I don't use property file. I use property object and set the values on the fly. Still, I get same error. Can you figure out what I am missing here? Your help on this is much appreciated. 
 
     
     
    