jboss « Transaction « Spring Q&A





1. Spring JTA configuration - how to set TransactionManager?    stackoverflow.com

We configure our Spring transaction in Spring config as:

<tx:jta-transaction-manager/>
I gather this means that Spring will automatically discover the underlying JTA implementation. So when we start up JBoss we see these ...

2. Lingering Hibernate sessions without transaction in JBoss    stackoverflow.com

I have encountered a Hibernate issue I just can't find my way around. We're running Hibernate 3.2.6 on JBoss 4.2.0, in a Spring 2.5.4 application behind JBossWS 2.0.1 (just to get ...

3. Spring and Hibernate suddenly set the transaction to readonly    stackoverflow.com

We have an application running on JBoss 4.2.3, using Spring 2.5.2 and Hibernate 3.2.6.ga. This is running on Linux JEE01 2.6.16.60-0.54.5-smp, using its own user. Writing to a Oracle 10G database ...

4. How can we make an external call without an ongoing transaction?    stackoverflow.com

We're using Spring & Hibernate in JBoss 4.2.3 and are calling an external system, which could take a while, as part of processing requests. To eliminate long-lived database locks we're not ...

5. Spring JTA Transaction manager question    stackoverflow.com

We are using jboss managed EntityMangerFactory using following spring bean

<jee:jndi-lookup id="entityManagerFactory" jndi-name="persistence-units/myPU"/>
Now in our spring bean we use @PersistenceContext to get the entitymanager and it works fine. What I want is ...

6. How to use standalone JBoss Transactions with Spring, Hibernate and JPA?    stackoverflow.com

I have an app that is deployed on Tomcat but I need to use JTA because I am connecting to multiple data sources. I don't want to use JBoss AS but ...

7. JTA on JBoss not working    forum.springsource.org

JTA on JBoss not working Folks, I am having problems getting transactions running on JBoss using JTA. My Spring config is as such: Code:

8. about jta transaction (Spring 3.0.5 with Jboss 6)    forum.springsource.org

about jta transaction (Spring 3.0.5 with Jboss 6) this is persistence.xml Code: org.hibernate.ejb.HibernatePersistence java:centerDS

9. Problem comitting transaction with Spring+Hibernate+JBoss    forum.springsource.org

I'm experiencing a problem trying to commit a transaction using Spring, Hibernate, and JBoss. Specifically, when the transaction tries to commit, I get the following exception: Code: javax.ejb.EJBException: RuntimeException; CausedByException is: ...





10. spring / jboss transactions    forum.springsource.org

Hi, i'm building a project with spring and hibernate and i have yet to make some decisions regarding transactions. I have implemented a TransactionProxyFactoryBean using a transactionManager from type HibernateTransactionManager. The ...

11. anybody successfully using jboss with jpetstore JTA?    forum.springsource.org

anybody successfully using jboss with jpetstore JTA? hi, if anybody successfully using the jboss with jpetstore's JTA way, please tell me how to configure the xml files, since i always got ...

12. Spring and JBoss Transactions    forum.springsource.org

Hi, Today i heard that JBoss has released the open source JBoss Transcations (based on Arjuna TP system). Does Spring plans to have integration with this Transaction Processor?. It looks quite ...

13. how to set up a jboss/arjuna jta transaction    forum.springsource.org

Hi all, has someone already used spring to set up a JTA transaction manager with the new JBoss JTA Transaction package (previously known as Arjuna). I guess I need to set ...

14. how to rollback in JBOSS+JTA+iBatis    forum.springsource.org

Hi, Since i need to connect to 3 different databases, then I am using springframework+iBatis+JTA+JBOSS for my project. I have successfully configured and run it, so it can get and write ...

15. Spring, Hibernate, Jboss-jta, Tomcat    forum.springsource.org

Spring, Hibernate, Jboss-jta, Tomcat Hi, Currently I'm running in local Spring environment with BasicDataSource, HibernateTransactionManager and LocalSessionFactory. Transactions are demarcated from Spring using Spring's transactional proxy. Now, I would like to ...

16. Spring, JBoss, Arjuna & TransactionProxyFactoryBean    forum.springsource.org

Spring, JBoss, Arjuna & TransactionProxyFactoryBean hi there, I have a problem with a org.springframework.transaction.NoTransactionExcep tion when throwing an exception inside a bean that is wrapped with a TransactionProxyFactoryBean. This bean is ...





17. Configure transaction manager for use with both JBoss and WebSphere    forum.springsource.org

Configure transaction manager for use with both JBoss and WebSphere Hi, I have a J2EE app that is required to run on both JBoss and WebSphere. I use REQUIRES_NEW in a ...

18. XA Transaction in JBoss with MySQL using Hibernate    forum.springsource.org

Hi, I am using 2 databases in my application. MySQL 4.1 and MySQL 5.0 I am using Spring 2.0 with Hibernate deployed in JBoss 4.0.4 I want to insert some data ...

19. Spring Transaction with JBoss    forum.springsource.org

Hi, I am new to Spring. I would like to know how to configure Spring Transaction management to use JBoss transaction manager. We are using JBoss 4.0.4GA and spring 2.0. I ...

20. Spring, Hibernate and JBoss Transactions in standalone app    forum.springsource.org

Spring, Hibernate and JBoss Transactions in standalone app Hello, I'm new to spring and JTA. I'm trying to integrate JBoss JTA with Hibernate and Spring. Before instantiating Spring context, I'm using ...

21. jboss jta xa    forum.springsource.org

has anyone successfully wired in jboss jta using an xa driver? i've been working w/ atomikos and wanted to try jboss as well. thanks

22. Problem with declarative Transactions on JBoss    forum.springsource.org

Problem with declarative Transactions on JBoss Hi, I have some problems bringing declarative Transactions in a spring application to work on JBoss. Here is my transaction part of context: Code:

23. Transaction suspension doesn't work EJB,Hibernate,JBOSS    forum.springsource.org

Transaction suspension doesn't work EJB,Hibernate,JBOSS Hi, I am using ejb`s as a wrappers on my business pojo's and hibernate like my ORM, the Hibernate session is configured on the applicantionContext and ...

24. Spring Transaction Support crashes on JBoss 4.2.x    forum.springsource.org

Spring Transaction Support crashes on JBoss 4.2.x Hi all, Im using Spring 2.0.4 (tested with 2.0.6 also, same problem) with JBoss 4.2.x GA and think I have found a bug in ...

25. SingleConnectionFactory, MessageListenerContainer, XA transactions and JBoss JCA?    forum.springsource.org

SingleConnectionFactory, MessageListenerContainer, XA transactions and JBoss JCA? I just read the javadoc for DefaultMessageListenerContainer. I am using JBoss 4 and I have a JMS ConnectionFactory in JNDI. It seems that this ...

26. Using JTA transaction Manager + JBOSS + ClassNotFound Exception    forum.springsource.org

Using JTA transaction Manager + JBOSS + ClassNotFound Exception Hi I am New to Spring,Hibernate I am developing an application which uses 2 datasources and JTA transaction manager. i have followed ...

27. Spring - JBoss : Transaction propagation    forum.springsource.org

Spring - JBoss : Transaction propagation Using : JBoss 3.2.3 Spring 2.0.6 Refering to http://forum.springframework.org/sho...+propa gation I'm trying to re-use some business logic contained in an EJB hosted on a JBoss ...

28. tx:jta-transaction-manager and JBoss 4.2.2 MDB    forum.springsource.org

tx:jta-transaction-manager and JBoss 4.2.2 MDB Hi all, I'm using an MDB to process messages across a JBoss clsuter. I'm using Spring to wire my business logic and DAO code to my ...

29. Hibernate JPA and JTA on JBoss : config ?    forum.springsource.org

Hibernate JPA and JTA on JBoss : config ? Hi all. Trying to find the right config for Spring 2.5, Hibernate Entity manager 3.3.1 deployed on JBoss 4.2.2 with the intent ...

30. Having real trouble configuring JTA txManagement w/ JBoss & Hibernate    forum.springsource.org

I thought I'd post my fix, which is more of a simple change of approach around what appears to be a Spring or Hibernate limitation - probably Hibernate, but I'm not ...

31. Transaction suspend and resume: Spring 2.0 and Jboss 4.2.1    forum.springsource.org

Transaction suspend and resume: Spring 2.0 and Jboss 4.2.1 I am trying to simulate SPR-4077 (same as SPR-4122), which is what we are also facing using spring 2.0.4, by using naked ...

32. tx:jta-transaction-manager and JBoss 4.0.5    forum.springsource.org

tx:jta-transaction-manager and JBoss 4.0.5 Hi, I have a problem trying to deploy an application using : Spring 2.5.2 on JBoss 4.0.5 In my classes I use at 'Transactional' annotation so I ...

33. Can't get embedded JBoss JTA to work (no rollback)    forum.springsource.org

Jul 17th, 2009, 07:24 AM #1 chtimi View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 17 Can't get embedded JBoss JTA to work (no rollback) ...

34. Connection leak with iBatis queries using Spring Transaction + JBOss JTA + Spring DAO    forum.springsource.org

Connection leak with iBatis queries using Spring Transaction + JBOss JTA + Spring DAO I am using Spring Transaction + JBOss JTA(XADatasource) +DBCP+ Spring DAO + iBatis SQL map. After a ...

35. Is it possibe to access an existing jboss transaction manager located within a webapp    forum.springsource.org

Is it possibe to access an existing jboss transaction manager located within a webapp Hi all, Here is my problem. I have an existing web application with its own data source ...

36. Problems with JBoss5, Hibernate and JTA    forum.springsource.org

Problems with JBoss5, Hibernate and JTA I have to implement cluster support for an existing application/product running on Tomcat. Because I also needed second-level cache support, I decided to switch to ...

37. Jboss jta transaction manager in spring    forum.springsource.org

You can use @Transactional the annotations has nothing to do with the transactionmanager you use (would be a bit pointless to have such an abstractation and then require the user the ...

38. Spring + JBoss + JPA + Hibernate + JTA -> no success...    forum.springsource.org

Spring + JBoss + JPA + Hibernate + JTA -> no success... Hello, Maybe this is a repost, but after some hours of searching, I did not found a working solution, ...

39. Spring 2.5.X + jboss 5 : error on @Transactional    forum.springsource.org

Jan 11th, 2010, 12:52 PM #1 mickel View Profile View Forum Posts Private Message Junior Member Join Date Jan 2010 Posts 3 Spring 2.5.X + jboss 5 : error on @Transactional ...

40. How Do I Configure Spring Transaction Management Using Spring+JBoss+JPA+Hibernate?    forum.springsource.org

Hi, could anyone give me (or point me to) a step-by-step guide on how to configure Spring transaction management in JBoss? I am using a combination of JBoss+Spring+JPA+Hibernate+Oracle. Any help would ...