EA2a issues?

Hi

2 things i’ve noticed, not sure if these are new.

With only 1 deployment descriptor, and no GLEAPP block, I was getting ClassNotFoundException for com.sun.gi.comm.users.server.impl.TCPIPUserManager I was trying to use the authentication only whilst I was writing a new server app. Sticking the GLEAPP in and a boot class that doesn’t do alot worked around the problem.

If I enter the wrong username/password, I get a number of connection attempts scroll past, and then a disconnect. At this point, if I quite my app (shut all my threads down), SGS client has the NIOSocketManager still trying to do a read, so my app doesn’t exit unless I force a system.exit. I’d rather let things finish on their own terms though.

edit: It appears as though the second of these has nothing to do with invalid username/password, and more to do with connecting to the wrong machine, oops, but it would still be nice if I could poke the client into quitting nicely.

edit2: Nope, even when I connect to the right box, I get a disconnect, then a connection refused message, and the NIOSocketManager is still hanging around.

Endolf