You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/01/17 22:18:30 UTC

[jira] Created: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

use dependencymanagement for some axis2 dependent modules 
----------------------------------------------------------

                 Key: GERONIMO-2746
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2746
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.0-M1
         Environment: winxp + sun jdk 1.5
            Reporter: Lin Sun
            Priority: Minor


This patch is intended to use the dependencymanagement for the axis2 dependencies that have the same version specified in root pom.xml file.  

I removed the following dependency as I dont see a need of it:
-        </dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-xjc</artifactId>
-            <version>2.0.2</version>
-        </dependency>

Also, tried to correct the 202 typo.  The logic doesn't look right so I went back to the code where I think this portion of code was copied from (HTTPWorker.service), and it has 200 there.

patch is created against rev 496844 and I was able to get jax-ws testing running (both soap call + ?wsdl call), even tho I am not sure if the ?wsdl call result looks completely correct.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

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

Davanum Srinivas commented on GERONIMO-2746:
--------------------------------------------

Lin,

Will you be submitting a new patch?

thanks,
dims

> use dependencymanagement for some axis2 dependent modules 
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2746
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2746
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M1
>         Environment: winxp + sun jdk 1.5
>            Reporter: Lin Sun
>            Priority: Minor
>         Attachments: G2746.patch
>
>
> This patch is intended to use the dependencymanagement for the axis2 dependencies that have the same version specified in root pom.xml file.  
> I removed the following dependency as I dont see a need of it:
> -        </dependency>
> -            <groupId>com.sun.xml.bind</groupId>
> -            <artifactId>jaxb-xjc</artifactId>
> -            <version>2.0.2</version>
> -        </dependency>
> Also, tried to correct the 202 typo.  The logic doesn't look right so I went back to the code where I think this portion of code was copied from (HTTPWorker.service), and it has 200 there.
> patch is created against rev 496844 and I was able to get jax-ws testing running (both soap call + ?wsdl call), even tho I am not sure if the ?wsdl call result looks completely correct.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

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

Lin Sun updated GERONIMO-2746:
------------------------------

    Attachment: G2746.patch

> use dependencymanagement for some axis2 dependent modules 
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2746
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2746
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M1
>         Environment: winxp + sun jdk 1.5
>            Reporter: Lin Sun
>            Priority: Minor
>         Attachments: G2746.patch
>
>
> This patch is intended to use the dependencymanagement for the axis2 dependencies that have the same version specified in root pom.xml file.  
> I removed the following dependency as I dont see a need of it:
> -        </dependency>
> -            <groupId>com.sun.xml.bind</groupId>
> -            <artifactId>jaxb-xjc</artifactId>
> -            <version>2.0.2</version>
> -        </dependency>
> Also, tried to correct the 202 typo.  The logic doesn't look right so I went back to the code where I think this portion of code was copied from (HTTPWorker.service), and it has 200 there.
> patch is created against rev 496844 and I was able to get jax-ws testing running (both soap call + ?wsdl call), even tho I am not sure if the ?wsdl call result looks completely correct.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

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

Davanum Srinivas resolved GERONIMO-2746.
----------------------------------------

    Resolution: Fixed

Fixed in svn revision 500906.

thanks,
dims

> use dependencymanagement for some axis2 dependent modules 
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2746
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2746
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M1
>         Environment: winxp + sun jdk 1.5
>            Reporter: Lin Sun
>            Priority: Minor
>         Attachments: G2746-new.patch, G2746.patch
>
>
> This patch is intended to use the dependencymanagement for the axis2 dependencies that have the same version specified in root pom.xml file.  
> I removed the following dependency as I dont see a need of it:
> -        </dependency>
> -            <groupId>com.sun.xml.bind</groupId>
> -            <artifactId>jaxb-xjc</artifactId>
> -            <version>2.0.2</version>
> -        </dependency>
> Also, tried to correct the 202 typo.  The logic doesn't look right so I went back to the code where I think this portion of code was copied from (HTTPWorker.service), and it has 200 there.
> patch is created against rev 496844 and I was able to get jax-ws testing running (both soap call + ?wsdl call), even tho I am not sure if the ?wsdl call result looks completely correct.

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


[jira] Updated: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

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

Lin Sun updated GERONIMO-2746:
------------------------------

    Attachment: G2746-new.patch

> use dependencymanagement for some axis2 dependent modules 
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2746
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2746
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M1
>         Environment: winxp + sun jdk 1.5
>            Reporter: Lin Sun
>            Priority: Minor
>         Attachments: G2746-new.patch, G2746.patch
>
>
> This patch is intended to use the dependencymanagement for the axis2 dependencies that have the same version specified in root pom.xml file.  
> I removed the following dependency as I dont see a need of it:
> -        </dependency>
> -            <groupId>com.sun.xml.bind</groupId>
> -            <artifactId>jaxb-xjc</artifactId>
> -            <version>2.0.2</version>
> -        </dependency>
> Also, tried to correct the 202 typo.  The logic doesn't look right so I went back to the code where I think this portion of code was copied from (HTTPWorker.service), and it has 200 there.
> patch is created against rev 496844 and I was able to get jax-ws testing running (both soap call + ?wsdl call), even tho I am not sure if the ?wsdl call result looks completely correct.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

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

Lasantha Ranaweera commented on GERONIMO-2746:
----------------------------------------------

I reviewed for the 202 typo from the Axis2 source code. Looks like it has to be changed as in the given patch. 

> use dependencymanagement for some axis2 dependent modules 
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2746
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2746
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M1
>         Environment: winxp + sun jdk 1.5
>            Reporter: Lin Sun
>            Priority: Minor
>         Attachments: G2746.patch
>
>
> This patch is intended to use the dependencymanagement for the axis2 dependencies that have the same version specified in root pom.xml file.  
> I removed the following dependency as I dont see a need of it:
> -        </dependency>
> -            <groupId>com.sun.xml.bind</groupId>
> -            <artifactId>jaxb-xjc</artifactId>
> -            <version>2.0.2</version>
> -        </dependency>
> Also, tried to correct the 202 typo.  The logic doesn't look right so I went back to the code where I think this portion of code was copied from (HTTPWorker.service), and it has 200 there.
> patch is created against rev 496844 and I was able to get jax-ws testing running (both soap call + ?wsdl call), even tho I am not sure if the ?wsdl call result looks completely correct.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

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

Lin Sun commented on GERONIMO-2746:
-----------------------------------

Please ignore the first patch.

1) The new patch uses dependencymanagement.

2) woodstox and jaxb-impl has been removed from axis2 config module, as it is getting them as dependencies from the webservices-common config.

3) jaxb-xjc has been removed.

Tested the change with rev 497927 and was able to run the jaxws-war test with the jetty assembly.


> use dependencymanagement for some axis2 dependent modules 
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2746
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2746
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M1
>         Environment: winxp + sun jdk 1.5
>            Reporter: Lin Sun
>            Priority: Minor
>         Attachments: G2746-new.patch, G2746.patch
>
>
> This patch is intended to use the dependencymanagement for the axis2 dependencies that have the same version specified in root pom.xml file.  
> I removed the following dependency as I dont see a need of it:
> -        </dependency>
> -            <groupId>com.sun.xml.bind</groupId>
> -            <artifactId>jaxb-xjc</artifactId>
> -            <version>2.0.2</version>
> -        </dependency>
> Also, tried to correct the 202 typo.  The logic doesn't look right so I went back to the code where I think this portion of code was copied from (HTTPWorker.service), and it has 200 there.
> patch is created against rev 496844 and I was able to get jax-ws testing running (both soap call + ?wsdl call), even tho I am not sure if the ?wsdl call result looks completely correct.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira