You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Peter Kofler (Created) (JIRA)" <ji...@apache.org> on 2012/01/11 20:27:39 UTC

[jira] [Created] (EMAIL-112) DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows

DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows
-----------------------------------------------------------------------------

                 Key: EMAIL-112
                 URL: https://issues.apache.org/jira/browse/EMAIL-112
             Project: Commons Email
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: Windows 7x64,
java version "1.7.0"
Java(TM) SE Runtime Environment (build pwi3270-20110906_01)
IBM J9 VM (build 2.6, JRE 1.7.0 Windows 7 x86-32 20110810_88604 (JIT enabled, AOT enabled)
J9VM - R26_Java726_GA_20110810_1208_B88592
            Reporter: Peter Kofler
            Priority: Minor


        assertNull(toByteArray(dataSourceResolver.resolve("/images/does-not-exist.gif")));
fails because IBM JDK under Windows assumes "/xxx" NOT to be absolute.

--
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

        

[jira] [Resolved] (EMAIL-112) DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows

Posted by "Siegfried Goeschl (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/EMAIL-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siegfried Goeschl resolved EMAIL-112.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Applied patch
                
> DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows
> -----------------------------------------------------------------------------
>
>                 Key: EMAIL-112
>                 URL: https://issues.apache.org/jira/browse/EMAIL-112
>             Project: Commons Email
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Windows 7x64,
> java version "1.7.0"
> Java(TM) SE Runtime Environment (build pwi3270-20110906_01)
> IBM J9 VM (build 2.6, JRE 1.7.0 Windows 7 x86-32 20110810_88604 (JIT enabled, AOT enabled)
> J9VM - R26_Java726_GA_20110810_1208_B88592
>            Reporter: Peter Kofler
>            Assignee: Siegfried Goeschl
>            Priority: Minor
>              Labels: test
>             Fix For: 1.3
>
>         Attachments: EMAIL-112.patch
>
>
>         assertNull(toByteArray(dataSourceResolver.resolve("/images/does-not-exist.gif")));
> fails because IBM JDK under Windows assumes "/xxx" NOT to be absolute.

--
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

        

[jira] [Commented] (EMAIL-112) DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows

Posted by "Peter Kofler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/EMAIL-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184308#comment-13184308 ] 

Peter Kofler commented on EMAIL-112:
------------------------------------

changed the name of the non existing test file. this is no fix of the problem? in IBM JDK, but the tests succeed now, so it's ok.
                
> DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows
> -----------------------------------------------------------------------------
>
>                 Key: EMAIL-112
>                 URL: https://issues.apache.org/jira/browse/EMAIL-112
>             Project: Commons Email
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Windows 7x64,
> java version "1.7.0"
> Java(TM) SE Runtime Environment (build pwi3270-20110906_01)
> IBM J9 VM (build 2.6, JRE 1.7.0 Windows 7 x86-32 20110810_88604 (JIT enabled, AOT enabled)
> J9VM - R26_Java726_GA_20110810_1208_B88592
>            Reporter: Peter Kofler
>            Priority: Minor
>              Labels: test
>         Attachments: EMAIL-112.patch
>
>
>         assertNull(toByteArray(dataSourceResolver.resolve("/images/does-not-exist.gif")));
> fails because IBM JDK under Windows assumes "/xxx" NOT to be absolute.

--
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

        

[jira] [Commented] (EMAIL-112) DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows

Posted by "Thomas Pummer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/EMAIL-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184461#comment-13184461 ] 

Thomas Pummer commented on EMAIL-112:
-------------------------------------

this issue isn't ibm JDK related - within my environment it failed too
Environment:
Windows XPx32
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
                
> DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows
> -----------------------------------------------------------------------------
>
>                 Key: EMAIL-112
>                 URL: https://issues.apache.org/jira/browse/EMAIL-112
>             Project: Commons Email
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Windows 7x64,
> java version "1.7.0"
> Java(TM) SE Runtime Environment (build pwi3270-20110906_01)
> IBM J9 VM (build 2.6, JRE 1.7.0 Windows 7 x86-32 20110810_88604 (JIT enabled, AOT enabled)
> J9VM - R26_Java726_GA_20110810_1208_B88592
>            Reporter: Peter Kofler
>            Priority: Minor
>              Labels: test
>         Attachments: EMAIL-112.patch
>
>
>         assertNull(toByteArray(dataSourceResolver.resolve("/images/does-not-exist.gif")));
> fails because IBM JDK under Windows assumes "/xxx" NOT to be absolute.

--
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

        

[jira] [Updated] (EMAIL-112) DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows

Posted by "Peter Kofler (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/EMAIL-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Kofler updated EMAIL-112:
-------------------------------

    Attachment: EMAIL-112.patch

change the name of the file, so it does not exist.
                
> DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows
> -----------------------------------------------------------------------------
>
>                 Key: EMAIL-112
>                 URL: https://issues.apache.org/jira/browse/EMAIL-112
>             Project: Commons Email
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Windows 7x64,
> java version "1.7.0"
> Java(TM) SE Runtime Environment (build pwi3270-20110906_01)
> IBM J9 VM (build 2.6, JRE 1.7.0 Windows 7 x86-32 20110810_88604 (JIT enabled, AOT enabled)
> J9VM - R26_Java726_GA_20110810_1208_B88592
>            Reporter: Peter Kofler
>            Priority: Minor
>              Labels: test
>         Attachments: EMAIL-112.patch
>
>
>         assertNull(toByteArray(dataSourceResolver.resolve("/images/does-not-exist.gif")));
> fails because IBM JDK under Windows assumes "/xxx" NOT to be absolute.

--
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