Hi all
In EJB deploy descriptor,only the entity Bean have
the reentrant property,the session Bean have not, is it
right? what's meaning the reentrant? How should i
set the property?
-
How to set Reentrant property ? (1 messages)
- Posted by: an alix
- Posted on: June 28 2001 21:30 EDT
Threaded Messages (1)
- How to set Reentrant property ? by sankar subramanian on June 29 2001 05:31 EDT
-
How to set Reentrant property ?[ Go to top ]
- Posted by: sankar subramanian
- Posted on: June 29 2001 05:31 EDT
- in response to an alix
Reentrant is always false for session bean.Reentrant is the process in which a thread try to enter a bean instance,which is already engaged by another thread.