Results 1 to 3 of 3

Thread: spring / jboss transactions

  1. #1
    Join Date
    Sep 2005
    Posts
    1

    Default spring / jboss transactions

    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 plan is to deploy the app in jboss and what i really need is use the jboss transaction capacities.
    What i the best way to make jboss responsable for transaction issues?


    Thanks.
    SugarKanne

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    what i really need is use the jboss transaction capacities
    Which in particular?

  3. #3
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    What i the best way to make jboss responsable for transaction issues?
    You have to use the JtaTransactionManager - check out the javadocs for both HibernateTM and JtaTM - they explain pretty well how they work.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 1
    Last Post: Oct 2nd, 2005, 07:10 PM
  3. Replies: 5
    Last Post: Aug 25th, 2005, 05:37 PM
  4. Replies: 6
    Last Post: May 25th, 2005, 01:56 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •