Results 1 to 4 of 4

Thread: JtaTransactionManager documentation for Resin

  1. #1
    Join Date
    Dec 2004
    Location
    Bucuresti, Romania
    Posts
    72

    Default JtaTransactionManager documentation for Resin

    Hi,
    I have noticed something wrong in the javadocs commnets for JtaTransactionManager.
    I was trying to do a PROPAGATION_REQUIRES_NEW transaction with a JTA transaction manager on Resin 3.0.13. As the documentation says, the location for the transaction manager should be: "java:comp/UserTransaction". But for Resin 3. 0.13 actually it seems to be: "java:/TransactionManager".
    I did not checked with an older version of Resin, maybe it has changed in the meanwhile.

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    Can you post a documentation bug report for this please?

    Rob
    Rob Harrop
    Lead Engineer, dm Server
    SpringSource
    http://www.springsource.com

    Co-Author - Pro Spring

  3. #3
    Join Date
    Dec 2004
    Location
    Bucuresti, Romania
    Posts
    72

  4. #4
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    Repeating my JIRA comment here:

    Thanks for spotting this, I've fixed the docs accordingly. "java:comp/UserTransaction" was the appropriate location on Resin 2.x; this is obviously different for Resin 3.x.

    BTW, since Spring 1.2, you don't need to specify JtaTransactionManager's "transactionManagerName" property anymore in many cases: both "java:comp/UserTransaction" and "java:/TransactionManager" are automatically checked by default. Hence, the JTA TransactionManager should be autodetected on most popular servers, including Resin 2.x and 3.x.

    Juergen

Similar Threads

  1. Spring Web Flow : Documentation
    By sarin_ashes in forum Web Flow
    Replies: 3
    Last Post: Aug 29th, 2005, 08:52 AM
  2. Request vs. Flow Scope: documentation?
    By Tom Hicks in forum Web Flow
    Replies: 5
    Last Post: Aug 2nd, 2005, 03:30 PM
  3. Reference documentation not up to date
    By Andreas Senft in forum Meta
    Replies: 0
    Last Post: Jan 6th, 2005, 09:13 AM
  4. Documentation system question
    By pmorelli in forum Meta
    Replies: 2
    Last Post: Oct 7th, 2004, 10:26 AM
  5. JDO in Spring Documentation
    By dowchen in forum Data
    Replies: 6
    Last Post: Aug 29th, 2004, 12:48 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
  •