Dear sir, Thank you all for supporting and helping ,
I faced something a little strange ! I'm trying to run XMLBlaster with RMI, I followed this : java -Djava.rmi.server.codebase=file:///mr/Desktop/xmlBlaster/classes/ -Djava.security.policy=mr/Desktop/xmlBlaster/config/xmlBlaster.policy -Djava.rmi.server.hostname=172.16.132.55 org.xmlBlaster.Main -plugin/rmi/registryPort 2078 and I added the required plugin, but I am not sure what should I modify in "Djava.rmi.server.codebase=file:///${XMLBLASTER_HOME}/classes/ \" I changed XMLBLASTER_HOME with my XMLBlaster home, but what should I do for /classes ?? when I run this command " java HelloWorld3 -protocol RMI -plugin/rmi/registryPort 2078" @ client side: * this error appeared although I added ProtocolPlugin[RMI][1.0]=org.xmlBlaster.protocol.rmi.RmiDriver *and * CbProtocolPlugin[RMI][1.0]=org.xmlBlaster.protocol.rmi.CallbackRmiDriver* to xmlBlaster.properties <init>: XmlBlasterException errorCode=[resource.configuration] serverSideException=false location=[PluginInfo-ClientProtocolPlugin] message=[#1.6.2 Plugin 'ClientProtocolPlugin[RMI][1.0]' not found, please check your configuration : ] [See URL http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.errorcodes.listing.html#resource.configuration ] could you help me, or rmi not supported any more ? regards, Mohannad