You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/02/20 03:08:01 UTC

[jira] Created: (GERONIMO-4546) New Axis2 rs spec import

New Axis2 rs spec import
------------------------

                 Key: GERONIMO-4546
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4546
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.2
            Reporter: David Jencks
            Assignee: Jarek Gawor
             Fix For: 2.2


Axis 2 dependencies have changed, adding 
    <dependency>
        <groupId>javax.ws.rs</groupId>
        <artifactId>jsr311-api</artifactId>
        <type>jar</type>
    </dependency>


I'm hoping Jarek can figure out if we want/need to include this.

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


[jira] Resolved: (GERONIMO-4546) New Axis2 rs spec import

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

Jarek Gawor resolved GERONIMO-4546.
-----------------------------------

    Resolution: Fixed

This was a new dependency added recently to Axis2 trunk. However, I just switched Geronimo to use Axis2 1.5-SNAPSHOT (branches/1_5) which does not have this dependency, so I ended up reverting your change. However, this dependency might still be needed in the future if we switch back to Axis2 trunk. 
Thanks for taking care of it while I was out.


> New Axis2 rs spec import
> ------------------------
>
>                 Key: GERONIMO-4546
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4546
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: Jarek Gawor
>             Fix For: 2.2
>
>
> Axis 2 dependencies have changed, adding 
>     <dependency>
>         <groupId>javax.ws.rs</groupId>
>         <artifactId>jsr311-api</artifactId>
>         <type>jar</type>
>     </dependency>
> I'm hoping Jarek can figure out if we want/need to include this.

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


[jira] Commented: (GERONIMO-4546) New Axis2 rs spec import

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675217#action_12675217 ] 

David Jencks commented on GERONIMO-4546:
----------------------------------------

Added the dependency in rev 746111.

> New Axis2 rs spec import
> ------------------------
>
>                 Key: GERONIMO-4546
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4546
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: Jarek Gawor
>             Fix For: 2.2
>
>
> Axis 2 dependencies have changed, adding 
>     <dependency>
>         <groupId>javax.ws.rs</groupId>
>         <artifactId>jsr311-api</artifactId>
>         <type>jar</type>
>     </dependency>
> I'm hoping Jarek can figure out if we want/need to include this.

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