Tomcat « Transaction « Spring Q&A





1. Trouble configuring AspectJ LTW with Tomcat and Spring    stackoverflow.com

I'm having some problems getting load-time weaving to work with Spring in my Tomcat 6 webapp. I only want to use it for transactions (so that self-invocation respects transactional annotations, which ...

2. Handling transactions spanning across database servers    stackoverflow.com

I have a scenario where the unit of work is defined as:

Update table T1 in database server S1
Update table T2 in database server S2
And I want the above unit of work ...

3. Options for using Spring, Hibernate, JPA, and Tomcat with multiple Databases    stackoverflow.com

I have a java web app running under Spring 2.5.6, Hibernate 3.4 (with Hibernate as the JPA provider), and Tomcat 6. I have it working with one DB schema / persistence ...

4. spring tx:annotation-driven ignores mode when load time weaving is enabled in tomcat    stackoverflow.com

I am trying to configure transactions using annotations. When I am running in an environment with load time weaving enabled (e.g., tc server or tomcat with the weaving classloader), it ...

5. jta with spring in web application    stackoverflow.com

If I follow spring and bitronix instructions and I run web application on tomcat, do I still need to configure:

  1. in web.xml the resource-ref
  2. in context.xml the resrouce and transaction tag
  3. in ...

6. Remote transactions with hibernate+spring+mysql using tomcat?    stackoverflow.com

i have a set up with 2 VPS's on the same linode (vps provider) data center. The are visible throught internal static ip's. VPS.1.- Apache proxy, that is connected with VPS.2's tomcat ...

7. Spring/Hibernate Exception: createCriteria is not valid without active transaction    stackoverflow.com

I spent few days on an spring-hibernate-transaction issue. I create a simple webservice with jaxws + spring + hibernate, it works fine but when I call a web methode which use ...

8. JTA in Tomcat 5.0 with Spring    forum.springsource.org

JTA in Tomcat 5.0 with Spring Is there a way to use JTA with 2 phase commit inside Tomcat 5.0? We don't want to run a big application server if we ...

9. Distributed transactions in Tomcat    forum.springsource.org

Distributed transactions in Tomcat After much research I am narrowing in on JotmFactoryBean and JtaTransactionManager as the foundation to distributed transactions in Tomcat. So far I was successful in keeping our ...





10. Spring Transaction management with tomcat and mysql    forum.springsource.org

Spring Transaction management with tomcat and mysql Hi all, I've got lot of confusions after googling for spring transactions with eclipselink, tomcat and mysql. Please consider the following questions and guide ...

11. Could I use XA Transaction with two datasource in Tomcat ?    forum.springsource.org

Hi friends: I want to know if I could use two DataSources with JTATransaction in Tomcat. I know that Tomcat is not a app server. But I see the spring document ...

12. Tomcat is locking my jdbc.jar    forum.springsource.org

Tomcat is locking my jdbc.jar Hi everyone, I'm using Oracle database, I use the ojdbc14.jar. My problem is this file is locked by some process or program even when I have ...

13. transaction tomcat    forum.springsource.org

There are lots of examples out there about this. Tomcat and hsqldb bits aren't in there but this page has a good example. What is your specific problem though? If you ...

14. Need a distributed transaction management for Tomcat    forum.springsource.org

Need a distributed transaction management for Tomcat I need to marry two legacy applications that are running on the same Tomcat instance but using two separate databases. In essence I need ...

15. different transaction behavior junit / tomcat    forum.springsource.org

Hello, I've searched for an answer in previous posts, but nope, se here am I Test Environment: - Spring container - Datasource: SingleConnectionDataSource - DAO layer: Hibernate data access through LocalSessionFactoryBean ...

16. JTA Transaction in Tomcat 5.5    forum.springsource.org

Mar 27th, 2007, 05:11 PM #1 Adamal View Profile View Forum Posts Private Message Junior Member Join Date Apr 2006 Posts 19 JTA Transaction in Tomcat 5.5 I can't for the ...





17. Transaction: spring1.2 + hibernate + tomcat + multiple database    forum.springsource.org

Transaction: spring1.2 + hibernate + tomcat + multiple database Hi, my application uses multiple databases (all with the same structure and one with another). I do some operation on this one ...

18. JTA XA in Tomcat with Spring?    forum.springsource.org

JTA XA in Tomcat with Spring? I need the ability to support transactions across services which are running in separate classloaders and mostly accessing one database but possibly accessing multiple ones. ...

19. @Service conflicts with @Transactional in Tomcat    forum.springsource.org

@Service conflicts with @Transactional in Tomcat I have a service with methods marked as Transactional on a product that has worked for almost a year. I tried replacing the XML bean ...

20. Setting up for Transactions: Spring/Hibernate/Tomcat    forum.springsource.org

Aug 25th, 2009, 11:52 PM #1 travep14 View Profile View Forum Posts Private Message Junior Member Join Date Aug 2009 Posts 6 Setting up for Transactions: Spring/Hibernate/Tomcat I am trying to ...

21. Configure JPA+JTA+Tomcat    forum.springsource.org

Hi guys, im trying to configure an spring application with JPA and JTA to access an Oracle Database with a Tomcat Server. I read Carol McDonald blog, but i didnt work. ...

22. help with jpa+jta+tomcat    forum.springsource.org

Feb 1st, 2010, 03:45 PM #1 fredycas83 View Profile View Forum Posts Private Message Junior Member Join Date Mar 2009 Posts 20 help with jpa+jta+tomcat Hi guys, as i posted since ...

23. What transactions manager should i use for Tomcat 6.    forum.springsource.org

What transactions manager should i use for Tomcat 6. Hi, I am working on a web application in which I am using spring and hibernate for database access. I am using ...