I have a statefull session bean using a CM entity bean and
I have big troubles with the TransactionAttribute in the 
deployment descriptor.

If I use TX_REQUIRED in my session bean I _have_ to start
a transaction (utx.begin()) on the client, or my business
methode fails cause all of its parameters are null!

If I use TX_REQUIRES_NEW it fails with the same null pointer
problem as above.

Only if I define TX_NOT_SUPPORTED in my session bean descriptor,
I can run the client without starting a transaction and all
works fine, no null parameters in my business methode.

So what is the problem? I need at least TX_REQUIRED and
no transaction handling on my client, how do I do this???

Thanks, Max
---
Dipl.-Ing. Maximilian Wei�b�ck
Intellinet EDV-Dienstleistungsges.m.b.H
Phone: +43 1 5952388 16
mailto:[EMAIL PROTECTED]
http://www.intellinet.at

Reply via email to