I added the lines to the end of the loadBus() method:
....
factory.create();
try {
Merlin merlin = new Merlin(null);
System.out.println("**** Merlin ok");
} catch (Exception e) {
System.out.println("**** Merlin-exception = " + e.getMessage());
}
}
On the console you can see the message:
....
INFO: Setting the server's publish address to be /EchoSecuService
**** Merlin ok
The class Merlin deployed succesfully :((
A.
--
View this message in context:
http://old.nabble.com/Merlin-not-found%3A-classloader-problem--tp27766194p27780893.html
Sent from the cxf-user mailing list archive at Nabble.com.