[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-15 Thread [EMAIL PROTECTED]
Yes, this is correct. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164437#4164437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164437 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-14 Thread jreeman
First, thx for your response. I planned to use it only to manage in-memory locks but I realized after that I don't need a transaction manager to do that. As a confirmation, I have read here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138918 your message : anonymous wrote : Isolati

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-14 Thread [EMAIL PROTECTED]
Why do you need a transaction manager then (if you are not using crash recovery or a database)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164216#4164216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164216 __

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-11 Thread jreeman
Could you let me know where you find this sentence in the jboss ta documentation ? Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163827#4163827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163827 _

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-10 Thread jreeman
Thank you, I will try tomorrow to put all all this together. anonymous wrote : From the 4.3.0.GA docs: could you give me an url for this doc, and where it is explain how configure jbossjta-properties.xml and so on ? anonymous wrote : Note that JBossTS 4.3 provides a JTA 1.1 implementation, w

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-10 Thread jhalliday
BTW, do you expect the database connections used by your app to participate in the managed transaction? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163622#4163622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=416362

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-10 Thread [EMAIL PROTECTED]
>From the 4.3.0.GA docs: anonymous wrote : | Note that JBossTS 4.3 provides a JTA 1.1 implementation, whereas JBossAS 4.2 ships the JTA 1.0.1b API files. You may therefore also need to copy the JTA 1.1 API into the application server's server/XXX/lib dir | - lib/ext/jta-1_1-classes.zip |

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-10 Thread jreeman
And create the cache instance like this : CacheFactory factory = new DefaultCacheFactory(); | | techDataCache = factory.createCache("cache-configuration.xml", true); | techDataCache.create(); View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with transaction (jbossts) configuration in Tomc

2008-07-10 Thread jreeman
Maybe I have a problem with maven repository I used these dependencies : | jboss | jboss-common | 4.2.2.GA | | | jboss.jbossts | jbossts-comm