[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - A compilation error in Remoting 2

trustin do-not-reply at jboss.com
Mon Mar 3 03:54:18 EST 2008


'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?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133553#4133553

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133553



More information about the jboss-dev-forums mailing list