[jira] Created: (OFBIZ-1263) WSDL returns error if datatype of parameter is Long or Timestamp

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1263) WSDL returns error if datatype of parameter is Long or Timestamp

Nicolas Malin (Jira)
WSDL returns error if datatype of parameter is Long or Timestamp
----------------------------------------------------------------

                 Key: OFBIZ-1263
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1263
             Project: OFBiz
          Issue Type: Bug
          Components: framework
            Reporter: Eriks Dobelis
            Priority: Minor


ModelParam.java does not include all datatype used in Ofbiz. If a service is exported and one of its parameters are of type Long or Timestamp then error is returned on requesting ...?WSDL.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1263) WSDL returns error if datatype of parameter is Long or Timestamp

Nicolas Malin (Jira)

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

Eriks Dobelis updated OFBIZ-1263:
---------------------------------

    Attachment: model_param.diff

This patch fixes the problem for Long and Timestamp datatypes. In this patch string is used for Timestamp for simplicity reasons.

> WSDL returns error if datatype of parameter is Long or Timestamp
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1263
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1263
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Eriks Dobelis
>            Priority: Minor
>         Attachments: model_param.diff
>
>
> ModelParam.java does not include all datatype used in Ofbiz. If a service is exported and one of its parameters are of type Long or Timestamp then error is returned on requesting ...?WSDL.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1263) WSDL returns error if datatype of parameter is Long or Timestamp

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-1263.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 4.0
                   SVN trunk
         Assignee: Jacques Le Roux

Thans Eriks,

Your patch is in trunk revision 605075, release4.0 605076

> WSDL returns error if datatype of parameter is Long or Timestamp
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1263
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1263
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Eriks Dobelis
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk, Release Branch 4.0
>
>         Attachments: model_param.diff
>
>
> ModelParam.java does not include all datatype used in Ofbiz. If a service is exported and one of its parameters are of type Long or Timestamp then error is returned on requesting ...?WSDL.

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