[jboss-user] [JBoss Cache: Core Edition] - Re: Error function when working with passivation.

manik.surtani@jboss.com do-not-reply at jboss.com
Fri Jan 2 08:06:45 EST 2009


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#4199209

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199209



More information about the jboss-user mailing list