You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Updated) (JIRA)" <ji...@apache.org> on 2012/03/15 13:39:38 UTC

[jira] [Updated] (CAMEL-5080) camel-jt400 - Parameter length when doing Program Call issue

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

Claus Ibsen updated CAMEL-5080:
-------------------------------

    Fix Version/s: 2.9.2
                   2.8.5
         Assignee: Claus Ibsen
          Summary: camel-jt400 - Parameter length when doing Program Call issue  (was: Program Call )
    
> camel-jt400 - Parameter length when doing Program Call issue
> ------------------------------------------------------------
>
>                 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
>            Assignee: Claus Ibsen
>            Priority: Minor
>              Labels: ProgramCall, camel-jt400, components
>             Fix For: 2.8.5, 2.10.0, 2.9.2
>
>         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