intfClassName,
implClass,
DeploymentModel.getDeploymentModelAsInt(introDef.getDeploymentModel()));
// create and set the container for the introduction
IntroductionContainer container = createIntroductionContainer(implClass);
if (container != null) {
newIntroduction.setContainer(container);
}
AspectWerkz.getSystem(uuid).register(introDef.getName(), newIntroduction);