Hi all, Following error appears intermittently during junit tests. I have seen this error on different tests, not only on PullTaskITCase.
Do you have some idea? Regards Nicola Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 206.382 sec <<< FAILURE! - in org.apache.syncope.fit.core.PullTaskITCase issueSYNCOPE313LDAP(org.apache.syncope.fit.core.PullTaskITCase) Time elapsed: 1.622 sec <<< ERROR! org.apache.syncope.common.lib.SyncopeClientException: Unknown [PersistenceException: Multiple concurrent threads attempted to access a single broker. By default brokers are not thread safe; if you require and/or intend a broker to be accessed by more than one thread, set the openjpa.Multithreaded property to true to override the default behavior.] at org.apache.syncope.fit.core.PullTaskITCase.ldapCleanup(PullTaskITCase.java:369) at org.apache.syncope.fit.core.PullTaskITCase.issueSYNCOPE313LDAP(PullTaskITCase.java:993)