darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
441 stars 174 forks source link

SQL command not properly ended in Spring with Oracle DB connection #63

Closed thanushcst closed 6 years ago

thanushcst commented 6 years ago

Can i use spring-data-jpa-datatables to oracle DB? I got exception. [Request processing failed; nested exception is org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly] with root cause javax.persistence.RollbackException: Transaction marked as rollbackOnly.

darrachequesne commented 6 years ago

Hi! I have not tested on oracle DB, and it seems Travis has no support for it (ref).

You should be able to retrieve the failing query by adding org.hibernate.SQL in DEBUG level.

darrachequesne commented 6 years ago

I'll close that for now, please reopen if needed.