You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2007/12/18 12:35:43 UTC

[jira] Created: (CXF-1310) Generated WSDL for an WS-RM endpoint does not contain RM policies

Generated WSDL for an WS-RM endpoint does not contain RM policies
-----------------------------------------------------------------

                 Key: CXF-1310
                 URL: https://issues.apache.org/jira/browse/CXF-1310
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.0.3
            Reporter: Thomas Diesler




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


[jira] Commented: (CXF-1310) Generated WSDL for an WS-RM endpoint does not contain RM policies

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552711 ] 

Thomas Diesler commented on CXF-1310:
-------------------------------------

The generated wsdl is

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://schemas.xmlsoap.org/wsdl/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.jboss.ws.jaxws.cxf/reliable" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RMService" targetNamespace="http://org.jboss.ws.jaxws.cxf/reliable">
  <wsdl:message name="echoResponse">
    <wsdl:part name="return" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="echo">
    <wsdl:part name="arg0" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="RMEndpoint">
    <wsdl:operation name="echo">
      <wsdl:input message="tns:echo" name="echo">
    </wsdl:input>
      <wsdl:output message="tns:echoResponse" name="echoResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="RMServiceSoapBinding" type="tns:RMEndpoint">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="echo">
      <soap:operation soapAction="" style="rpc"/>
      <wsdl:input name="echo">
        <soap:body namespace="http://org.jboss.ws.jaxws.cxf/reliable" use="literal"/>
      </wsdl:input>
      <wsdl:output name="echoResponse">
        <soap:body namespace="http://org.jboss.ws.jaxws.cxf/reliable" use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="RMService">
    <wsdl:port binding="tns:RMServiceSoapBinding" name="RMEndpointPort">
      <soap:address location="http://localhost:8080/jaxws-cxf-reliable"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

> Generated WSDL for an WS-RM endpoint does not contain RM policies
> -----------------------------------------------------------------
>
>                 Key: CXF-1310
>                 URL: https://issues.apache.org/jira/browse/CXF-1310
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
>     [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
>     [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase
>     [junit] Dec 18, 2007 12:31:56 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.4 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase FAILED

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


[jira] Updated: (CXF-1310) Generated WSDL for an WS-RM endpoint does not contain RM policies

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1310:
--------------------------------

    Description: 
[tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
    [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
    [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
    [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED


  was:
[tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
    [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
    [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
    [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED
    [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase
    [junit] Dec 18, 2007 12:31:56 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.4 sec
    [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase FAILED



> Generated WSDL for an WS-RM endpoint does not contain RM policies
> -----------------------------------------------------------------
>
>                 Key: CXF-1310
>                 URL: https://issues.apache.org/jira/browse/CXF-1310
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
>     [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
>     [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED

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


[jira] Updated: (CXF-1310) Generated WSDL for an WS-RM endpoint does not contain RM policies

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1310:
--------------------------------

    Description: 
[tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
    [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
    [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
    [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED
    [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase
    [junit] Dec 18, 2007 12:31:56 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.4 sec
    [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase FAILED


> Generated WSDL for an WS-RM endpoint does not contain RM policies
> -----------------------------------------------------------------
>
>                 Key: CXF-1310
>                 URL: https://issues.apache.org/jira/browse/CXF-1310
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
>     [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
>     [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase
>     [junit] Dec 18, 2007 12:31:56 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.4 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase FAILED

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


[jira] Updated: (CXF-1310) Generated WSDL for an WS-RM endpoint does not contain RM policies

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1310:
--------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: CXF-1328

> Generated WSDL for an WS-RM endpoint does not contain RM policies
> -----------------------------------------------------------------
>
>                 Key: CXF-1310
>                 URL: https://issues.apache.org/jira/browse/CXF-1310
>             Project: CXF
>          Issue Type: Sub-task
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
>     [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
>     [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED

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


[jira] Commented: (CXF-1310) Generated WSDL for an WS-RM endpoint does not contain RM policies

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571414#action_12571414 ] 

Sergey Beryozkin commented on CXF-1310:
---------------------------------------

This issue will be resolved as part of a fix for https://issues.apache.org/jira/browse/CXF-1193

> Generated WSDL for an WS-RM endpoint does not contain RM policies
> -----------------------------------------------------------------
>
>                 Key: CXF-1310
>                 URL: https://issues.apache.org/jira/browse/CXF-1310
>             Project: CXF
>          Issue Type: Sub-task
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
>     [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
>     [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED

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


[jira] Commented: (CXF-1310) Generated WSDL for an WS-RM endpoint does not contain RM policies

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552712 ] 

Sergey Beryozkin commented on CXF-1310:
---------------------------------------

This is very similar to

https://issues.apache.org/jira/browse/CXF-1193

> Generated WSDL for an WS-RM endpoint does not contain RM policies
> -----------------------------------------------------------------
>
>                 Key: CXF-1310
>                 URL: https://issues.apache.org/jira/browse/CXF-1310
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
>     [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
>     [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase
>     [junit] Dec 18, 2007 12:31:56 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.4 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase FAILED

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


[jira] Updated: (CXF-1310) Generated WSDL for an WS-RM endpoint does not contain RM policies

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1310:
--------------------------------


To reproduce, please have a look at

http://jbws.dyndns.org/mediawiki/index.php?title=Building_From_Source

> Generated WSDL for an WS-RM endpoint does not contain RM policies
> -----------------------------------------------------------------
>
>                 Key: CXF-1310
>                 URL: https://issues.apache.org/jira/browse/CXF-1310
>             Project: CXF
>          Issue Type: Sub-task
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/cxf/reliable test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
>     [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
>     [junit] Dec 18, 2007 12:31:49 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
>     [junit] INFO: Creating Service {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL: http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED

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