You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2009/11/13 11:30:39 UTC

[jira] Created: (TUSCANY-3372) OASIS fixes required to make POL_4003 work

OASIS fixes required to make POL_4003 work
------------------------------------------

                 Key: TUSCANY-3372
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3372
             Project: Tuscany
          Issue Type: Bug
          Components: OASIS Compliance - OASIS
    Affects Versions: Java-SCA-2.0
         Environment: All
            Reporter: Simon Laws


There seem to be a couple of problems with the test POL_4003

POL_4003/src/main/resources/definitions.xml
   <policySet name="ExtPolicySet" provides="test:testIntent6" appliesTo="//binding.ws" attachTo="//component[@name="TEST_POL_4003Component1"]">

this should have the speach marks around TEST_POL_4003Component. Should be single quotes otherwise the XML parser gets confused...

  <policySet name="ExtPolicySet" provides="test:testIntent6" appliesTo="//binding.ws" attachTo="//component[@name='TEST_POL_4003Component1']">

The second problem is that this applies a policy to binding.ws but there doesn't appear to be a binding.ws on the service of the referenced component

General/src/main/resources/Test_POL_4003.composite

    <component name="TEST_POL_4003Component1">
        <implementation.composite name="test:TestComposite0"/>
        <service name="Service1">
            <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
        </service>
        <property name="serviceName">service1</property>
    </component> 



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


[jira] Closed: (TUSCANY-3372) OASIS fixes required to make POL_4003 work

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws closed TUSCANY-3372.
-------------------------------

    Resolution: Fixed

OASIS have now applied these changes

> OASIS fixes required to make POL_4003 work
> ------------------------------------------
>
>                 Key: TUSCANY-3372
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3372
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - OASIS
>    Affects Versions: Java-SCA-2.0
>         Environment: All
>            Reporter: Simon Laws
>
> There seem to be a couple of problems with the test POL_4003
> POL_4003/src/main/resources/definitions.xml
>    <policySet name="ExtPolicySet" provides="test:testIntent6" appliesTo="//binding.ws" attachTo="//component[@name="TEST_POL_4003Component1"]">
> this should have the speach marks around TEST_POL_4003Component. Should be single quotes otherwise the XML parser gets confused...
>   <policySet name="ExtPolicySet" provides="test:testIntent6" appliesTo="//binding.ws" attachTo="//component[@name='TEST_POL_4003Component1']">
> The second problem is that this applies a policy to binding.ws but there doesn't appear to be a binding.ws on the service of the referenced component
> General/src/main/resources/Test_POL_4003.composite
>     <component name="TEST_POL_4003Component1">
>         <implementation.composite name="test:TestComposite0"/>
>         <service name="Service1">
>             <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
>         </service>
>         <property name="serviceName">service1</property>
>     </component> 

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