Rémi Forax wrote:
:There is a bug in SyncFactory, it uses the double checked locking pattern,which is broken in Java :)Rémi
Lance - I've created a jdbc/rowset_implementation bug to track this: 6982530: SyncFactory synchronization problemsIn addition to the Rémi's comment, it would be good to double check (pun intended!) for other synchronization issues in that code, for example in the JNDI initialization or between the setLogger and getLogger methods.
-Alan.