[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-03-02 Thread [EMAIL PROTECTED]
Hopefully next week (I'm at JBoss World this week). 1.2.1 is ready to go out, minus 2 bugs in the AOP layer (testsuite). If not next week, then the week afterwards for sure View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868456#3868456 Reply to the post :

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-03-02 Thread Bill Bejeck
Great thanks. Any idea when 1.2.1 will be available? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868378#3868378 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868378

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-26 Thread [EMAIL PROTECTED]
This is a harmless error on 1.2 and has been fixed in 1.2.1. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868079#3868079 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868079

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-25 Thread Bill Bejeck
Bela, I was able to solve my original problem. I stopped using a JDBCCacheLoader. But I get an entirely different error now. I am using TreeCache, Tomcat add JOTM for transactions on two different JVM's. When the following code is exectued | txn.begin(); |

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-23 Thread Bill Bejeck
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

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-23 Thread [EMAIL PROTECTED]
ok View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3867623#3867623 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3867623 --- SF email is sponsored by - The IT Product

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread [EMAIL PROTECTED]
You need to specify JOTM's TransactionManager, not the generic one. The latter will fall back to the DummyTransactionManager. Regarding the _put(): can you debug and print out the method that fails ? Otherwise, create a small program that reproduces the bug and attach it to a JIRA bug report for

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread Bill Bejeck
anonymous wrote : Regarding the _put(): can you debug and print out the method that fails ? | The method that is failing is tree.put(node,currentCount,item); when I have transactions configured. JOTM does not specify a Transaction Manager Factory. Does that mean I would have to create one

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread [EMAIL PROTECTED]
Hmm, I don't know how this error can happen. Do you have a small test program that reproduces this ? To get a valid JOTM TxMgr, you have to somehow fetch their javax.transaction.TransactionManager and return it to me. View the original post :

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread Bill Bejeck
Right now it is in a small web app, I will try to extract the code, unless you want me to send my Java and JSP files View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3867502#3867502 Reply to the post :

[JBoss-dev] [JBossCache] - Re: JBossCache in Tomcat w/ Transaction Support

2005-02-22 Thread [EMAIL PROTECTED]
No, please just a small standalone test program. Thanks ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3867550#3867550 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3867550