Membro desde: 26/06/2007 19:30:49
Mensagens: 88
Offline
Coloquei meu atributo senha como tipo br.com.linkcom.neo.types.Password;
e está dando esse erro:
Code:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in null: Initialization of bean failed; nested exception is org.hibernate.MappingException: Could not determine type for: br.com.linkcom.neo.types.Password, for columns: [org.hibernate.mapping.Column(senha)]
org.hibernate.MappingException: Could not determine type for: br.com.linkcom.neo.types.Password, for columns: [org.hibernate.mapping.Column(senha)]
at org.hibernate.mapping.SimpleValue.getType(SimpleValue.java:266)
at org.hibernate.mapping.SimpleValue.isValid(SimpleValue.java:253)