Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-729

WS_RM samples failed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • None
    • None

    Description

      again, i believe this is related to low level I/O refactoring, error message with following:
      compile:
      [javac] Compiling 4 source files to /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/build/classes
      [javac] /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/src/demo/ws_rm/common/MessageLossSimulator.java:92: cannot find symbol
      [javac] symbol : constructor AbstractWrappedOutputStream(org.apache.cxf.message.Message)
      [javac] location: class org.apache.cxf.io.AbstractWrappedOutputStream
      [javac] super(m);
      [javac] ^
      [javac] /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/src/demo/ws_rm/common/MessageLossSimulator.java:96: method does not override a method from its superclass
      [javac] @Override
      [javac] ^
      [javac] /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/src/demo/ws_rm/common/MessageLossSimulator.java:104: cannot find symbol
      [javac] symbol : method alreadyFlushed()
      [javac] location: class demo.ws_rm.common.MessageLossSimulator.WrappedOutputStream
      [javac] boolean af = alreadyFlushed();
      [javac] ^
      [javac] /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/src/demo/ws_rm/common/MessageLossSimulator.java:107: cannot find symbol
      [javac] symbol : variable outMessage
      [javac] location: class demo.ws_rm.common.MessageLossSimulator.WrappedOutputStream
      [javac] RMProperties props = RMContextUtils.retrieveRMProperties(outMessage, true);
      [javac] ^
      [javac] /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/src/demo/ws_rm/common/MessageLossSimulator.java:113: cannot find symbol
      [javac] symbol : method resetOut(demo.ws_rm.common.MessageLossSimulator.DummyOutputStream,boolean)
      [javac] location: class demo.ws_rm.common.MessageLossSimulator.WrappedOutputStream
      [javac] resetOut(new DummyOutputStream(), true);
      [javac] ^
      [javac] /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/src/demo/ws_rm/common/MessageLossSimulator.java:102: method does not override a method from its superclass
      [javac] @Override
      [javac] ^
      [javac] /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/src/demo/ws_rm/common/MessageLossSimulator.java:117: method does not override a method from its superclass
      [javac] @Override
      [javac] ^
      [javac] Note: /local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/ws_rm/src/demo/ws_rm/common/MessageLossSimulator.java uses or overrides a deprecated API.
      [javac] Note: Recompile with -Xlint:deprecation for details.
      [javac] 7 errors

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            blin Bozhong Lin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: