You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Kevan Miller (JIRA)" <ji...@apache.org> on 2010/08/23 15:46:16 UTC

[jira] Created: (OPENEJB-1339) OpenEJB 3.1.x test failures with Java 5

OpenEJB 3.1.x test failures with Java 5
---------------------------------------

                 Key: OPENEJB-1339
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1339
             Project: OpenEJB
          Issue Type: Bug
    Affects Versions: 3.1.x
            Reporter: Kevan Miller
            Priority: Critical
             Fix For: 3.1.3


Building branches/openejb-3.1.x with java 5, I get the following test failures:

-------------------------------------------------------------------------------
Test set: org.superbiz.calculator.CalculatorTest
-------------------------------------------------------------------------------
Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 5.005 sec <<< FAILURE!
testCalculatorViaWsInterface(org.superbiz.calculator.CalculatorTest)  Time elapsed: 4.765 sec  <<< ERROR!
javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
        at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:149)
        at org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:65)
        at javax.xml.ws.Service.<init>(Service.java:36)
        at javax.xml.ws.Service.create(Service.java:116)
        at org.superbiz.calculator.CalculatorTest.testCalculatorViaWsInterface(CalculatorTest.java:69)

testCalculatorViaWsInterfaceWithTimestamp1way(org.superbiz.calculator.CalculatorTest)  Time elapsed: 0.047 sec  <<< ERROR!
javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
        at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:149)
        at org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:65)
        at javax.xml.ws.Service.<init>(Service.java:36)
        at javax.xml.ws.Service.create(Service.java:116)
        at org.superbiz.calculator.CalculatorTest.testCalculatorViaWsInterfaceWithTimestamp1way(CalculatorTest.java:98)
...

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


[jira] Updated: (OPENEJB-1339) OpenEJB 3.1.x test failures with Java 5

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

David Blevins updated OPENEJB-1339:
-----------------------------------

    Fix Version/s:     (was: 3.1.3)
                   3.1.x

> OpenEJB 3.1.x test failures with Java 5
> ---------------------------------------
>
>                 Key: OPENEJB-1339
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1339
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 3.1.x
>            Reporter: Kevan Miller
>            Priority: Critical
>             Fix For: 3.1.x
>
>
> Building branches/openejb-3.1.x with java 5, I get the following test failures:
> -------------------------------------------------------------------------------
> Test set: org.superbiz.calculator.CalculatorTest
> -------------------------------------------------------------------------------
> Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 5.005 sec <<< FAILURE!
> testCalculatorViaWsInterface(org.superbiz.calculator.CalculatorTest)  Time elapsed: 4.765 sec  <<< ERROR!
> javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
>         at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:149)
>         at org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:65)
>         at javax.xml.ws.Service.<init>(Service.java:36)
>         at javax.xml.ws.Service.create(Service.java:116)
>         at org.superbiz.calculator.CalculatorTest.testCalculatorViaWsInterface(CalculatorTest.java:69)
> testCalculatorViaWsInterfaceWithTimestamp1way(org.superbiz.calculator.CalculatorTest)  Time elapsed: 0.047 sec  <<< ERROR!
> javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
>         at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:149)
>         at org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:65)
>         at javax.xml.ws.Service.<init>(Service.java:36)
>         at javax.xml.ws.Service.create(Service.java:116)
>         at org.superbiz.calculator.CalculatorTest.testCalculatorViaWsInterfaceWithTimestamp1way(CalculatorTest.java:98)
> ...

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