Hi, That the source of your problems: Caused by: org.hibernate.PropertyNotFoundException: Could not find a getter for admin in class po.User
Check mapping files, you are trying to map admin property which doesn't exist in User class. Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

