You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chirag Manocha (JIRA)" <ji...@apache.org> on 2009/09/09 12:31:57 UTC

[jira] Created: (OFBIZ-2917) Out Parameter showing under In Parameter head for createAcctgTransAndEntries service reference.

Out Parameter showing under In Parameter head for createAcctgTransAndEntries service reference.
-----------------------------------------------------------------------------------------------

                 Key: OFBIZ-2917
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2917
             Project: OFBiz
          Issue Type: Improvement
          Components: accounting
    Affects Versions: Release Branch 9.04, SVN trunk
            Reporter: Chirag Manocha
            Priority: Minor
             Fix For: Release Branch 9.04, SVN trunk


On looking at service reference for the above said service, acctgTransId shown as out parameter under the head of In Parameters.

To re-create go to https://demo.ofbiz.org/webtools/control/ServiceList?sel_service_name=createAcctgTransAndEntries and look at the In Parameters, acctgTransId with mode OUT.


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


[jira] Closed: (OFBIZ-2917) Out Parameter showing under In Parameter head for createAcctgTransAndEntries service reference.

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

Jacques Le Roux closed OFBIZ-2917.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Chirag,

Your patch is in trunk at r815350, R9.04 at r815353


> Out Parameter showing under In Parameter head for createAcctgTransAndEntries service reference.
> -----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2917
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2917
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Chirag Manocha
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBiz-2917.patch
>
>
> On looking at service reference for the above said service, acctgTransId shown as out parameter under the head of In Parameters.
> To re-create go to https://demo.ofbiz.org/webtools/control/ServiceList?sel_service_name=createAcctgTransAndEntries and look at the In Parameters, acctgTransId with mode OUT.

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


[jira] Commented: (OFBIZ-2917) Out Parameter showing under In Parameter head for createAcctgTransAndEntries service reference.

Posted by "Chirag Manocha (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755867#action_12755867 ] 

Chirag Manocha commented on OFBIZ-2917:
---------------------------------------

Thanks Jacques for committing the code.

> Out Parameter showing under In Parameter head for createAcctgTransAndEntries service reference.
> -----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2917
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2917
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Chirag Manocha
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBiz-2917.patch
>
>
> On looking at service reference for the above said service, acctgTransId shown as out parameter under the head of In Parameters.
> To re-create go to https://demo.ofbiz.org/webtools/control/ServiceList?sel_service_name=createAcctgTransAndEntries and look at the In Parameters, acctgTransId with mode OUT.

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


[jira] Updated: (OFBIZ-2917) Out Parameter showing under In Parameter head for createAcctgTransAndEntries service reference.

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

Chirag Manocha updated OFBIZ-2917:
----------------------------------

    Attachment: OFBiz-2917.patch

In service createAcctgTransAndEntries, there is no need to IN acctgTranId. It is required as OUT parameter. So behavior should be overridden instead of defining acctgTransId again.

Here is the patch.

Thanks and Regards
-- 
Chirag Manocha

> Out Parameter showing under In Parameter head for createAcctgTransAndEntries service reference.
> -----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2917
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2917
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Chirag Manocha
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBiz-2917.patch
>
>
> On looking at service reference for the above said service, acctgTransId shown as out parameter under the head of In Parameters.
> To re-create go to https://demo.ofbiz.org/webtools/control/ServiceList?sel_service_name=createAcctgTransAndEntries and look at the In Parameters, acctgTransId with mode OUT.

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