You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/04/14 15:23:15 UTC

[jira] Commented: (GERONIMO-3019) Remove JAXB dependencies from Axis2 JAXWS

    [ https://issues.apache.org/jira/browse/GERONIMO-3019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488862 ] 

Davanum Srinivas commented on GERONIMO-3019:
--------------------------------------------

here's what i get after applying this..

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.geronimo.axis2.Axis2HandlerResolverTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 sec
Running org.apache.geronimo.axis2.Axis2WebServiceContainerTest
java.lang.NoClassDefFoundError: org/apache/axis2/AxisFault
        at org.apache.geronimo.axis2.Axis2WebServiceContainerTest.invokeWithWSDL(Axis2WebServiceContainerTest.java:144)
        at org.apache.geronimo.axis2.Axis2WebServiceContainerTest.testInvokeWithWSDL(Axis2WebServiceContainerTest.java:49)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.406 sec <<< FAILURE!


> Remove JAXB dependencies from Axis2 JAXWS
> -----------------------------------------
>
>                 Key: GERONIMO-3019
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3019
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: webservices
>         Environment: Linux
>            Reporter: Lasantha Ranaweera
>         Attachments: G3019-2.patch, GERONIMO-3019.patch
>
>
> As Axis2 moves with XBeans it is unnecessary to keep dependencies with JAXB related stuff. Also JAXB related code generation has been removed from the test cases too.

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