Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Spring + JPA not committing data

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

    Default

    Gave a short reply on this thread: http://forum.springframework.org/showthread.php?t=28703.

    Let me know on which topic you'd like to continue the discussion.
    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

  2. #12
    Join Date
    Aug 2005
    Location
    Hamburg/Germany
    Posts
    5

    Default

    Quote Originally Posted by Vita Rara View Post
    ...

    Code:
    ...
                <tx:method name="creteEntity" propagation="REQUIRED"/>
    ...
    I'm calling net.vitarara.quadran.core.business.impl.party.Part yManagerImpl.createEntity (), which I believe should be wrapped in a transaction....
    Propably your configured method name does not match (creteEntity <-> createEntity)?

    Mike

  3. #13
    Join Date
    Aug 2006
    Location
    Troy, NY
    Posts
    58

    Default

    Yes, I finally tracked down that typo, but it wasn't the end of the issue. (I sure did kick myself over that typo though.) I'm in the process of doing a writeup on it, but I've also posted about it on my Blog, linked to earlier.

    Take care,

    Mark

Posting Permissions

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