Bela, I isolated the problem (I think). I have two webapps running on two tomcat servers on my machine. The error occurs in webapp_2 when when webapp_1 call utx.commit() on a put(fqn,key,data) into the tree. The error is coming from the org.jboss.cache.interceptors.CacheStoreInterceptor class when it tries to convert the call convertMethodCallToModification(); I am using the JDBCCache loader class with a MySql database.
The odd thing is I have the exact same setup in Hibernate (as apposed to standalone in servlets) and the performance is fine. I am working on taking the code out of the webapp and putting together an ant script that will run the entire thing for you. Thanks, Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867614#3867614 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867614 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
