Richard, Email me the tar.gz direct and I'll have a look. (email adress by private email)
-Paul >Hey guys, > >I'm still having some troubles getting some things to work for me with >Altrmi. I have callbacks and other things working to a certain extent, >but I'm still having problems with a few things. Here's the situation. >The client gets a reference to a server object. It calls a method to ad >a callback to the server. The server then calls a method on the >callback object and passes it some other object (of type Thing, for >instance). I want everything to be passed by reference. I've tried >various different things and keep getting an exception: >java.io.NotSerializableException: server.ThingImpl > >Where ThingImpl is a class implementing the Thing interface. Any ideas >on what I need to do, what proxies need to be generated, etc.? I'm out >of ideas and need some fresh opinions. > >(I have a tarball of the source that I'm using to test, but it's 1.7M >with all the libraries and such. If anyone wants to take a closer look >at it email me and I'll send it your way. =) > >Thanks. > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>