EJB TransactionAttributes are not suported
------------------------------------------
Key: HHH-3444
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3444
Project: Hibernate3
Issue Type: Bug
Components: core
Affects Versions: 3.3.0.GA
Reporter: Nicolas Erlijman
To execute a query, we can set EJB Transaction Attribute to NotSupported, therefore there
is no transaction and not transaction timout associated.
When performing a query in the ejb method, an current transaction is not in progress
Exception occurs.
Can this be fixed?
We are using:
<property
name="hibernate.current_session_context_class">jta</property>
<property
name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.WebSphereExtendedJTATransactionLookup</property>
<property
name="hibernate.transaction.factory_class">org.hibernate.transaction.CMTTransactionFactory</property>
thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira