Entity Object Instantiation Failure
Entity Object Instantiation Failure
- Subject: Entity Object Instantiation Failure
- From: Colin Shreffler <email@hidden>
- Date: Wed, 01 Jun 2005 00:57:37 -0600
Title: Entity Object Instantiation Failure
I am pretty new to web objects. I am trying to instantiate an instance of an Entity object in the constructor of my Main class file:
newPerson = new Person();
As soon as this code is executed, I’m getting an exception like the following:
Application: SimpleEOTest
Error: java.lang.IllegalStateException: Unabled to find an EOClassDescription for objects of class Person
Reason: Unabled to find an EOClassDescription for objects of class Person
The code that I’ve written is VERY basic. This is mean to be a simple test to see if I could get this to work. I don’t understand what this error means...
If anyone could offer some assistance, I’d very extremely grateful.
Thanks,
Colin
_______________________________________________
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