Ok, I went through creating equals and hashcode methods for the Kullanici and 
Uzman as well. IMHO I have doen a decent implementation with commns-lang 
hashcode and equals builders.
Yet the problem is still there.
With "message" I mean a JSF message that can be seen by                         
    <h:messages/>. And the message is "Error selecting object"

This message is from the source : 

  | @Name("org.jboss.seam.ui.entityConverter")
  | @Scope(ScopeType.CONVERSATION)
  | @Install(precedence = BUILT_IN)
  | @Converter
  | @Intercept(NEVER)
  | public class EntityConverter implements
  |          javax.faces.convert.Converter, Serializable
  | {
  |    
  |    private ValueBinding<EntityManager> entityManager;
  |    
  |    private Log log = Logging.getLog(EntityConverter.class);
  | 
  |    private String errorMessage = "Error selecting object";

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042463#4042463

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042463
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to