jotm « Java EE « Spring Q&A





1. problems with jotm    forum.springsource.org

problems with jotm I am trying to use JOTM with mysql & spring and have encountered a problem establishing the DB connection. The relevant part of the config is as follows: ...

2. Finally dumping the J2EE container - is JOTM mature enough?    forum.springsource.org

Finally dumping the J2EE container - is JOTM mature enough? Our code is now in a state (thanks to Spring) where the J2EE container could conceivably be dumped. Since we use ...

3. JOTM dependencies    forum.springsource.org

Not sure if this is the correct forum for a JOTM question, but it's all tied in with declarative transactions so its a partial fit. It appears that the JOTM jars ...

4. spring + JOTM --- gives error    forum.springsource.org

Hi, I am using spring 1.2.3, tomcat, spring and JOTM for multiple datasource. But it gives me error Class not found defination error for javax.resource.spi.XATerminator. I doubt why it is giving ...

5. Jotm Question/Problem    forum.springsource.org

Jotm Question/Problem We're looking at Jotm and I'm having some trouble getting things going. I've created a simple standalone application (wired together using Spring and the JotmFactoryBean) that seems to work ...

6. How to use JOTM in Spring annotation tranasaction?    forum.springsource.org

Annotated transactions don't change the semantics of your transaction manager. Search the forum and the wiki pages for JOTM - there are some examples which can very easily adjust to the ...

7. Why JOTM keeps running after apps' main method finsihed?    forum.springsource.org

I have stand-alone java application, configured to use JOTM as JTA impl. for transaction managment over database connection that spans more than 1 database. The appliacation runs w/o errors, and while ...

8. Error while setting up JOTM 2.0.9 with Spring 1.2.6 and Tomcat 5.5.12    forum.springsource.org

Jan 10th, 2006, 01:37 PM #1 dkalcevich View Profile View Forum Posts Private Message Junior Member Join Date Jan 2006 Posts 20 Error while setting up JOTM 2.0.9 with Spring 1.2.6 ...

9. java.lang.NoClassDefFoundError : org/objectweb/jotm/Current    forum.springsource.org

java.lang.NoClassDefFoundError : org/objectweb/jotm/Current Hi Folks, I am using Geronimo as container and trying to create Trasaction manger which uses jotm it give error as follows. javax.servlet.ServletException: Error creating bean with name ...





10. could not create subcoordinator when using JOTM    forum.springsource.org

Jun 27th, 2007, 08:48 PM #1 ChangYoung View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 1 could not create subcoordinator when using JOTM Three is ...

11. Jotm and AbstractTransactionalDataSourceSpringContextTests    forum.springsource.org

Jotm and AbstractTransactionalDataSourceSpringContextTests Hi, I am trying to unit test my DAO's but transaction manager does not rollback insertions. I try with jotm and atomikos using with IBATIS. But none of ...

12. need carol.jar for Spring JOTM    forum.springsource.org

13. JOTM not rolling back    forum.springsource.org

Mar 25th, 2008, 10:00 AM #1 snowch View Profile View Forum Posts Private Message Junior Member Join Date Aug 2007 Posts 20 JOTM not rolling back I'm having problems trying to ...

14. XA outside of container with jotm or bitronix?    forum.springsource.org

XA outside of container with jotm or bitronix? Hi! Anybody been able to do JTA/XA outside of a JEE container with either JOTM or Bitronix (or any other standalone JTA provider). ...