[ 
https://issues.apache.org/jira/browse/CXF-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Freeman Fang resolved CXF-729.
------------------------------

    Resolution: Fixed

> WS_RM samples failed
> --------------------
>
>                 Key: CXF-729
>                 URL: https://issues.apache.org/jira/browse/CXF-729
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Bozhong Lin
>            Assignee: Freeman Fang
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to