Problems with a fetch
Problems with a fetch
- Subject: Problems with a fetch
- From: Pascal Robert <email@hidden>
- Date: Fri, 14 Nov 2008 14:51:41 -0500
I'm stumped on this one. I have a call to
objectsWithFetchSpecification() who is telling me :
[2008-11-14 14:46:09 EST] <WorkerThread13>
java.lang.IllegalArgumentException: An object store for the entity
"com.acaiq.fondation.acaiqForm.Examen" could not be found. Verify that
the entity is defined in an EOModel, and that the model is installed
properly. To see what models are loaded, you can try printing the
return value of EOModelGroup.defaultGroup() in your application.
at
com
.webobjects
.eocontrol
.EOObjectStoreCoordinator
.objectsWithFetchSpecification(EOObjectStoreCoordinator.java:536)
But if I call this :
NSLog.out.appendln(EOModelGroup.defaultGroup());
The model is listed :-/
<EOModelGroup (("ACAIQForm", "file:/Developer/WebObjects53/Library/
Frameworks/ACAIQFoundation.framework/Resources/ACAIQForm.eomodeld"),
("ExamenTelecopie",
"file:/Users/probert/Clients/OS/Code/ACAIQ/Examen/Developer/Examen/
build/Examen.woa/Contents/Resources/ExamenTelecopie.eomodeld")) >
So I have no idea on why it doesn't find the entity :-/
-------------------------------------------------------
Pascal Robert
http://www.macti.ca
http://www.linkedin.com/in/macti
Skype: MacTICanada
AIM/iChat : MacTICanada
_______________________________________________
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