protected void postOpen(RootDeploymentDescriptor descriptor, AbstractArchive archive)
throws IOException
{
super.postOpen(descriptor, archive);
EjbBundleDescriptor ejbBundle = (EjbBundleDescriptor) descriptor;
ModuleContentValidator mdv = new ModuleContentValidator(archive);
ejbBundle.visit((EjbBundleVisitor)mdv);
}