[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster-devel] Incompatible property name change!



Hi,

we have changed the protocol plugin framework (the code which
loads the CORBA, RMI, ... drivers) to use the xmlBlaster classloader.

It allows for example to integrate a SOAP driver with an incompatible
xml parser.

This forced an  INCOMPATIBLE property change.

So if you update with CVS read further:

-  Loading protocol plugins this form is not supported anymore:

Protocol.Drivers=IOR:org.xmlBlaster.protocol.corba.CorbaDriver,...
Protocol.CallbackDrivers=IOR:org.xmlBlaster.protocol.corba.CallbackCorbaDriver,...


-   the new syntax is:

ProtocolPlugin[IOR][1.0]=org.xmlBlaster.protocol.corba.CorbaDriver
CbProtocolPlugin[IOR][1.0]=org.xmlBlaster.protocol.corba.CallbackCorbaDriver


See
     xmlBlaster/config/xmlBlaster.properties.template
for more examples

!  You definitly need to search your code, property files and shell
 scripts and replace to the new syntax. !

Sorry about the inconvenience

Marcel