Hi, I have a strange situation. I have two preexisting objects for which I wish to associate one object to another i.e. via a Link relationship which has been predefined in the schema.
1. find both pre-existing objects specifically find them by RID 2. set the second object at a specific field on the first object, which is of the expected type 3. save the first object then if I retrieve the first object from the db and do a get on the field in question, I do not get the object that was set in step #2 above but rather whatever the previous object or null . Now if I close and reopen the database and retrieve the first object and then try to get the field in question then I do get the expected object. Its almost like the Link relationship between these two objects has not been flushed to a permanent state until the db is closed. any feedback is appreciated thanks -Charles -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
