Posts

Showing posts from September, 2010

weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar) No EJBs found in the ejb-jar file 'ModelEJB.jar'. Please ensure the ejb-jar contains EJB declarations via an ejb-jar.xml deployment descriptor or at least one class annotated with the @Stateless, @Stateful or @MessageDriven EJB annotation..'

Image
Tools:  Studio Edition Version 11.1.1.3.0, EJB3.0, Adf faces When I was trying to deploy the application I was having following error <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1285491833557' for task '5'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar) [EJB:011023]An error occurred while reading the deployment descriptor. The error was: No EJBs found in the ejb-jar file 'ModelEJB.jar'. Please ensure the ejb-jar contains EJB declarations via an ejb-jar.xml deployment descriptor or at least one class annotated with the @Stateless, @Stateful or @MessageDriven EJB annotation..' weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar) [EJB:011023]An error occurred while reading the deployment descriptor. The error was: No EJBs found in the ejb-jar file 'ModelEJB.jar'. Please