"Xavier Roques" <[EMAIL PROTECTED]> writes:

>     synchronized (totalOrderQueue)
>     {
>       totalOrderQueue.notifyAll();
>     }
>
> But if the VirtualDatabase is not a DistributedVirtualDatabase,
> the field totalOrderQueue queue is null and a NPE is thrown.
>
> Is it a bug or I cannot do this?

This looks like a bug, thanks for the good report.

I think either this code should not be called in this case, or there
should be fake totalOrderQueue.




_______________________________________________
Sequoia mailing list
Sequoia@lists.forge.continuent.org
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to