You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "João Anacleto (Issue Comment Edited JIRA)" <ji...@apache.org> on 2012/03/15 11:57:37 UTC

[jira] [Issue Comment Edited] (CAMEL-5080) Program Call

    [ https://issues.apache.org/jira/browse/CAMEL-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13230065#comment-13230065 ] 

João Anacleto edited comment on CAMEL-5080 at 3/15/12 10:56 AM:
----------------------------------------------------------------

Here is the attach with grant license to ASF. Thanks Claus.
                
      was (Author: janacleto):
    Here is the attach with grant license to ASF.
                  
> Program Call 
> -------------
>
>                 Key: CAMEL-5080
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5080
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.8.0
>            Reporter: João Anacleto
>            Priority: Minor
>              Labels: ProgramCall, camel-jt400, components
>             Fix For: 2.10.0
>
>         Attachments: camel-jt400.patch
>
>
> When the length of each parameter of a program.PGM is greater than the length of his values, the parameters are setted incorrectly.
> Example:
> Input of program.pgm:
> param1 -> A5 (alphanumeric with length 5) 
> param2 -> A5 (alphanumeric with length 5) 
> When the String array is {"123", "456"} the values are setted on each parameter as:
> param1 = 12345
> param2 = 6

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira