You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/08/05 10:25:52 UTC

[jira] Created: (SM-1499) CxfBcInterceptorTest failed

CxfBcInterceptorTest failed
---------------------------

                 Key: SM-1499
                 URL: https://issues.apache.org/activemq/browse/SM-1499
             Project: ServiceMix
          Issue Type: Test
          Components: servicemix-cxf-bc
            Reporter: Freeman Fang
             Fix For: 4.0


the namespace in the binding part is incorrect
<wsdl:binding name="QuoteReporterRPCBinding" type="tns:QuoteReporterRPC">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getStockQuote">
      <soap:operation style="rpc"/>
      <wsdl:input name="getStockQuote">
              <soap:body use="literal" namespace="http://servicemix.:apache.org/cxfbc/interceptors"/>
      </wsdl:input>
      <wsdl:output name="getStockQuoteResponse">
              <soap:body use="literal"  namespace="http://servicemix.apache.org/cxfbc/interceptors"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>

there is an extra ":" in the namespace,  recent cxf just use the namespace from binding part to generate soap message, which cause test failed

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


[jira] Resolved: (SM-1499) CxfBcInterceptorTest failed

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SM-1499.
------------------------------

    Resolution: Fixed

svn commit . -m "[SM-1499]CxfBcInterceptorTest failed"
Sending        src/test/resources/org/apache/servicemix/cxfbc/interceptors/quote.wsdl
Transmitting file data .
Committed revision 682629.

> CxfBcInterceptorTest failed
> ---------------------------
>
>                 Key: SM-1499
>                 URL: https://issues.apache.org/activemq/browse/SM-1499
>             Project: ServiceMix
>          Issue Type: Test
>          Components: servicemix-cxf-bc
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0
>
>
> the namespace in the binding part is incorrect
> <wsdl:binding name="QuoteReporterRPCBinding" type="tns:QuoteReporterRPC">
>     <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
>     <wsdl:operation name="getStockQuote">
>       <soap:operation style="rpc"/>
>       <wsdl:input name="getStockQuote">
>               <soap:body use="literal" namespace="http://servicemix.:apache.org/cxfbc/interceptors"/>
>       </wsdl:input>
>       <wsdl:output name="getStockQuoteResponse">
>               <soap:body use="literal"  namespace="http://servicemix.apache.org/cxfbc/interceptors"/>
>       </wsdl:output>
>     </wsdl:operation>
>   </wsdl:binding>
> there is an extra ":" in the namespace,  recent cxf just use the namespace from binding part to generate soap message, which cause test failed

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


[jira] Work started: (SM-1499) CxfBcInterceptorTest failed

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1499 started by Freeman Fang.

> CxfBcInterceptorTest failed
> ---------------------------
>
>                 Key: SM-1499
>                 URL: https://issues.apache.org/activemq/browse/SM-1499
>             Project: ServiceMix
>          Issue Type: Test
>          Components: servicemix-cxf-bc
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0
>
>
> the namespace in the binding part is incorrect
> <wsdl:binding name="QuoteReporterRPCBinding" type="tns:QuoteReporterRPC">
>     <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
>     <wsdl:operation name="getStockQuote">
>       <soap:operation style="rpc"/>
>       <wsdl:input name="getStockQuote">
>               <soap:body use="literal" namespace="http://servicemix.:apache.org/cxfbc/interceptors"/>
>       </wsdl:input>
>       <wsdl:output name="getStockQuoteResponse">
>               <soap:body use="literal"  namespace="http://servicemix.apache.org/cxfbc/interceptors"/>
>       </wsdl:output>
>     </wsdl:operation>
>   </wsdl:binding>
> there is an extra ":" in the namespace,  recent cxf just use the namespace from binding part to generate soap message, which cause test failed

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


[jira] Assigned: (SM-1499) CxfBcInterceptorTest failed

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SM-1499:
--------------------------------

    Assignee: Freeman Fang

> CxfBcInterceptorTest failed
> ---------------------------
>
>                 Key: SM-1499
>                 URL: https://issues.apache.org/activemq/browse/SM-1499
>             Project: ServiceMix
>          Issue Type: Test
>          Components: servicemix-cxf-bc
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0
>
>
> the namespace in the binding part is incorrect
> <wsdl:binding name="QuoteReporterRPCBinding" type="tns:QuoteReporterRPC">
>     <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
>     <wsdl:operation name="getStockQuote">
>       <soap:operation style="rpc"/>
>       <wsdl:input name="getStockQuote">
>               <soap:body use="literal" namespace="http://servicemix.:apache.org/cxfbc/interceptors"/>
>       </wsdl:input>
>       <wsdl:output name="getStockQuoteResponse">
>               <soap:body use="literal"  namespace="http://servicemix.apache.org/cxfbc/interceptors"/>
>       </wsdl:output>
>     </wsdl:operation>
>   </wsdl:binding>
> there is an extra ":" in the namespace,  recent cxf just use the namespace from binding part to generate soap message, which cause test failed

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


[jira] Work stopped: (SM-1499) CxfBcInterceptorTest failed

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1499 stopped by Freeman Fang.

> CxfBcInterceptorTest failed
> ---------------------------
>
>                 Key: SM-1499
>                 URL: https://issues.apache.org/activemq/browse/SM-1499
>             Project: ServiceMix
>          Issue Type: Test
>          Components: servicemix-cxf-bc
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0
>
>
> the namespace in the binding part is incorrect
> <wsdl:binding name="QuoteReporterRPCBinding" type="tns:QuoteReporterRPC">
>     <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
>     <wsdl:operation name="getStockQuote">
>       <soap:operation style="rpc"/>
>       <wsdl:input name="getStockQuote">
>               <soap:body use="literal" namespace="http://servicemix.:apache.org/cxfbc/interceptors"/>
>       </wsdl:input>
>       <wsdl:output name="getStockQuoteResponse">
>               <soap:body use="literal"  namespace="http://servicemix.apache.org/cxfbc/interceptors"/>
>       </wsdl:output>
>     </wsdl:operation>
>   </wsdl:binding>
> there is an extra ":" in the namespace,  recent cxf just use the namespace from binding part to generate soap message, which cause test failed

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