-
Bug
-
Resolution: Done
-
Major
-
5.12.5.Final
-
None
Here are the following test failure logs:
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 2.406 sec <<< FAILURE! - in org.jboss.narayana.quickstart.jta.TestCase testRollback(org.jboss.narayana.quickstart.jta.TestCase) Time elapsed: 1.696 sec <<< ERROR! javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not prepare statement at org.jboss.narayana.quickstart.jta.TestCase.before(TestCase.java:102) Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement at org.jboss.narayana.quickstart.jta.TestCase.before(TestCase.java:102) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SELECT QUICKSTART0_.ID AS ID1_0_, QUICKSTART0_.VALUE[*] AS VALUE2_0_ FROM QUICKSTARTENTITY QUICKSTART0_"; expected "identifier"; SQL statement: select quickstart0_.id as id1_0_, quickstart0_.value as value2_0_ from QuickstartEntity quickstart0_ [42001-202] at org.jboss.narayana.quickstart.jta.TestCase.before(TestCase.java:102)