[EMAIL PROTECTED] wrote:
>
> I do not have beans calling each other. I have only stateless session beans
> that are called by the client on bean at a time. Only one method of one
> bean has a transaction attribute of 'required'. All other methods of other
> beans have a transaction attribute of 'supports'. There are no transactions
> managed by the client.
Hmm, so what I said seems not to apply to your case.
> How do I declare a bean reentrant or non-reentrant? Is this done in the
> deployment descriptor? What is the default?
Because you asked:
in ejb-jar.xml you can specify
<entity>
<ejb-name>JustSomeCMPBean</ejb-name>
...
...
<reentrant>False</reentrant>
</entity>
Ciao, Tobias
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]