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

Arthur Ryman commented on WODEN-32:
-----------------------------------

I started to review the code and noticed that the fragids fail to implement the 
canonical form rules for namespace prefixes. See 
http://www.w3.org/TR/2007/REC-wsdl20-20070626/#component-designator-canonical-form

Briefly, the prefixes should be ns1, ns2, etc. independently of how they appear 
in the source WSDL 2.0 documents. They are assigned from the component model so 
the actual prefix is lost. The component model only knows about QNames, not 
prefixes.

> implement toString() methods to aid usability in debuggers
> ----------------------------------------------------------
>
>                 Key: WODEN-32
>                 URL: https://issues.apache.org/jira/browse/WODEN-32
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Jeremy Hughes
>            Assignee: Dan Harvey
>            Priority: Minor
>             Fix For: M8
>
>         Attachments: AllWodenTestsDOM.java.patch, 
> ComponentModelBuilder.java.patch, fragids.wsdl, Woden-32.patch
>
>
> Clicking on a variable in the 'variables' view of the debug perspective In 
> Eclipse shows the variable's value using the toString() method. Other IDEs 
> may do the same. To aid debugging we should implement toString() methods

-- 
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