[jboss-user] [JBossCache] - Re: JDBCCacheLoader and MySQL problems

2008-01-08 Thread hmesha
Looking at the error you're getting doesn't look like that has anything to do with the 4k limitation on the blob data type in MySQL or JBCACHE-320. In the blob case you'd get NPE upon truncation of the data stored. I think the problem has to do with the serialization of the objects that you're

[jboss-user] [JBossCache] - Re: JDBCCacheLoader and MySQL problems

2007-12-14 Thread boniek
JBC version is 1.4.1.SP7 JBoss 4.2.1 MySQL Driver 5.0.8 Yes I have read it. My configuration: cacheloader | | classorg.jboss.cache.loader.JDBCCacheLoader/class | | !-- properties to pass in to the cache loader -- | properties |

[jboss-user] [JBossCache] - Re: JDBCCacheLoader and MySQL problems

2007-12-13 Thread [EMAIL PROTECTED]
Have you read http://wiki.jboss.org/wiki/Wiki.jsp?page=JDBCCacheLoader? What version of JBC are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4112632#4112632 Reply to the post :

[jboss-user] [JBossCache] - Re: JDBCCacheLoader and MySQL problems

2007-12-11 Thread dmary
do u try to change the type of field named node in table jbosscache from blob to longblob ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111952#4111952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111952

[jboss-user] [JBossCache] - Re: JDBCCacheLoader and MySQL problems

2007-12-11 Thread boniek
It doesn't help. As and addendum to first post: objects larger than 4kB get truncated to 4kB when persisting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111996#4111996 Reply to the post :