"Keith L. Musser" wrote:
>
> I've recently downloaded and run the JONAS server. My problem is with
> transactions in the sample "ClientOp". I am able to obtain a
> UserTransaction object from JNDI. The client runs to completion,
> invoking methods on the bean. However, the client transactions are
> not handled properly.
>
> So when the client does "utx.roleback()", this is ignored by the Bean,
> and the answer is wrong -- it prints out "Bad value: 80".
>
> What do I need to do so that the client transaction is recognized by the
> server?
>
> NOTES:
> (1) Using Windows NT
> (2) Client and server on same machine
> (3) jonas.properties file specifies jonas.tm.remote = false
>
> Keith L. Musser
>
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".
No idea. This should work (it works obviously in my own environment)
Did you notice some strange message on the EJBServer ?
What kind of database are you using ? Are you sure it handles rollbacks
correctly ?
You can also try setting some traces to see if something wrong
happened...
--
Philippe Durieux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".