diff -uN ice/Ice-3.0.1/demo/IceGrid/simple/bugtest.xml mnt/serverhome/ice/Ice-3.0.1/demo/IceGrid/simple/bugtest.xml --- ice/Ice-3.0.1/demo/IceGrid/simple/bugtest.xml 1970-01-01 01:00:00.000000000 +0100 +++ mnt/serverhome/ice/Ice-3.0.1/demo/IceGrid/simple/bugtest.xml 2006-03-28 17:21:23.852002911 +0200 @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -uN ice/Ice-3.0.1/demo/IceGrid/simple/Client.cpp mnt/serverhome/ice/Ice-3.0.1/demo/IceGrid/simple/Client.cpp --- ice/Ice-3.0.1/demo/IceGrid/simple/Client.cpp 2006-03-28 17:17:46.498200921 +0200 +++ mnt/serverhome/ice/Ice-3.0.1/demo/IceGrid/simple/Client.cpp 2006-03-28 17:59:00.912003618 +0200 @@ -29,7 +29,7 @@ main(int argc, char* argv[]) { HelloClient app; - return app.main(argc, argv, "config"); + return app.main(argc, argv, "config81b"); } void @@ -67,45 +67,13 @@ cerr << argv[0] << ": couldn't find a `::Demo::Hello' object." << endl; return EXIT_FAILURE; } - - menu(); - char c; - do - { - try - { - cout << "==> "; - cin >> c; - if(c == 't') - { - hello->sayHello(); - } - else if(c == 's') - { - hello->shutdown(); - } - else if(c == 'x') - { - // Nothing to do - } - else if(c == '?') - { - menu(); - } - else - { - cout << "unknown command `" << c << "'" << endl; - menu(); - } - } - catch(const Ice::Exception& ex) - { - cerr << ex << endl; - } + while (42) { + try { + hello->sayHello(); + } catch (...) { } } - while(cin.good() && c != 'x'); - + return EXIT_SUCCESS; } diff -uN ice/Ice-3.0.1/demo/IceGrid/simple/config81 mnt/serverhome/ice/Ice-3.0.1/demo/IceGrid/simple/config81 --- ice/Ice-3.0.1/demo/IceGrid/simple/config81 1970-01-01 01:00:00.000000000 +0100 +++ mnt/serverhome/ice/Ice-3.0.1/demo/IceGrid/simple/config81 2006-03-17 16:22:08.736450191 +0100 @@ -0,0 +1,33 @@ +IceGrid.InstanceName=DemoIceGrid + +# +# The IceGrid locator proxy. +# +Ice.Default.Locator=DemoIceGrid/Locator:default -p 12000 + +# +# IceGrid registry configuration. +# +IceGrid.Registry.Client.Endpoints=default -p 12000 +IceGrid.Registry.Server.Endpoints=default +IceGrid.Registry.Internal.Endpoints=default +IceGrid.Registry.Admin.Endpoints=default +IceGrid.Registry.Data=db/registry + +# +# IceGrid node configuration. +# +IceGrid.Node.Name=lxdev81 +IceGrid.Node.Endpoints=default +IceGrid.Node.Data=db/node +IceGrid.Node.CollocateRegistry=1 +#IceGrid.Node.Output=db +#IceGrid.Node.RedirectErrToOut=1 + +# +# Trace properties. +# +IceGrid.Node.Trace.Activator=1 +IceGrid.Node.Trace.Patch=1 +#IceGrid.Node.Trace.Adapter=2 +#IceGrid.Node.Trace.Server=3 diff -uN ice/Ice-3.0.1/demo/IceGrid/simple/config81b mnt/serverhome/ice/Ice-3.0.1/demo/IceGrid/simple/config81b --- ice/Ice-3.0.1/demo/IceGrid/simple/config81b 1970-01-01 01:00:00.000000000 +0100 +++ mnt/serverhome/ice/Ice-3.0.1/demo/IceGrid/simple/config81b 2006-03-28 17:23:23.938927663 +0200 @@ -0,0 +1,29 @@ +IceGrid.InstanceName=DemoIceGrid + +# +# The IceGrid locator proxy. +# +Ice.Default.Locator=DemoIceGrid/Locator:default -h lxdev81 -p 12000 + +# +# IceGrid registry configuration. +# +IceGrid.Registry.Client.Endpoints=default -h lxdev81 -p 12000 + +# +# IceGrid node configuration. +# +IceGrid.Node.Name=lxdev81b +IceGrid.Node.Endpoints=default +IceGrid.Node.Data=db2/node +IceGrid.Node.CollocateRegistry=0 +#IceGrid.Node.Output=db +#IceGrid.Node.RedirectErrToOut=1 + +# +# Trace properties. +# +IceGrid.Node.Trace.Activator=1 +IceGrid.Node.Trace.Patch=1 +#IceGrid.Node.Trace.Adapter=2 +#IceGrid.Node.Trace.Server=3