Results 1 to 4 of 4

Thread: Error in Documentation

  1. #1

    Default Error in Documentation

    Hi,

    i noticed an error in the documentation, but did not find a proper place to post it (is there a bugtracker? Apparently not on the sourceforge page...).

    On http://www.springframework.org/docs/...ansaction.html, under 7.3.2 "Using the PlatformTransactionManager", the example says
    Code:
    TransactionStatus status = transactionManager.getTransactionDefinition(def);
    which should be
    Code:
    TransactionStatus status = transactionManager.getTransaction(def);
    Just a minor error, but might be confusing at first for those who try the examples copy'n'paste-wise... ;-)

    Sebastian

  2. #2
    Join Date
    Aug 2004
    Location
    Amsterdam, Netherlands
    Posts
    450

    Default

    Yes, there is an issuetracker, it's linked from the springframework.org site. I'll post the link here as well:

    http://opensource.atlassian.com/proj...Dashboard.jspa

    I'll fix the error in the docs, thanks for spotting it!

    Alef

  3. #3
    Join Date
    Aug 2004
    Location
    Tampa, FL
    Posts
    39

    Default

    In JIRA, is SpringDOC the correct component to create issues for documentation errors?
    Nilesh Kapadia
    http://www.nileshk.com

  4. #4
    Join Date
    Aug 2004
    Location
    Amsterdam, Netherlands
    Posts
    450

    Default

    If there is a SpringDOC component (I didn't even know ;-)), yes, then it's the right place.

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
  •