9 Replies Latest reply on Mar 6, 2008 5:24 AM by trustin

    A compilation error in Remoting 2

    trustin

      'ant test' fails with the following output:

      [javac] /home/trustin/workspace/checkout/jboss/remoting2/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java:1813: cannot find symbol
       [javac] symbol : method setDisconnectTimeout(int)
       [javac] location: class org.jboss.remoting.Client
       [javac] client.setDisconnectTimeout(0);
       [javac] ^
       [javac] Note: Some input files use unchecked or unsafe operations.
       [javac] Note: Recompile with -Xlint:unchecked for details.
       [javac] 1 error
       [javac] 5 warnings


      It seems like org.jboss.remoting.Client doesn't have such a method. Is it gone, or is something not checked in yet?