You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "maverick (JIRA)" <de...@velocity.apache.org> on 2007/10/24 07:59:53 UTC

[jira] Created: (VELOCITY-568) Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12

Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12
------------------------------------------------------------------------------------------------------------------------

                 Key: VELOCITY-568
                 URL: https://issues.apache.org/jira/browse/VELOCITY-568
             Project: Velocity
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.3.1
         Environment: OS: Windows XP
S/w Platform: Jdk/Jre v1.5 update 12, Phoenix 4.0.2, Jetty, 
            Reporter: maverick
            Priority: Critical


The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.

Please provide inputs on this as this is affecting the working of my application.

Thanks.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Commented: (VELOCITY-568) Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12

Posted by "Christopher Schultz (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELOCITY-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537322 ] 

Christopher Schultz commented on VELOCITY-568:
----------------------------------------------

Care to include an example? It's difficult to tell exactly what you mean.

> Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-568
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-568
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.3.1
>         Environment: OS: Windows XP
> S/w Platform: Jdk/Jre v1.5 update 12, Phoenix 4.0.2, Jetty, 
>            Reporter: maverick
>            Priority: Critical
>
> The below mentioned issue is being faced after upgrading jdk/jre from v1.4.2 update 13 to v1.5 update 12.
> The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.
> The same method works fine when tested with jdk/jre 1.4.2 update 13.
> Please provide inputs on this issue urgently, as it is affecting the working of my application.
> Thanks.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Updated: (VELOCITY-568) Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12

Posted by "maverick (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

maverick updated VELOCITY-568:
------------------------------

    Description: 
The below mentioned issue is being faced after upgrading jdk/jre from v1.4.2 update 13 to v1.5 update 12.

The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.

The same method works fine when tested with jdk/jre 1.4.2 update 13.

Please provide inputs on this issue urgently, as it is affecting the working of my application.

Thanks.

  was:
The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.

Please provide inputs on this issue urgently, as it is affecting the working of my application.

Thanks.


> Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-568
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-568
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.3.1
>         Environment: OS: Windows XP
> S/w Platform: Jdk/Jre v1.5 update 12, Phoenix 4.0.2, Jetty, 
>            Reporter: maverick
>            Priority: Critical
>
> The below mentioned issue is being faced after upgrading jdk/jre from v1.4.2 update 13 to v1.5 update 12.
> The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.
> The same method works fine when tested with jdk/jre 1.4.2 update 13.
> Please provide inputs on this issue urgently, as it is affecting the working of my application.
> Thanks.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Resolved: (VELOCITY-568) Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12

Posted by "Nathan Bubna (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Bubna resolved VELOCITY-568.
-----------------------------------

    Resolution: Invalid

This is a user-support question, as we do not yet know that this is a bug in Velocity.  It's much more polite (and much simpler to write back) if you post such problems to the user mailing list first.  Please send your question to user@velocity.apache.org.

And when you do that, Christopher is right, you haven't told us enough to help you.  Please try to answer these questions:  What is the method that you are trying to call?   Are you sure the method signature (including modifiers) and behavior didn't change in java 1.5? And give an example if possible!  Thanks!  I'm sure we can get this sorted out quickly on the user list.

> Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-568
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-568
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.3.1
>         Environment: OS: Windows XP
> S/w Platform: Jdk/Jre v1.5 update 12, Phoenix 4.0.2, Jetty, 
>            Reporter: maverick
>            Priority: Critical
>
> The below mentioned issue is being faced after upgrading jdk/jre from v1.4.2 update 13 to v1.5 update 12.
> The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.
> The same method works fine when tested with jdk/jre 1.4.2 update 13.
> Please provide inputs on this issue urgently, as it is affecting the working of my application.
> Thanks.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Updated: (VELOCITY-568) Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12

Posted by "maverick (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

maverick updated VELOCITY-568:
------------------------------

    Description: 
The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.

Please provide inputs on this issue urgently, as it is affecting the working of my application.

Thanks.

  was:
The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.

Please provide inputs on this as this is affecting the working of my application.

Thanks.


> Value of String Array[] not obtained in vm file when calling a method in a Java class running against jre v1.5 update 12
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-568
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-568
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.3.1
>         Environment: OS: Windows XP
> S/w Platform: Jdk/Jre v1.5 update 12, Phoenix 4.0.2, Jetty, 
>            Reporter: maverick
>            Priority: Critical
>
> The value of a String Array is not obtained in the .vm file when calling a method in a Java class running against jre v1.5 update 12. The vm file is calling the java method using SOAP service. The String Array contains values at the java class level, however, when the array is returned to the vm file, it is obtained as null.
> Please provide inputs on this issue urgently, as it is affecting the working of my application.
> Thanks.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org