streamInterceptor sample does not work
--------------------------------------

                 Key: CXF-552
                 URL: https://issues.apache.org/jira/browse/CXF-552
             Project: CXF
          Issue Type: Bug
          Components: Build system
    Affects Versions: 2.0-RC
            Reporter: Bozhong Lin
             Fix For: 2.0-RC


starting server failed with following message, apparently it could be due to 
interceptor chaim refactoring:
    [javac] 
/local/cxf/trunk/distribution/target/cxf-2.0-incubator-RC-SNAPSHOT/samples/streamInterceptor/src/demo/stream/interceptor/StreamInterceptor.java:54:
 cannot find symbol
    [javac] symbol  : method 
doInterceptInSubChain(org.apache.cxf.message.Message)
    [javac] location: interface org.apache.cxf.interceptor.InterceptorChain
    [javac]             
message.getInterceptorChain().doInterceptInSubChain(message);
    [javac]                                        ^
    [javac] 1 error


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