I'm wondering why ODatabaseDocumentInternal.class.cast( db).getMetadata().getSecurity().getUser(id) is using ODatabaseRecordThreadLocal.INSTANCE.get() to find the user ?
I mean as I get the OSecurityShared instance from a db, why trying to get it from the current threadlocal ? Is it possible that I could get a User that isn't in the db ? -- --- 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.
