[teiid-issues] [JBoss JIRA] (TEIIDSB-61) Not able to delete/create entity in

Steven Hawkins (Jira) issues at jboss.org
Tue Apr 9 12:49:00 EDT 2019


     [ https://issues.jboss.org/browse/TEIIDSB-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIIDSB-61.
-----------------------------------
    Fix Version/s: 1.1.0
       Resolution: Done


Updated the transaction logic to accommodate a teiid programatic management of a spring transaction.  Another approach would be to refactor the LocalClient such that the SpringClient could use the Transactional annotation to make the transaction spring managed.  Right now we have separate calls for start/commit/rollback, so we're in charge of associating the transaction with the thread.

Also this does not address transaction handling with remote jdbc/pg.

> Not able to delete/create entity in 
> ------------------------------------
>
>                 Key: TEIIDSB-61
>                 URL: https://issues.jboss.org/browse/TEIIDSB-61
>             Project: Teiid Spring Boot
>          Issue Type: Bug
>            Reporter: Jan Safarik
>            Assignee: Steven Hawkins
>            Priority: Major
>             Fix For: 1.1.0
>
>
> Trying to use the teiid-spring-boot/samples/odata project, I am not able to Create, Update or Delete an entity. Tried on Customer, with Delete I get back code: TEIID30504 with message: "TEIID30504 accounts: 23503 TEIID11013:TEIID11004 Error executing statement(s): [SQL: DELETE FROM "CUSTOMER" WHERE "CUSTOMER"."SSN" = 'CST01002']". With Create (Post) I get code: TEIID30528 with message: "TEIID30528 javax.transaction.SystemException".



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the teiid-issues mailing list