Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DO and NSProxy



Hello,

I have been working with rendez-vous, DO and connections and it was working until yesterday.

I added a new method to my server and tried to access it from the client. This method is for the client to send information (NSNumbers) back to the server. So the signature is something like that

-(void) setCurrentULoad:(NSNumber*)uLoad andDLoad:(NSNumber*)dLoad

It is in a protocole shared between the server and the client (it is in a framework shared by both) and implemented by the server.

When I call this particular method from the client I have the following exception:
exception: *** -[NSProxy doesNotRecognizeSelector:setCurrentLimitUlLoad:andDlLoad:] called!


This means (i think) that the NSDistantObject did not found the method on the server implementation. It is able to connect to the server because I can call any other method of the protocole on the same object. I find it really weird and tried many things, but it still doesn't work. I double checked names and signature and it seems fine.

Do you have suggestions?

Julien
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.