You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2012/05/13 09:44:57 UTC

[jira] [Created] (SMX4-1137) jsr311-api src folder should be renamed to javax/ws/rs/ext

Jean-Baptiste Onofré created SMX4-1137:
------------------------------------------

             Summary: jsr311-api src folder should be renamed to javax/ws/rs/ext
                 Key: SMX4-1137
                 URL: https://issues.apache.org/jira/browse/SMX4-1137
             Project: ServiceMix 4
          Issue Type: Bug
          Components: specs
    Affects Versions: specs-1.9.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: specs-2.0.0


In the jsr-api-* specs, the FactoryFinder defines the:

package javax.ws.rs.ext;

where, in the Maven module project, we have:

src/main/java/javax/rs/ext

which is not correct, and doesn't reflect the FactoryFinder package definition.

The src directory structure has to be renamed to be src/main/java/javax/ws/rs/ext.

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

       

[jira] [Resolved] (SMX4-1137) jsr311-api src folder should be renamed to javax/ws/rs/ext

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SMX4-1137.
----------------------------------------

    Resolution: Fixed
    
> jsr311-api src folder should be renamed to javax/ws/rs/ext
> ----------------------------------------------------------
>
>                 Key: SMX4-1137
>                 URL: https://issues.apache.org/jira/browse/SMX4-1137
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-1.9.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: specs-2.0.0
>
>
> In the jsr-api-* specs, the FactoryFinder defines the:
> package javax.ws.rs.ext;
> where, in the Maven module project, we have:
> src/main/java/javax/rs/ext
> which is not correct, and doesn't reflect the FactoryFinder package definition.
> The src directory structure has to be renamed to be src/main/java/javax/ws/rs/ext.

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

       

[jira] [Commented] (SMX4-1137) jsr311-api src folder should be renamed to javax/ws/rs/ext

Posted by "Andreas Pieber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274311#comment-13274311 ] 

Andreas Pieber commented on SMX4-1137:
--------------------------------------

OK, I think fixing this issue directly is easier than applying a patch. I just wanted to confirm that doing the following fixes the problem:

#	renamed:    jsr311-api-0.8/src/main/java/javax/rs/ext/FactoryFinder.java -> jsr311-api-0.8/src/main/java/javax/ws/rs/ext/FactoryFinder.java
#	renamed:    jsr311-api-1.0/src/main/java/javax/rs/ext/FactoryFinder.java -> jsr311-api-1.0/src/main/java/javax/ws/rs/ext/FactoryFinder.java
#	renamed:    jsr311-api-1.1.1/src/main/java/javax/rs/ext/FactoryFinder.java -> jsr311-api-1.1.1/src/main/java/javax/ws/rs/ext/FactoryFinder.java
#	renamed:    jsr311-api-1.1/src/main/java/javax/rs/ext/FactoryFinder.java -> jsr311-api-1.1/src/main/java/javax/ws/rs/ext/FactoryFinder.java
                
> jsr311-api src folder should be renamed to javax/ws/rs/ext
> ----------------------------------------------------------
>
>                 Key: SMX4-1137
>                 URL: https://issues.apache.org/jira/browse/SMX4-1137
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-1.9.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: specs-2.0.0
>
>
> In the jsr-api-* specs, the FactoryFinder defines the:
> package javax.ws.rs.ext;
> where, in the Maven module project, we have:
> src/main/java/javax/rs/ext
> which is not correct, and doesn't reflect the FactoryFinder package definition.
> The src directory structure has to be renamed to be src/main/java/javax/ws/rs/ext.

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