Re: java.lang.ClassCastException
Re: java.lang.ClassCastException
- Subject: Re: java.lang.ClassCastException
- From: Mike Schrag <email@hidden>
- Date: Mon, 29 Sep 2008 14:43:34 -0400
Are you sure the Empleado class is in the right package? Do you have
more than one Empleado class? For example, one into default package
and another into controlHorarios.app.eo? Have you tried a full
project clean before the application execution?
My vote goes to creating the entity originally and saving, which
generated a packageless class, then changing the package and saving
again, which generated the version in the package and you didn't
delete the original java files that were packageless.
This should probably actually be a startup exception in WO, if you
have two classes in the same framework that have the same name ...
It's just cruising for problems.
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