[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xmlblaster] address.setXXXXX #2
It is not completly correct. We changed the syntax of some of the
properties. Unfortunately I just saw that the description of this
particular protperty was not updated in the requiremnts. Meanwhile I
fixed the requirement:
http://www.xmlBlaster.org/xmlBlaster/doc/requirements/client.configuration.html
Marcel Ruff wrote:
Madere, Colin wrote:
You should also be able to use a java.util.Properties object also,
correct?
Properties p = System.getProperties();
p.setProperty ( "client.protocol", "SOCKET" );
Should be
p.setProperty ("dispatch/clientSide/protocol", "SOCKET");
or
p.setProperty ("protocol", "SOCKET");
The second alternative sets the protocol for both client side and callback.
p.setProperty ( "socket.port", "7607" );
p.setProperty ( "socket.hostname", "noty" );
glob.init ( p );
Yep,
Marcel
Saluti
Michele