Uploaded image for project: 'Olingo'
  1. Olingo
  2. OLINGO-976

Problem with JTA transactions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • V2 2.0.7
    • V2 2.0.7
    • odata2-jpa
    • None
    • neo-javaee6-wp-sdk (SAP HANA cloud)

    Description

      There are still problems with JTA transaction after fixing OLINGO-882.

      At the moment IllegalStateException is thrown by ODataJPATransactionLocalDefault constructor, which has em.getTransaction() call.
      Here's stacktrace:

      java.lang.IllegalStateException: A JTA EntityManager can not use the EntityTransaction API.  See JPA 1.0 section 5.5
      	at org.apache.openejb.persistence.JtaEntityManager.getTransaction(JtaEntityManager.java:349)
      	at org.apache.olingo.odata2.jpa.processor.core.ODataJPATransactionLocalDefault.<init>(ODataJPATransactionLocalDefault.java:31)
      	at org.apache.olingo.odata2.jpa.processor.core.ODataJPAContextImpl.getODataJPATransaction(ODataJPAContextImpl.java:178)
      	at org.apache.olingo.odata2.jpa.processor.core.access.data.JPAProcessorImpl.setTransaction(JPAProcessorImpl.java:451)
      	at org.apache.olingo.odata2.jpa.processor.core.access.data.JPAProcessorImpl.processCreate(JPAProcessorImpl.java:335)
      	at org.apache.olingo.odata2.jpa.processor.core.access.data.JPAProcessorImpl.process(JPAProcessorImpl.java:223)
      	at org.apache.olingo.odata2.jpa.processor.core.ODataJPAProcessorDefault.createEntity(ODataJPAProcessorDefault.java:122)
      	at org.apache.olingo.odata2.core.Dispatcher.dispatch(Dispatcher.java:79)
      	at org.apache.olingo.odata2.core.ODataRequestHandler.handle(ODataRequestHandler.java:130)
      	at org.apache.olingo.odata2.core.rest.ODataSubLocator.handle(ODataSubLocator.java:164)
      	at org.apache.olingo.odata2.core.rest.ODataSubLocator.handlePost(ODataSubLocator.java:86)
      

      Attachments

        Issue Links

          Activity

            People

              mirbo mibo
              alexkey Alex Key
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: