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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 106k
  • Answers 106k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You could have a look at urwid, a curses-based, full-fledged… May 11, 2026 at 8:54 pm
  • Editorial Team
    Editorial Team added an answer please read these posts to get in depth knowledge about… May 11, 2026 at 8:54 pm
  • Editorial Team
    Editorial Team added an answer The problem is that Apple built Apache as a fat… May 11, 2026 at 8:54 pm

Related Questions

An application that has been working well for months has stopped picking up the
So I have taken over a Java Web project . The application was written
Let's share Java based web application architectures! There are lots of different architectures for
I have a web application using ASP.NET 2.0 and I want to know if

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.