]
Ramesh Reddy commented on TEIIDSB-61:
-------------------------------------
I added a small change to the code and updated the example, may you can take look at the
changes required.
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".