Re: _adaptorOperator = "<unrecognized value>"
Re: _adaptorOperator = "<unrecognized value>"
- Subject: Re: _adaptorOperator = "<unrecognized value>"
- From: Kaj Hejer <email@hidden>
- Date: Tue, 27 Apr 2004 09:39:37 +0200
At 09:38 +0200 27-04-04, Kaj Hejer wrote:
From what I can understand it must be a bug that we get
_adaptorOperator = "<unrecognized value>"
instead of
_adaptorOperator = "EOAdaptorDeleteOperator"
when deleting objects.
Anyone else here seen this issue?
We do this with the folowing code:
public NSArray adaptorChannelWillPerformOperations(
EOAdaptorChannel channel, NSArray operations) {
EOAdaptorOperation operation;
Enumeration operationEnum = operations.objectEnumerator();
while (operationEnum.hasMoreElements()) {
operation = (EOAdaptorOperation) operationEnum.nextElement();
writeLog("EOAdaptorOperation: " + operation);
}
return operations;
}
-Kaj :)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.