Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 102301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:56:13+00:00 2026-05-11T00:56:13+00:00

I have a web application using JPA and JTA with Spring. I would like

  • 0

I have a web application using JPA and JTA with Spring. I would like to support both JBoss and Tomcat. When running on JBoss, I’d like to use JBoss’ own TransactionManager, and when running on Tomcat, I’d like to use JOTM.

I have both scenarios working, but I now find that I seem to need two separate Spring configurations for the two cases. With JOTM, I need to use Spring’s JotmFactoryBean:

<bean id='transactionManager'   class='org.springframework.transaction.jta.JtaTransactionManager'>     <property name='userTransaction'>         <bean class='org.springframework.transaction.jta.JotmFactoryBean'/>     </property> </bean> 

In JBoss, though, I just need to fetch ‘TransactionManager’ from JNDI:

<bean id='transactionManager'   class='org.springframework.transaction.jta.JtaTransactionManager'>     <property name='transactionManager'>         <bean class='org.springframework.jndi.JndiObjectFactoryBean'>              <property name='resourceRef' value='true' />              <property name='jndiName' value='TransactionManager' />              <property name='expectedType'                 value='javax.transaction.TransactionManager' />         </bean>     </property> </bean> 

Is there a way to configure this so that the appropriate TransactionManager – JBoss or JOTM – is used, without the need for two different configuration files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T00:56:14+00:00Added an answer on May 11, 2026 at 12:56 am

    I think you have missed the point of JNDI. JNDI was pretty much written to solve the problem you have!

    I think you can take it up a level, so instead of using the ‘userTransaction’ or ‘transactionManager from JNDI’ depending on your situation. Why not add the ‘JtaTransactionManager’ to JNDI. That way you push the configuration to the JNDI where it is supposed to be instead of creating even more configuration files [ like there aren’t enough already 😉 ].

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a running web service (using EclipseLink as JPA provider) and would like
I have this web application using Spring Web Flow framework. In my main page
I have a web application that is using both jQuery 1.2.6 and YUI 2.6.0
I have a web application using spring annotations extensively. Can I switch back from
I have this web application that i have created using Wicket, Guice and JPA.
I have a Web application using spring and hibernate and struts (it runs on
greetings all i have a web application using (spring-hibernate) frameworks and when tried to
I have developed an web application using JSP and deployed in tomcat server. In
I have a fairly standard Java EE6 web application using JPA 2 with dependency
I have created a simple java web (Vaadin) application project using JPA and it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.