Hi, I wrote a new ClassLoader 'XmlBlasterClassloader' which has its own classpath. This classloader is used by org.xmlBlaster.util.ServerThread. So it is possible to integrate complete xmlBlaster server in your own Application.
Just use: ServerThread server = ServerThread.startXmlBlaster(args); ... ServerThread.stopXmlBlaster( server ); The xmlBlaster ServerThread is independend from the users environment CLASSPATH. Advantages: - no conflict of CORBA classes - no conflict of XML parsers Konrad.
