Re: java.lang.ClassCastException
Re: java.lang.ClassCastException
- Subject: Re: java.lang.ClassCastException
- From: Mike Schrag <email@hidden>
- Date: Mon, 29 Sep 2008 15:41:16 -0400
Yes eventually there was some messing with the files, but I deleted
the ones in the default package. I dunno why each time I make
projec clean it apperas again..
grr!.. and the packages declarations gets wrong too.!
anyway I did what you suggested me and the same... somehow there is
some other file Im not seeing
Please keep emails on the list. The only reason that generated
classes would appear is EOGenerator, which says to me that your model
is wrong. You either aren't defining a package on your Empleado
entity or you have more than one entity that is defined as Empleado
and one has a package and one does not. Review your model for
incorrect settings. You can also verify this by deleting the OTHER
_Empleado and Empleado, rerun EOGeneration (right-click on your
model's eogen file) and see which ones regenerate. If only the
packageless one regens, then you know your model is missing a package
declaration. If both regenerate you know you have two entities that
are using the same class name with different package definitions.
ms
_______________________________________________
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