You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Conrad O'Dea (JIRA)" <ji...@apache.org> on 2006/10/02 13:25:24 UTC

[jira] Created: (CXF-142) JCA tests fail on OS X

JCA tests fail on OS X
----------------------

                 Key: CXF-142
                 URL: http://issues.apache.org/jira/browse/CXF-142
             Project: CeltiXfire
          Issue Type: Bug
    Affects Versions: 2.0-M1
         Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-93) on Mac OS X 10.4.7
            Reporter: Conrad O'Dea


in src/test/java/org/apache/cxf/jca/cxf/JCABusFactoryTest.java, testInitFromPropsWithInvalidWsdlLocUrls attempts to resolve an invalid URL and expects to receive an UnknownHostException.  On OS X, however, a FileNotFoundException is raised.   The test should be changed to expect an java.io.IOException


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CXF-142) JCA tests fail on OS X

Posted by "Conrad O'Dea (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-142?page=all ]

Conrad O'Dea updated CXF-142:
-----------------------------

    Attachment: cxf-142.patch

patch for fix 


> JCA tests fail on OS X
> ----------------------
>
>                 Key: CXF-142
>                 URL: http://issues.apache.org/jira/browse/CXF-142
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>         Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-93) on Mac OS X 10.4.7
>            Reporter: Conrad O'Dea
>         Attachments: cxf-142.patch
>
>
> in src/test/java/org/apache/cxf/jca/cxf/JCABusFactoryTest.java, testInitFromPropsWithInvalidWsdlLocUrls attempts to resolve an invalid URL and expects to receive an UnknownHostException.  On OS X, however, a FileNotFoundException is raised.   The test should be changed to expect an java.io.IOException

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CXF-142) JCA tests fail on OS X

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/CXF-142?page=comments#action_12439375 ] 
            
willem Jiang commented on CXF-142:
----------------------------------

commited the patch in revision 452299

> JCA tests fail on OS X
> ----------------------
>
>                 Key: CXF-142
>                 URL: http://issues.apache.org/jira/browse/CXF-142
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>         Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-93) on Mac OS X 10.4.7
>            Reporter: Conrad O'Dea
>         Assigned To: willem Jiang
>         Attachments: cxf-142.patch
>
>
> in src/test/java/org/apache/cxf/jca/cxf/JCABusFactoryTest.java, testInitFromPropsWithInvalidWsdlLocUrls attempts to resolve an invalid URL and expects to receive an UnknownHostException.  On OS X, however, a FileNotFoundException is raised.   The test should be changed to expect an java.io.IOException

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (CXF-142) JCA tests fail on OS X

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-142?page=all ]

willem Jiang reassigned CXF-142:
--------------------------------

    Assignee: willem Jiang

> JCA tests fail on OS X
> ----------------------
>
>                 Key: CXF-142
>                 URL: http://issues.apache.org/jira/browse/CXF-142
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>         Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-93) on Mac OS X 10.4.7
>            Reporter: Conrad O'Dea
>         Assigned To: willem Jiang
>         Attachments: cxf-142.patch
>
>
> in src/test/java/org/apache/cxf/jca/cxf/JCABusFactoryTest.java, testInitFromPropsWithInvalidWsdlLocUrls attempts to resolve an invalid URL and expects to receive an UnknownHostException.  On OS X, however, a FileNotFoundException is raised.   The test should be changed to expect an java.io.IOException

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (CXF-142) JCA tests fail on OS X

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-142?page=all ]

willem Jiang resolved CXF-142.
------------------------------

    Fix Version/s: 2.0-M1
       Resolution: Fixed

> JCA tests fail on OS X
> ----------------------
>
>                 Key: CXF-142
>                 URL: http://issues.apache.org/jira/browse/CXF-142
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>         Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-93) on Mac OS X 10.4.7
>            Reporter: Conrad O'Dea
>         Assigned To: willem Jiang
>             Fix For: 2.0-M1
>
>         Attachments: cxf-142.patch
>
>
> in src/test/java/org/apache/cxf/jca/cxf/JCABusFactoryTest.java, testInitFromPropsWithInvalidWsdlLocUrls attempts to resolve an invalid URL and expects to receive an UnknownHostException.  On OS X, however, a FileNotFoundException is raised.   The test should be changed to expect an java.io.IOException

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira