[ 
https://issues.apache.org/jira/browse/WODEN-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513622
 ] 

John Kaputin commented on WODEN-135:
------------------------------------

code changes required are:

The implementation of BindingFaultElement.getInterfaceFaultElement() should use 
Interface.getFromAllInterfaceFaults(QName) instead of 
InterfaceElement.getInterfaceFaultElement(QName).

The implementation of InterfaceFaultReferenceElement.getInterfaceFaultElement() 
should use Interface.getFromAllInterfaceFaults(QName) instead of 
InterfaceElement.getInterfaceFaultElement(QName).

See BindingOperationElement.getInterfaceOperationElement()  for an example.

> Change lookup strategy for interface and binding fault reference elements to 
> check extended interfaces
> ------------------------------------------------------------------------------------------------------
>
>                 Key: WODEN-135
>                 URL: https://issues.apache.org/jira/browse/WODEN-135
>             Project: Woden
>          Issue Type: Bug
>          Components: Parser
>    Affects Versions: M8
>            Reporter: Lawrence Mandel
>            Assignee: John Kaputin
>             Fix For: M8
>
>
> The Element API is document scoped, however 
> BindingOperationElement.getInterfaceOperationElement() checks for operations 
> inherited via interface extension.  For consistentcy the following methods 
> should be implemented using the same strategy:
> * InterfaceFaultReferenceElement.getInterfaceFaultElement()
> * BindingFaultElement.getInterfaceFaultElement()

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to