• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
java.lang.ClassCastException
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

java.lang.ClassCastException


  • Subject: java.lang.ClassCastException
  • From: WebObjects <email@hidden>
  • Date: Mon, 29 Sep 2008 11:06:42 -0500

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: java.lang.ClassCastException
      • From: Henrique Prange <email@hidden>
    • Re: java.lang.ClassCastException
      • From: Jaime Magiera <email@hidden>
  • Prev by Date: Re: WebObjects Error in Wonder D2W when populating MS SQL Server example
  • Next by Date: Re: java.lang.ClassCastException
  • Previous by thread: WebServices complex object problem
  • Next by thread: Re: java.lang.ClassCastException
  • Index(es):
    • Date
    • Thread