You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Lars Trieloff (JIRA)" <ji...@apache.org> on 2009/05/26 16:01:45 UTC

[jira] Created: (ABDERA-236) Create OSGi Bundles for Abdera using the Maven Felix plugin

Create OSGi Bundles for Abdera using the Maven Felix plugin
-----------------------------------------------------------

                 Key: ABDERA-236
                 URL: https://issues.apache.org/jira/browse/ABDERA-236
             Project: Abdera
          Issue Type: Improvement
    Affects Versions: 1.0
            Reporter: Lars Trieloff


As per http://mail-archives.apache.org/mod_mbox/abdera-user/200803.mbox/%3c47EA93F9.507@mulesource.com%3e I am not the only one looking to use Abdera inside an OSGi container. Creating bundles right away would ease the development process for many of Abdera's users.

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


[jira] Updated: (ABDERA-236) Create OSGi Bundles for Abdera using the Maven Felix plugin

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

Lars Trieloff updated ABDERA-236:
---------------------------------

    Attachment: ABDERA-236.patch

this patch creates bundles out of following modules:

M      dependencies/i18n/pom.xml
M      core/pom.xml
M      parser/pom.xml
M      extensions/media/pom.xml
M      extensions/gdata/pom.xml
M      extensions/oauth/pom.xml
M      extensions/wsse/pom.xml
M      extensions/main/pom.xml
M      extensions/opensearch/pom.xml
M      extensions/sharing/pom.xml
M      extensions/html/pom.xml
M      extensions/rss/pom.xml
M      extensions/serializer/pom.xml
M      extensions/geo/pom.xml
M      adapters/jdbc/pom.xml
M      adapters/filesystem/pom.xml
M      adapters/couchdb/pom.xml
M      adapters/jcr/pom.xml
M      server/pom.xml
M      security/pom.xml
M      client/pom.xml

I had to upgrade the shade plugin version to 1.2.1 to make the bundle build again.

> Create OSGi Bundles for Abdera using the Maven Felix plugin
> -----------------------------------------------------------
>
>                 Key: ABDERA-236
>                 URL: https://issues.apache.org/jira/browse/ABDERA-236
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.0
>            Reporter: Lars Trieloff
>         Attachments: ABDERA-236.patch
>
>
> As per http://mail-archives.apache.org/mod_mbox/abdera-user/200803.mbox/%3c47EA93F9.507@mulesource.com%3e I am not the only one looking to use Abdera inside an OSGi container. Creating bundles right away would ease the development process for many of Abdera's users.

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


[jira] Resolved: (ABDERA-236) Create OSGi Bundles for Abdera using the Maven Felix plugin

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

Ugo Cei resolved ABDERA-236.
----------------------------

    Resolution: Fixed

Patch applied, thanks

> Create OSGi Bundles for Abdera using the Maven Felix plugin
> -----------------------------------------------------------
>
>                 Key: ABDERA-236
>                 URL: https://issues.apache.org/jira/browse/ABDERA-236
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.0
>            Reporter: Lars Trieloff
>         Attachments: ABDERA-236.patch
>
>
> As per http://mail-archives.apache.org/mod_mbox/abdera-user/200803.mbox/%3c47EA93F9.507@mulesource.com%3e I am not the only one looking to use Abdera inside an OSGi container. Creating bundles right away would ease the development process for many of Abdera's users.

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


[jira] Commented: (ABDERA-236) Create OSGi Bundles for Abdera using the Maven Felix plugin

Posted by "Lars Trieloff (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715855#action_12715855 ] 

Lars Trieloff commented on ABDERA-236:
--------------------------------------

No, the bundle packaging will create jars with an additional META-INF+OSGi information. So it is just a little more than the usual JAR files that gets created.

> Create OSGi Bundles for Abdera using the Maven Felix plugin
> -----------------------------------------------------------
>
>                 Key: ABDERA-236
>                 URL: https://issues.apache.org/jira/browse/ABDERA-236
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.0
>            Reporter: Lars Trieloff
>         Attachments: ABDERA-236.patch
>
>
> As per http://mail-archives.apache.org/mod_mbox/abdera-user/200803.mbox/%3c47EA93F9.507@mulesource.com%3e I am not the only one looking to use Abdera inside an OSGi container. Creating bundles right away would ease the development process for many of Abdera's users.

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


[jira] Commented: (ABDERA-236) Create OSGi Bundles for Abdera using the Maven Felix plugin

Posted by "Ugo Cei (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715851#action_12715851 ] 

Ugo Cei commented on ABDERA-236:
--------------------------------

Pardon my complete lack of knowledge about OSGi matters, but would the following:

-  <packaging>jar</packaging>
+  <packaging>bundle</packaging>

imply that JARs are not created anymore? I guess not.

> Create OSGi Bundles for Abdera using the Maven Felix plugin
> -----------------------------------------------------------
>
>                 Key: ABDERA-236
>                 URL: https://issues.apache.org/jira/browse/ABDERA-236
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.0
>            Reporter: Lars Trieloff
>         Attachments: ABDERA-236.patch
>
>
> As per http://mail-archives.apache.org/mod_mbox/abdera-user/200803.mbox/%3c47EA93F9.507@mulesource.com%3e I am not the only one looking to use Abdera inside an OSGi container. Creating bundles right away would ease the development process for many of Abdera's users.

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