You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Roland (JIRA)" <ji...@apache.org> on 2008/06/24 17:46:45 UTC

[jira] Created: (OFBIZ-1848) WSDL shows duplicate service engine fields [PATCH]

WSDL shows duplicate service engine fields [PATCH]
--------------------------------------------------

                 Key: OFBIZ-1848
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1848
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Roland
            Priority: Minor
             Fix For: SVN trunk


for description see here:
http://www.nabble.com/WSDL-generation-problem-td18029034.html


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


[jira] Updated: (OFBIZ-1848) WSDL shows duplicate service engine fields [PATCH]

Posted by "Roland (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roland updated OFBIZ-1848:
--------------------------

    Attachment: ModelService.java.patch

- updated patch, changed OUT parameter generation in same way
- 'works for me'
- question remains, if this is the right way...

> WSDL shows duplicate service engine fields [PATCH]
> --------------------------------------------------
>
>                 Key: OFBIZ-1848
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1848
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Roland
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ModelService.java.patch, ModelService.java.patch
>
>
> for description see here:
> http://www.nabble.com/WSDL-generation-problem-td18029034.html

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


[jira] Assigned: (OFBIZ-1848) WSDL shows duplicate service engine fields [PATCH]

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray reassigned OFBIZ-1848:
---------------------------------

    Assignee: Scott Gray

> WSDL shows duplicate service engine fields [PATCH]
> --------------------------------------------------
>
>                 Key: OFBIZ-1848
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1848
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Roland
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ModelService.java.patch, ModelService.java.patch
>
>
> for description see here:
> http://www.nabble.com/WSDL-generation-problem-td18029034.html

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


[jira] Closed: (OFBIZ-1848) WSDL shows duplicate service engine fields [PATCH]

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray closed OFBIZ-1848.
-----------------------------

    Resolution: Fixed

Thanks Roland, committed in rev. 678119 (with minor changes, I didn't see the point in creating a list from the set of parameters)

> WSDL shows duplicate service engine fields [PATCH]
> --------------------------------------------------
>
>                 Key: OFBIZ-1848
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1848
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Roland
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ModelService.java.patch, ModelService.java.patch
>
>
> for description see here:
> http://www.nabble.com/WSDL-generation-problem-td18029034.html

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


[jira] Updated: (OFBIZ-1848) WSDL shows duplicate service engine fields [PATCH]

Posted by "Roland (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roland updated OFBIZ-1848:
--------------------------

    Attachment: ModelService.java.patch

don't show duplicate fields in IN Parameters
OUT Parameters will need the same Patch, I think, but I don't have any useful test for that right now.

open question:
wouldn't it be better to fix getParameterNames, to not return duplicate fieldnames? (this method is used sometimes in other areas so, I don't know)

> WSDL shows duplicate service engine fields [PATCH]
> --------------------------------------------------
>
>                 Key: OFBIZ-1848
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1848
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Roland
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ModelService.java.patch
>
>
> for description see here:
> http://www.nabble.com/WSDL-generation-problem-td18029034.html

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