*/
void loadPlugins() throws RpException {
logger.info("Start to load the plugins ");
//set the actual rp class loader
m_loader = new RPClassLoader( this.getClass().getClassLoader() );
//Atention here must to set also the Proxy data (general configuration)
if (proxy != null) {
if (!(Util.isEmpty(proxy.getHost())) &&
!(Util.isEmpty(proxy.getPort()))) {