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.