You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jason Brown (JIRA)" <ju...@ws.apache.org> on 2011/06/11 00:11:59 UTC

[jira] [Created] (JUDDI-498) Success messages for deletes are not empty

Success messages for deletes are not empty
------------------------------------------

                 Key: JUDDI-498
                 URL: https://issues.apache.org/jira/browse/JUDDI-498
             Project: jUDDI
          Issue Type: Bug
          Components: core
    Affects Versions: 3.0.4
         Environment: Tomcat 6.0.24, PostgreSQL 8.4
            Reporter: Jason Brown
            Assignee: Kurt T Stam


When deleting an entity in uddi the return should be an empty message "5.2.7.3 Returns: Upon successful completion, an empty message is returned." When we are deleting items we are getting a message back with a disposition report, which should not be the case as a spec compliant client may not be able to parse that return with the disposition report in place.It appears that the WSDL jUDDI uses for publication is different from the UDDI v3 port type WSDL.

jUDDI WSDL - delete_business

<wsdl:operation name="delete_business"><wsdl:input message="tns:delete_business" name="delete_business">
    </wsdl:input><wsdl:output message="tns:delete_businessResponse" name="delete_businessResponse">
    </wsdl:output>
</wsdl:operation>

UDDI v3 WSDL delete_business

<operation name="delete_business">
			<input message="tns:delete_businessMessage"/>
			<output message="tns:successMessage"/>
			<fault name="error" message="tns:dispositionReportFaultMessage"/>
		</operation>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (JUDDI-498) Success messages for deletes are not empty

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam closed JUDDI-498.
-----------------------------

    Resolution: Fixed

fixed

> Success messages for deletes are not empty
> ------------------------------------------
>
>                 Key: JUDDI-498
>                 URL: https://issues.apache.org/jira/browse/JUDDI-498
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0.4
>         Environment: Tomcat 6.0.24, PostgreSQL 8.4
>            Reporter: Jason Brown
>            Assignee: Kurt T Stam
>             Fix For: 3.1.0
>
>
> When deleting an entity in uddi the return should be an empty message "5.2.7.3 Returns: Upon successful completion, an empty message is returned." When we are deleting items we are getting a message back with a disposition report, which should not be the case as a spec compliant client may not be able to parse that return with the disposition report in place.It appears that the WSDL jUDDI uses for publication is different from the UDDI v3 port type WSDL.
> jUDDI WSDL - delete_business
> <wsdl:operation name="delete_business"><wsdl:input message="tns:delete_business" name="delete_business">
>     </wsdl:input><wsdl:output message="tns:delete_businessResponse" name="delete_businessResponse">
>     </wsdl:output>
> </wsdl:operation>
> UDDI v3 WSDL delete_business
> <operation name="delete_business">
> 			<input message="tns:delete_businessMessage"/>
> 			<output message="tns:successMessage"/>
> 			<fault name="error" message="tns:dispositionReportFaultMessage"/>
> 		</operation>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JUDDI-498) Success messages for deletes are not empty

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated JUDDI-498:
------------------------------

    Fix Version/s: 3.1.1

That is right. The method signatures where checked in as part of juddi-276, but seem unrelated to that fix. Thanks Jason, we will fix it.

> Success messages for deletes are not empty
> ------------------------------------------
>
>                 Key: JUDDI-498
>                 URL: https://issues.apache.org/jira/browse/JUDDI-498
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0.4
>         Environment: Tomcat 6.0.24, PostgreSQL 8.4
>            Reporter: Jason Brown
>            Assignee: Kurt T Stam
>             Fix For: 3.1.1
>
>
> When deleting an entity in uddi the return should be an empty message "5.2.7.3 Returns: Upon successful completion, an empty message is returned." When we are deleting items we are getting a message back with a disposition report, which should not be the case as a spec compliant client may not be able to parse that return with the disposition report in place.It appears that the WSDL jUDDI uses for publication is different from the UDDI v3 port type WSDL.
> jUDDI WSDL - delete_business
> <wsdl:operation name="delete_business"><wsdl:input message="tns:delete_business" name="delete_business">
>     </wsdl:input><wsdl:output message="tns:delete_businessResponse" name="delete_businessResponse">
>     </wsdl:output>
> </wsdl:operation>
> UDDI v3 WSDL delete_business
> <operation name="delete_business">
> 			<input message="tns:delete_businessMessage"/>
> 			<output message="tns:successMessage"/>
> 			<fault name="error" message="tns:dispositionReportFaultMessage"/>
> 		</operation>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JUDDI-498) Success messages for deletes are not empty

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated JUDDI-498:
------------------------------

    Fix Version/s:     (was: 3.1.1)
                   3.1.0

> Success messages for deletes are not empty
> ------------------------------------------
>
>                 Key: JUDDI-498
>                 URL: https://issues.apache.org/jira/browse/JUDDI-498
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0.4
>         Environment: Tomcat 6.0.24, PostgreSQL 8.4
>            Reporter: Jason Brown
>            Assignee: Kurt T Stam
>             Fix For: 3.1.0
>
>
> When deleting an entity in uddi the return should be an empty message "5.2.7.3 Returns: Upon successful completion, an empty message is returned." When we are deleting items we are getting a message back with a disposition report, which should not be the case as a spec compliant client may not be able to parse that return with the disposition report in place.It appears that the WSDL jUDDI uses for publication is different from the UDDI v3 port type WSDL.
> jUDDI WSDL - delete_business
> <wsdl:operation name="delete_business"><wsdl:input message="tns:delete_business" name="delete_business">
>     </wsdl:input><wsdl:output message="tns:delete_businessResponse" name="delete_businessResponse">
>     </wsdl:output>
> </wsdl:operation>
> UDDI v3 WSDL delete_business
> <operation name="delete_business">
> 			<input message="tns:delete_businessMessage"/>
> 			<output message="tns:successMessage"/>
> 			<fault name="error" message="tns:dispositionReportFaultMessage"/>
> 		</operation>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira