I ve created a entity and hooked it all up using Appfuse. Its working fine until I try to modify the criteria to pick up a parameter that is being passed in at which point I see:
[code] could not resolve property: abc of: com.proj.proj.model.Person; nested exception is org.hibernate.QueryException: could not resolve property: abc of: com.proj.proj.model.Person [/code] The equals, hashcode and tostring are implemented on the entity object and i ve set the column name under the property by using the ' @Column(name="LandlordAgentShortCode")' property This is driving me nuts as I ve no idea what to do here Does anyone know? -- View this message in context: http://www.nabble.com/org.hibernate.QueryException%3A-could-not-resolve-property-Error-tp19638027s2369p19638027.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
