Could not resolve property:

could not resolve property: name of: Accellos.A1P.BIAlerts.Model.BiUser [
from Accellos.A1P.BIAlerts.Model.BiUser as bi where bi.name like :name + ‘%’
]

in my mapping file is

from BiUser as bi where bi.name like :name + ‘%’

accessing this in my dao

        IList biUserList = HibernateTemplate.FindByNamedQueryAndNamedParam( "user.by.name", "name", userName );

whats wrong on this?

Hi user,

Thank you for your post. Would you mind sending your project file for investigation? Thanks in advance!

*If you do not want the project file to be accessed by public, please send to lilian@visual-paradigm.com

Best regards,
Lilian Wong