hi
i have a User class which implements Credentials.

Repository repository = getRepository();
User user = new User ("myname","otherattributes");
Session s = repository.login(user,"aworkspace");

login fails as it throws a LoginException. Why?

thanks

Reply via email to