Hi,
I just downloaded your (apparently) great work, and set it up on WinXp/MYSqlInnoDB with the jdk you provided.
I ran the sql scripts (which btw contained unix CRLF at the wrong place which made the sql fail - corrected this and it was ok).
I can login as root/root, but whenever I want to click "new user", the login field is filled with a hash key(why ?).
If I replace the hash key by a humanly readable login, fill the other info then save the new user, I am unable to log in with this user.
LOG :
gran.exception.GranException: Hibernate lazy instantiation problem: No row with the given identifier exists: 8a8a8a90f461155100f46115ad1e0001, of class: gran.model.User
at gran.app.AppClass.logon(AppClass.java:171)
at gran.jsp.LoginAction_jsp._jspService(LoginAction_jsp.java:135)
[...]
Thanks for any help you might provide !