[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3444) EJB TransactionAttributes are not suported

Nicolas Erlijman (JIRA) noreply at atlassian.com
Thu Aug 21 17:46:50 EDT 2008


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list