// Map.Entry entry = (Map.Entry)it2.next();
// aspect.setParameter((String)entry.getKey(), (String)entry.getValue());
// }
// create and set the container for the aspect
AspectContainer container = createAspectContainer(aspect);
if (container != null) {
aspect.___AW_setContainer(container);
}
else {
throw new DefinitionException("could not create aspect container for aspect [" + aspect.___AW_getName() + "]");