Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-incubating
-
None
Description
When using facading on the same subject in different connections, the transaction-isolation seems to be not completely working.
When creating a typed facade (Facade with RDFType-Annotation):
- in the first connection (c1), the type is correctly added
- before commit in c1, creating a facade on a parallel connection c2 - the type is NOT added.
- after commit in c1: the type is added as should be.
see UnitTest: ConcurrentFacadingTest#testParallelFacadingType