* @return a string description for the given class that needs to be loaded
*/
public String loadClass(final String className) {
// Get container/classloader
JContainer3 container = getManagedComponent();
ClassLoader ejbClassLoader = container.getClassLoader();
boolean inEAR = container.getApplicationName() != null;
// Create XML document...
// Create builder with factory
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();