Re: java.lang.ClassCastException: com.webobjects.eocontrol.EOGenericRecord cannot be cast to com.cariatides.noyau.modele.noyauppersonne.Personne
Re: java.lang.ClassCastException: com.webobjects.eocontrol.EOGenericRecord cannot be cast to com.cariatides.noyau.modele.noyauppersonne.Personne
- Subject: Re: java.lang.ClassCastException: com.webobjects.eocontrol.EOGenericRecord cannot be cast to com.cariatides.noyau.modele.noyauppersonne.Personne
- From: Ramsey Gurley <email@hidden>
- Date: Wed, 18 Apr 2012 16:48:20 -0700
EOCustomObject is EOGenericRecord's parent class. If your Personne extends EOCustomObject, then it's a sibling of EOGenericRecord, not a subclass.On Apr 18, 2012, at 7:24 AM, g.alexandre wrote: hi, When i execute my test methods with java, i have : java.lang.ClassCastException: com.webobjects.eocontrol.EOGenericRecord cannot be cast to com.cariatides.noyau.modele.noyauppersonne.Personne But my class personne extends EOCustomObject so i don't know why i have this error.
|
_______________________________________________
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