This line in your config:
| cache.jdbc.sql-concat=1 || 2
|
may be the issue. AFAIR that was a hack for Derby's non-standard SQL string
concatenation. Try removing that line altogether, or replacing it with
| cache.jdbc.sql-concat=concat(1,2)
|
See the comments in cache-jdbc.properties which is in the JBC testsuite for details.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199209#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...