Results 1 to 5 of 5

Thread: Spring and JBoss Transactions

  1. #1
    Join Date
    Aug 2004
    Posts
    105

    Default Spring and JBoss Transactions

    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 good specially with recovery and log and also has been there for quite a long period of time.

    I think that it would be great if Spring will provide it trademark best quality out of box integration with JBoss Transactions. What to do u think?

    Looking forward to hear from the great Spring Community.

    ---------- Long Live Spring --------------------
    Regards,
    Shoaib Akhtar

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

    Default

    Can you please raise an issue? I'd be interested in seeing what are the specific features of the Arjuna TP outside the normal JTA specs - if you're ussing Arjuna with JTA you can use the existing JtaTransactionManager.
    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

  3. #3
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    We are currently discussing this issue in the Spring team, and will probably add an integration (a) if any specific integration work is required beyond JTA; and (b) there is sufficient user demand.

    I believe also that the transaction manager used by Geronimo is usable in isolation, and has provided a recovery capability for some time.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

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

    Default

    Geronimo TM can be used outside the geronimo container.It is actually used inside one of the samples from JCR support inside Spring Modules to demonstrate the JCA setup (made possible through Jencks).
    It works quite well.
    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

  5. #5
    Join Date
    Aug 2004
    Posts
    105

    Default

    Hi,
    Good to hear from you people. Even though Gerinomo provides this support out of container, it would be good if spring integrates with Arjuna as well. I am not using Arjuna but heard a lot of appreciation about it.
    Regards,
    Shoaib Akhtar

Posting Permissions

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