You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lasantha Ranaweera (JIRA)" <ji...@apache.org> on 2007/03/24 12:51:32 UTC

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

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: 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.


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

Posted by "Lasantha Ranaweera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485056 ] 

Lasantha Ranaweera commented on GERONIMO-3019:
----------------------------------------------

Can somebody please review this patch?

I am hoping to do bit more in JAXWS :). 

Thanks,
Lasantha


> 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: 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.


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

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

Lasantha Ranaweera updated GERONIMO-3019:
-----------------------------------------

    Attachment: GERONIMO-3019.patch

> 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: 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.


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

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ 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.


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

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

Jarek Gawor resolved GERONIMO-3019.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-M7

Patch committed (Committed revision 546207). Thanks!


> 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
>             Fix For: 2.0-M7
>
>         Attachments: G3019-2.patch, G3019-3.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.


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

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

Lasantha Ranaweera updated GERONIMO-3019:
-----------------------------------------

    Attachment: G3019-2.patch

It is unnecessary to keep generating JAXB files for the test cases. Also some of the dependencies are not necessary too.

Thanks,
Lasantha

> 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.


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

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

Lasantha Ranaweera updated GERONIMO-3019:
-----------------------------------------

    Attachment: G3019-3.patch

Sorry Dims. I don't know why I missed this error (I tested this one after the modification and it didn't give me that error, but later it had).

This is is the latest patch. It will only remove JAXB generation and adding them to the source repository.

Thanks,
Lasantha

> 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, G3019-3.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.