Results 1 to 3 of 3

Thread: How can one rollback commands in Spring Roo?

  1. #1
    Join Date
    Jun 2010
    Posts
    3

    Default How can one rollback commands in Spring Roo?

    http://www.slideshare.net/benalexau/...oo-100-2805183

    The above slideshow, by Ben Alex, contains the claim on slide 8: "Even if you make a mistake, Roo will rollback changes!"

    I'm unable to find actual documentation of this feature. Does anyone know how this can be accomplished?

  2. #2
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    667

    Default

    I think Ben's saying that each command you issue is atomic, i.e. fully occurs or (if there's a problem executing it) not at all. Your project won't be left in a halfway state.

    This is different to a user-level feature whereby you could undo your last successfully executed command. That capability doesn't exist yet, but has already been requested on this forum and since in JIRA as well.
    Andrew Swan
    "Now is the EJB of our discontent made glorious Spring"

  3. #3
    Join Date
    Jun 2010
    Posts
    3

    Default thanks

    I think you are right. Thanks.

Tags for this Thread

Posting Permissions

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