You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "John Kaputin (JIRA)" <ji...@apache.org> on 2008/08/19 15:01:45 UTC

[jira] Updated: (WODEN-209) equals method should be implemented for the WSDL2.0 components

     [ https://issues.apache.org/jira/browse/WODEN-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Kaputin updated WODEN-209:
-------------------------------

    Attachment: woden209.patch.txt

Per discussion on the mailing list:
http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200807.mbox/%3cOF208BF3CE.1071CC66-ON8525747F.006169D9-8525747F.0061A2A6@ca.ibm.com%3e

I have re-implemented the existing logical equivalence checking of WSDL2 components in a new method 'isEquivalentTo', to replace the equals methods declared on WSDLComponent (the equals method has been deprecated in the API, to be removed later).

The changes have been committed to the woden209 branch in SVN for peer review, prior to merging the changes to trunk. Note, that there is still more equivalence checking to be implemented, as before. For the time being, I have just replaced the existing equivalence checking (which was done via WSDLComponent.equals) with WSDLComponent.isEquivalentTo.

A patch file of these changes has been attached to this JIRA.

> equals method should be implemented for the WSDL2.0 components
> --------------------------------------------------------------
>
>                 Key: WODEN-209
>                 URL: https://issues.apache.org/jira/browse/WODEN-209
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Jeff MAURY
>            Assignee: John Kaputin
>         Attachments: woden209.patch.txt
>
>
> The equals method should be implemented on the WSDL2.0 components (Description, Binding, Interface, ....). As of June 2008, they rely on Object.equals which is not relevant because it does not compare the content of the object.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org