[jboss-user] [JBoss Cache: Core Edition] - Re: Problem in JDBC cache loader

manik.surtani@jboss.com do-not-reply at jboss.com
Fri Feb 6 08:37:13 EST 2009


The JDBC cache loader was not designed for direct manipulation of the tables using inserts, since it encodes data as byte streams (complete with versioning bits, etc).

If you want to be able to manipulate the tables by hand - or some other process - I would recommend you write your own cache loader implementation, perhaps by extending the JDBCCacheLoader or AbstractCacheLoader.




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207711#4207711

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



More information about the jboss-user mailing list