private void onModuleLoad2()
{
final ClientMessageBus bus = (ClientMessageBus)ErraiBus.get();
// Don't do any of this until the MessageBus is fully initialized.
bus.addPostInitTask(
new Runnable() {
public void run() {
// Declare the standard error client here.
bus.subscribe("ClientErrorService",