Hi,
Has anyone ever seen this error before? It happens when I try to login to my app:
[2006-05-24 22:48:06.408] <WorkerThread14> Exception while getting method: editingContextShouldFetchObjects on class:Session java.lang.NoSuchMethodException: Session.editingContextShouldFetchObjects(com.webobjects.eocontrol.EOEditingContext, com.webobjects.eocontrol.EOFetchSpecification) at java.lang.Class.getMethod(Class.java:986) at com.webobjects.foundation._NSDelegate._delegateMethodForInterfaceMethod(_NSDelegate.java:122) at com.webobjects.foundation._NSDelegate._cachedMethodForName(_NSDelegate.java:105) at com.webobjects.foundation._NSDelegate.respondsTo(_NSDelegate.java:149) at com.webobjects.eocontrol.EOEditingContext.objectsWithFetchSpecification(EOEditingContext.java:4108) at com.webobjects.eocontrol.EOEditingContext.objectsWithFetchSpecification(EOEditingContext.java:4500) at com.webobjects.eoaccess.EOUtilities.objectsWithFetchSpecificationAndBindings(EOUtilities.java:118) at com.webobjects.eoaccess.EOUtilities.objectWithFetchSpecificationAndBindings(EOUtilities.java:217) at ca.shopshop.ssmodel.Contact.fetchContactForLoginCredentials(Contact.java:482) at SiteLookAndFeel.login(SiteLookAndFeel.java:69)
I have Session set as a delegate and have implemented a few delegate methods, but not the one that can't be found. You don't have to implement delegate methods you don't want to.
However, I have implemented the following:
editingContextDidSaveChanges editingContextWillSaveChanges
but not
editingContextShouldFetchObjects
Thanks,
____________________________________________________________________ Brendan Duddridge | CTO | 403-277-5591 x24 | email@hidden ClickSpace Interactive Inc. Suite L100, 239 - 10th Ave. SE Calgary, AB T2G 0V9
http://www.clickspace.com
|