weblogic ejb ComplianceException
问题 I try to deploy an application which uses EJB on weblogic 10.3. I use the framework seam 2.2.0 I created an EJB project and en EAR project with workshop. When I compile the project, I get this error: weblogic.ejb.container.compliance.ComplianceException: No business interface, component interface or web service endpoint interface found for Session Bean Authenticator Here is the bean code: import javax.ejb.Local; import javax.ejb.Stateless; import javax.persistence.EntityManager; import org