> However, whenever I call getUserResource, isUserValid is executed on the > server. Naturally this is throwing exceptions because the arguments aren't > correct. If I look at the stack trace on the callee side, it is calling the > correct method in the generated stub. Something is being lost in transit. > *ANY* call to a method that takes 2 string arguments is being directed to > isUserValid on the Phoenix side.
Now thats a hair curler !
ah, false alarm :)
When I ran phoenix with "-Djava.rmi.server.logCalls=true", RMI is doing the right thing, my runtime exceptions were just getting lost so I thought it was doing something else. Learn something new every day :)
-pete, "feeling dumb"
-- peter royal -> [EMAIL PROTECTED] managing partners, inc. -> http://www.managingpartners.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
