2007/6/6, Calven Eggert <[EMAIL PROTECTED]>:
Good Morning all, I've created a new Eclipse/WOLips application project, eSignature, and I've added a model file called eSignatureModel. When running the application and add a new record into my database I get the following message: ... com.webobjects.eoaccess.EOObjectNotAvailableException: databaseContextForModelNamed: cannot find model named eSignature associated with this EOEditingContext at com.webobjects.eoaccess.EOUtilities.databaseContextForModelNamed( EOUtilities.java:769) at com.webobjects.eoaccess.EOUtilities.rawRowsForSQL(EOUtilities.java:547) at Application.databaseContextNewPrimaryKey(Application.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelector.java:120) at com.webobjects.foundation._NSDelegate._perform(_NSDelegate.java:225) at com.webobjects.foundation._NSDelegate.perform(_NSDelegate.java:170) at com.webobjects.eoaccess.EODatabaseContext._primaryKeyForObject( EODatabaseContext.java:4743) at com.webobjects.eoaccess.EODatabaseContext.prepareForSaveWithCoordinator( EODatabaseContext.java:5860) at com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingContext (EOObjectStoreCoordinator.java:409) at com.webobjects.eocontrol.EOEditingContext.saveChanges( EOEditingContext.java:3226) at RequestEditor.submitRequest( RequestEditor.java:196) ... As you can see, it is having trouble finding the model file. I suspect that it had to do with the name of the model file not being the default name. Any suggestions?
Are you sure you model is valid (no error, or missing value, etc)? if so, try refresh/clean you app, maybe it's still the old version! I really don't know if Model name has some influences on the workflow, but i don't think so... Calven
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/ildenae%40gmail.com This email sent to [EMAIL PROTECTED]
-- Daniele Corti AIM: S0CR4TE5 Messenger: [EMAIL PROTECTED]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
