Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-1129

ROP: CayenneContext does not unregister deleted nodes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.0M5
    • Core Library
    • None

    Description

      This test fail:

      public class CayenneContextDeletionTest extends RemoteCayenneCase {
      public void test()

      { ClientMtTable1 obj = context.newObject(ClientMtTable1.class); context.commitChanges(); context.deleteObject(obj); context.commitChanges(); //now check that the object is unregistered assertNull(context.getGraphManager().getNode(obj.getObjectId())); }

      }

      BTW same thing with DataContext works

      Attachments

        Issue Links

          Activity

            People

              antidote Andrey Razumovsky
              antidote Andrey Razumovsky
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: