Skip to content

Instantly share code, notes, and snippets.

@joshids
Created July 27, 2015 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshids/e12659941799fa8e6e53 to your computer and use it in GitHub Desktop.
Save joshids/e12659941799fa8e6e53 to your computer and use it in GitHub Desktop.
How to get "Found shared references to a collection
var coll = new UIRColl();
var u1 = new user();
u1.uircolllection = coll;
var u2 = new user();
u2.uircolllection = coll;
session.flush();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment