Deploying entity beans with local interfaces I see these warnings: INFO [EJBDeployer] Bean : Section Method : public abstract void remove() throws RemoveException Section: 12.2.1 Warning: Each local home method must match a method defined in the entity bean class.
In SectionEJB I have: public void ejbRemove() throws RemoveException { } And in SectionLocalHome I have: public void remove() throws javax.ejb.RemoveException; What does this warning mean? And this follows the preceding: INFO [EJBDeployer] Bean : Section Section: 12.2.1 Warning: null alex _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user