Wildfly: Error getting reflective information for class
问题 I am dealing with two Eclipse Project. The former includes some Session Beans that I manage to deploy on Wildfly Servr. The Latter includes a Servlet I need to inject and use the bean. This is the structure of the projects containing the session bean. Projects is the session bean I want to use as Session Facade to interact with the Project JPA entity. This is the servlet Injecting the Session bean. ProjectsLocal is its Local interface. @EJB private ProjectsLocal projects; /** * @see