You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2010/10/15 16:13:41 UTC

[jira] Issue Comment Edited: (CAMEL-3232) camel-ftp tests with java 1.5

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

Hadrian Zbarcea edited comment on CAMEL-3232 at 10/15/10 10:13 AM:
-------------------------------------------------------------------

It does not work with this version of java:
{code}
java version "1.5.0_19"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304)
Java HotSpot(TM) Client VM (build 1.5.0_19-137, mixed mode, sharing)
{code}

I upgraded to 
{code}
java version "1.5.0_24"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_24-b02-357-10M3065)
Java HotSpot(TM) Client VM (build 1.5.0_24-149, mixed mode, sharing)
{code}

{code}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 8 seconds
{code}


and I can confirm that it works. I will release note this and close this issue (it would be nice to know what the issue really was, but I guess we'll never know now)

Thanks!

      was (Author: hadrian):
    It does not work with this version of java:
java version "1.5.0_19"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304)
Java HotSpot(TM) Client VM (build 1.5.0_19-137, mixed mode, sharing)

I upgraded to 
java version "1.5.0_24"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_24-b02-357-10M3065)
Java HotSpot(TM) Client VM (build 1.5.0_24-149, mixed mode, sharing)
{code}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 8 seconds
{code}


and I can confirm that it works. I will release note this and close this issue (it would be nice to know what the issue really was, but I guess we'll never know now)

Thanks!
  
> camel-ftp tests with java 1.5
> -----------------------------
>
>                 Key: CAMEL-3232
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3232
>             Project: Apache Camel
>          Issue Type: Test
>          Components: camel-ftp
>    Affects Versions: 2.5.0
>         Environment: osx 10.5, java 1.5
>            Reporter: Hadrian Zbarcea
>             Fix For: 2.5.0
>
>
> Running camel-ftp tests fails with java 1.5 with a few of the previous versions of ftpserver, but it passes with java 6. 
> This is only a blocker for the 2.5.0 release.

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