Hi.
    I run ClientOp on JOnAS 2.1.1 and this example run ok. Then install JOnAS 2.2.2 and run similar example and don't run currectly.
 
    The system output is:
        JOnAS 2-1-1 results.
            Create a bean
            Start a first transaction
            First request on the new bean
            Second request on the bean
            Commit the transaction
            Start a second transaction
            Rollback the transaction
            Request outside any transaction
            ClientOp OK. Exiting.
 
        JOnAS 2.2.2 results:
            Create a bean
            Start a first transaction
            First request on the new bean
            Second request on the bean
            Commit the transaction
            Start a second transaction
            Rollback the transaction
            Request outside any transaction
            Bad value read: 80
 
            In this example, the bean create a new transaction when call a buy or read methods.
 
    Any idea.

Reply via email to