/*
* Enable this test again once its working.
*/
public void disabledtest() throws Exception {
SocketSyncChannelFactory factory = new SocketSyncChannelFactory();
final RequestChannel channel =
new AsyncChannelToClientRequestChannel(
AsyncToSyncChannel.adapt(
new SubjectCarryingChannel(
new PacketAggregatingAsyncChannel(
SyncToAsyncChannel.adapt(
factory.openSyncChannel(serverURI))))));
try {
channel.start();
Subject.doAs(clientSubject, new PrivilegedExceptionAction() {
public Object run() throws Exception {