You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2010/05/26 05:28:31 UTC

[jira] Commented: (GERONIMO-5314) commands-testsuite/jaxws test failures

    [ https://issues.apache.org/jira/browse/GERONIMO-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871492#action_12871492 ] 

Forrest Xia commented on GERONIMO-5314:
---------------------------------------

The root cause is found that the com.sun.xml.bind/jaxb-xjc and com.sun.xml.bind/jaxb-impl is not consistent in version number.

In the root pom.xml of Geronimo 2.2.1-SNAPSHOT, jaxb-xjc is 2.1.7, while jaxb-impl is 2.1.12. After updating xjc to 2.1.12, all jaxws cases pass.

Committed revision 948303.

> commands-testsuite/jaxws test failures
> --------------------------------------
>
>                 Key: GERONIMO-5314
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5314
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 2.2.1
>            Reporter: Forrest Xia
>         Attachments: testng-results.xml, TestSuite-output.txt, TestSuite.txt
>
>
> See the console output for failure cases:
> [INFO] [INFO] Failsafe report directory: /home/forrestxm/src/g22branch/testsuite/commands-testsuite/jaxws/target/failsafe-reports
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running TestSuite
> [INFO] Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 17.804 sec <<< FAILURE!
> [INFO] 
> [INFO] Results :
> [INFO] 
> [INFO] Failed tests: 
> [INFO]   testWSDL2Java(org.apache.geronimo.testsuite.jaxws.CXFToolsTest)
> [INFO]   testWsImport(org.apache.geronimo.testsuite.jaxws.JAXWSToolsTest)
> [INFO] 
> [INFO] Tests run: 4, Failures: 2, Errors: 0, Skipped: 0
> Check error log in attachments for details.

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