I'm using Eclipse Helios, JSF 2 and Glassfish 3.1 server..... and what's happen error like that ...
javax.servlet.ServletException: com.sun.faces.mgbean.ManagedBeanCreationException: Unable to create managed bean contactController. The following problems were found:
- The property groupRepository for managed bean contactController is defined with a property class of ibm.contact.model.ContactRepository, however, this class is not assignable to the property.
What is meaning of that error and how to fix it ?