I want to load a class on-the-fly to web service application runs on Jboss. The class to be loaded is an implementation of an interface class which is already bundled with web service deployment archive (war file)
My code is
But the execution stops at the second line when class given by �classString� is present in the class path.
Please help