You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/04/14 15:13:04 UTC

[jira] Created: (OPENEJB-792) Failure in RedeployTest on Windows.

Failure in RedeployTest on Windows. 
------------------------------------

                 Key: OPENEJB-792
                 URL: https://issues.apache.org/jira/browse/OPENEJB-792
             Project: OpenEJB
          Issue Type: Bug
    Affects Versions: 3.0.x
            Reporter: Rick McGuire
            Assignee: Rick McGuire
            Priority: Minor
             Fix For: 3.0.x


I'm getting a failure in the RedeployTest when running on Windows.  The test make a call to getAbsolutePath() on the destoryApplication() call.  However, the application is loaded and registered using getCanonicalPath().  Most of the time, this produces the same result, but on my Windows system, there is a mismatch in the case of the path drive letter ("c:\..." vs "C:\..."), causing the destroy operation to fail.  Changing the getAbsolutePath() call in the test case to getCanonicalPath() removes this failure. 

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


[jira] Closed: (OPENEJB-792) Failure in RedeployTest on Windows.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed OPENEJB-792.
--------------------------------

    Resolution: Fixed

Committed revision 647790.

> Failure in RedeployTest on Windows. 
> ------------------------------------
>
>                 Key: OPENEJB-792
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-792
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 3.0.x
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>            Priority: Minor
>             Fix For: 3.0.x
>
>
> I'm getting a failure in the RedeployTest when running on Windows.  The test make a call to getAbsolutePath() on the destoryApplication() call.  However, the application is loaded and registered using getCanonicalPath().  Most of the time, this produces the same result, but on my Windows system, there is a mismatch in the case of the path drive letter ("c:\..." vs "C:\..."), causing the destroy operation to fail.  Changing the getAbsolutePath() call in the test case to getCanonicalPath() removes this failure. 

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


[jira] Updated: (OPENEJB-792) Failure in RedeployTest on Windows.

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-792:
----------------------------------

    Affects Version/s:     (was: 3.1.x)
        Fix Version/s:     (was: 3.1.x)
                       (trunk/openejb3)

> Failure in RedeployTest on Windows. 
> ------------------------------------
>
>                 Key: OPENEJB-792
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-792
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>            Priority: Minor
>             Fix For: (trunk/openejb3)
>
>
> I'm getting a failure in the RedeployTest when running on Windows.  The test make a call to getAbsolutePath() on the destoryApplication() call.  However, the application is loaded and registered using getCanonicalPath().  Most of the time, this produces the same result, but on my Windows system, there is a mismatch in the case of the path drive letter ("c:\..." vs "C:\..."), causing the destroy operation to fail.  Changing the getAbsolutePath() call in the test case to getCanonicalPath() removes this failure. 

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