Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.3.7
-
None
Description
If you start multiple instances of oak pointing to the same mongodb(an empty one), often you get a CommitFailedException in the initialize method from OakInitializer class. That's because two or more instances tries to initialize the collection on mongodb and gets a conflicting on merge. This breaks the initialization on an OSGI environment.