[
https://issues.jboss.org/browse/TEIIDSB-61?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIIDSB-61:
-------------------------------------
if you add
{code}
<dependency>
<groupId>me.snowdrop</groupId>
<artifactId>narayana-spring-boot-starter</artifactId>
<version>2.1.0</version>
</dependency>
{code}
it will add in the transaction manager to the application which gets automatically gets
registered with Teiid engine to make use of it.
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
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)