| Author |
Need allow-concurrent-access anotation / DD entry for weblogic 10
|
Saurabh Gokhale
Greenhorn
Joined: Dec 07, 2008
Posts: 25
|
|
Hi,
I am using a stateful session bean which needs concurrent access from client side (client running in same JVM).
I am using weblogic 10.3 and EJB 3 in my application.
In the weblogic-ejb-jar.xml I added following entry for allowing concurrent access. But this entry seems to be giving problems in the local JNDI lookup for this EJB. (as if I remove this entry then local look up works)
<allow-concurrent-calls>true</allow-concurrent-calls>
1> Is the allow concurrent access entry given above correct? Does any one has an example weblogic-ejb-jar.xml?
2> Also is there any annotation (weblogic specific) which can support concurrent access instead of adding an entry into weblogic-ejb-jar.xml?
Thanks
Saurabh
|
 |
 |
|
|
subject: Need allow-concurrent-access anotation / DD entry for weblogic 10
|
|
|