• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: _adaptorOperator = "<unrecognized value>"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: _adaptorOperator = "<unrecognized value>"
  • Next by Date: Re: PK generation
  • Previous by thread: Re: _adaptorOperator = "<unrecognized value>"
  • Next by thread: WOToOneRelationShip selected value
  • Index(es):
    • Date
    • Thread