Allow Remove During Transaction
|
Specifies that the remove method on stateful session bean can be invoked within a transaction context. A stateful session bean that implements the Synchronization interface and has Allow Remove During Transaction enabled should not call remove before the transaction ends—if does, the container will not invoke the synchronization callbacks.
|
Default: false
|
Persistent Store Directory
|
Identifies the file system directory under which WebLogic Server stores the state of passivated stateful session bean instances.
|
Valid file system directory. If not specified, defaults to the root directory where WebLogic Server runs.
|
Allow Concurrent Calls
|
Specifies whether a stateful session bean instance allows concurrent method calls. When false, if a stateful session bean instance currently in a method call receives another method call WebLogic Server throws a RemoteException. If true, the EJB container will block the concurrent method call and allow it to proceed when the previous call has completed.
|
Default: false
|