Does JBoss has allow-concurrent-calls like in Weblogic for recursive method
I have my problem listed at
http://jira.jboss.com/jira/browse/JBAS-1443
My problem is that i am using Recursive function and so I need to have my Stateful bean accessed through remote interface but such access is blocked due to EJB specification. There is one way which Jboss list is hold/queue but that cannot be a solution for Recursive function
Thanks in advance
CSJakharia

