You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andreas Pieber (JIRA)" <ji...@apache.org> on 2011/07/11 16:24:00 UTC

[jira] [Created] (KARAF-726) Provide a karaf-enterprise-repository

Provide a karaf-enterprise-repository
-------------------------------------

                 Key: KARAF-726
                 URL: https://issues.apache.org/jira/browse/KARAF-726
             Project: Karaf
          Issue Type: New Feature
          Components: karaf-repository
            Reporter: Andreas Pieber
             Fix For: 3.0.0


We have already a longer description of this feature here:

https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-726) Provide a karaf-enterprise-repository

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

Andreas Pieber commented on KARAF-726:
--------------------------------------

Taking a look again at the wiki entry I don't think that it has to be such complex at all (see the wiki: "could be a simple xml file"). I think for a first shot (3.0.0.RC1) and to get some valuable feedback we should keep this really simple and maybe really rely on an easy xml file on our servers for now.

WDYT?

> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.0.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-726) Provide a karaf-enterprise-repository

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063367#comment-13063367 ] 

Jean-Baptiste Onofré commented on KARAF-726:
--------------------------------------------

Yeah, agree, it would be a good first step. For 3.1.0, we can think about Karaf Cave which aim to be a complete OBR/EBR abstraction layer and a simple OBR when no backend is provided.

> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.0.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-726) Provide a karaf-enterprise-repository

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

Andreas Pieber commented on KARAF-726:
--------------------------------------

another point which should be considered during this issue if this doesn't provide us a way to get rid of the <repository> tag in the features.xml. IMHO this tag is quite problematic since it forbids to upgrade some features independent of the "main feature file" although it would work. An alternative solution may be to reference other repositories via the enterprise repository using a range. For example:

Instead of...

{code}
<repository>mvn:org.jclouds.karaf/feature/1.0.0/xml/features</repository>
{code}

...we may use something like... 

{code}
<repository id="org.jclouds.karaf" version="[1,2) />
{code}

WDYT?

> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.0.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-726) Provide a karaf-enterprise-repository

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

Jean-Baptiste Onofré updated KARAF-726:
---------------------------------------

    Fix Version/s:     (was: 3.0.0)
                   3.1.0
    
> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.1.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

--
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] (KARAF-726) Provide a karaf-enterprise-repository

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065204#comment-13065204 ] 

Jean-Baptiste Onofré commented on KARAF-726:
--------------------------------------------

As discussed this morning, enterprise features repository could be the first part of the Karaf Cave sub-project.

Karaf Cave aim to be an OBR/EBR, with extension for Karaf features support.
We can start by leveraging Felix BundleRepository and add Karaf enterprise features support.

> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.0.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-726) Provide a karaf-enterprise-repository

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

Andreas Pieber commented on KARAF-726:
--------------------------------------

Since we've decided to vote on the issues (which to include in 3.0) and I can't vote on my own issues I have to do it this way: +1 for including this one into 3.0 :-)

> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.0.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-726) Provide a karaf-enterprise-repository

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

Andreas Pieber updated KARAF-726:
---------------------------------

    Description: 
We have already a longer description of this feature here:

https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository

In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

  was:
We have already a longer description of this feature here:

https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository


> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.0.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-726) Provide a karaf-enterprise-repository

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063356#comment-13063356 ] 

Jean-Baptiste Onofré commented on KARAF-726:
--------------------------------------------

We should really define the scope. Apache Archiva also works to turn it as a complete EBR.
Apache ACE also ships Felix BundleRepository to provide a simple OBR.

It makes sense to provide a simple EBR in Karaf but we should keep in mind to be very plug and play to be able to use Archiva or ACE OBR as backend.

> Provide a karaf-enterprise-repository
> -------------------------------------
>
>                 Key: KARAF-726
>                 URL: https://issues.apache.org/jira/browse/KARAF-726
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-repository
>            Reporter: Andreas Pieber
>             Fix For: 3.0.0
>
>
> We have already a longer description of this feature here:
> https://cwiki.apache.org/confluence/display/KARAF/Karaf+Enterprise+Repository
> In addition there are also some discussions on the mailinglist about this but I couldn't find the link right now :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira