This method is called once for each ejb module in the application that contains CMP beans. It is called at the end of the module processing.returna Collection of files to be compiled by the deployment process.throwsGeneratorException if there is any problem.
This method is called once for each CMP bean of the corresponding ejb module.paramdescr the IASEjbCMPEntityDescriptor associated with this CMP bean.paramsrcout the location of the source files to be generated.paramclassout the location of the class files to be generated.throwsGeneratorException if there is a problem processing the bean.
This method is called once for each ejb module in the application that contains CMP beans. Only one #init() method can be called.deprecatedThis method is not used by the deployment back end, and should be removed as soon as the TestFramework is fixed.paramejbBundleDescriptor the EjbBundleDescriptor associated with this ejb module.paramcl the ClassLoader that loaded user defined classes.parambundlePathName full path to the directory where this bundle's files are located.throwsGeneratorException if there is a problem initializing bean processing.
This method is called once for each ejb module in the application that contains CMP beans. Only one #init() method can be called.paramejbBundleDescriptor the EjbBundleDescriptor associated with this ejb module.paramctx the EjbcContext associated with the deployment request.parambundlePathName full path to the directory where this bundle's files are located.paramgeneratedXmlsPathName full path to the directory where the generated files are located.throwsGeneratorException if there is a problem initializing bean processing.
This method may be called once for each CMP bean of the corresponding ejb module to perform the validation.paramdescr the IASEjbCMPEntityDescriptor associated with this CMP bean.returna Collection of Exceptions if there are any problems processing the bean. Returns an empty Collection if validation succeeds.