Hi all,
 
i'm trying transactions in Orion 1.5.4.
I have SessionBean with <transaction-type>Container.
The SessionBean has a method with <trans-attribute>Never. Then I change it to Mandatory.
But both steps runs ok! By EJB specification one of that steps must throw some TransactionException.
 
In the method I send JMS messages to a topic running in JMS session. When I changed session from non-transactional to transactional no message was sent.
 
It seems like Orion doesn't support transactions? Maybe it's needed to configure Orion's JTS?
 
Thanx, Tomas Koutny

Reply via email to