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/01/28 23:51:49 UTC

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

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