Hello well, im following the Wonder intro part 1 podcast, doing
something similar, I had everything ready, wehn I enter a wrong
username it pops up the error, but, when I enter a valid username this
comes out.
Application: ControlHorarios
Error: java.lang.ClassCastException:
com.webobjects.eocontrol.EOGenericRecord
Reason: com.webobjects.eocontrol.EOGenericRecord
I have this in the code:
try {
EOQualifier qual =
Empleado.E_MAIL.eq(email).and(Empleado.PASSWORD.eq(password));
emp =
Empleado.fetchRequiredEmpleado(session().defaultEditingContext(), qual);
System.out.println(emp.nombre()+" y con pass
"+emp.password());
this.errorMessage = "Success";
} catch (NoSuchElementException e) {
this.errorMessage ="EMail o Contrase–a Erroneos";
}catch (Exception e){
//TODO
System.out.println(emp.nombre()+" y con pass
"+emp.password());
}
if I coment the last cacth is wehen the error appears, but if I don't
comment it, then nothing happens, actually what I see is that i can't
even reach the line to put the "Success" Message. its going directly
to the catch.
Any clue??
Regards
Gustavo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]