Could it be that maybe in your Hibernate mapping, you defined a mapping for the attribute "id", but in your ..model.Login class, there is no getId() Method?
I believe the Hibernate error messages are not as misleading as you seem to think. On 2/25/06, david b <[EMAIL PROTECTED]> wrote: > Konstantin, > > I added: jta.jar plus, cglib-2.1.3.jar, asm.jar, asm-attrs.jar > > Now its throwing a new error: > > Unable to invoke method doLogin on [EMAIL PROTECTED]: Could not find a getter > for id in class com.entercite.finance.model.Login > > org.hibernate.PropertyNotFoundException > Could not find a getter for id in class com.entercite.finance.model.Login --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
