throw new NullPointerException("applicationClientName is mandatory");
if (classLoader == null)
throw new NullPointerException("classLoader is mandatory");
this.deploymentUnit = unit;
this.ejb3Unit = new JBoss5DeploymentUnit(unit);
this.clientMetaData = xml;
this.mainClass = mainClass;
this.applicationClientName = applicationClientName;
this.classLoader = classLoader;