public void testAddDataConflictListenerOutsideTransaction()
throws Exception
{
final AtomicReference<Throwable> exception =
new AtomicReference<Throwable>();
final DataConflictListener listener = new DataConflictListener() {
public void nodeConflictDetected(
Object accessId, long nodeId, boolean forUpdate)
{
}
};