You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2010/02/25 11:29:27 UTC

[jira] Created: (POOL-160) OSGi Export-Package statement is not correct

OSGi Export-Package statement is not correct
--------------------------------------------

                 Key: POOL-160
                 URL: https://issues.apache.org/jira/browse/POOL-160
             Project: Commons Pool
          Issue Type: Bug
    Affects Versions: 1.5.4, 1.5.3, 1.5.2, 1.5.1, 1.5, 1.4
            Reporter: Jean-Baptiste Onofré
             Fix For: 1.5.5


Currently, the Export-Package statement is extended from the commons-parent POM (version 12).
By default, the Export-Package is set to * which is not correct when you try to deploy several commons-pool version in the OSGi version.

FYI, you can see the workaround used in ServiceMix:
https://issues.apache.org/activemq/browse/SMX4-491

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


[jira] Updated: (POOL-160) OSGi Export-Package statement is not correct

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

Jean-Baptiste Onofré updated POOL-160:
--------------------------------------

    Attachment: POOL-160.patch

Patch which correct the issue with deployment result on Karaf 1.2.0:

karaf@root> osgi:install mvn:commons-pool/commons-pool/1.5.5-SNAPSHOT
Bundle ID: 32
karaf@root> osgi:start 32
karaf@root> packages:

packages:exports    packages:imports
karaf@root> packages:exports 32
Commons Pool (32): org.apache.commons.pool.impl; version=1.5.5.SNAPSHOT
Commons Pool (32): org.apache.commons.pool; version=1.5.5.SNAPSHOT
karaf@root> packages:

packages:exports    packages:imports
karaf@root> packages:imports 32
Commons Pool (32): No active imported packages.
karaf@root> osgi:headers 32

Commons Pool (32)
-----------------
Archiver-Version = Plexus Archiver
Bnd-LastModified = 1267093353630
Build-Jdk = 1.5.0_14
Built-By = jb
Bundle-Description = Commons Object Pooling Library
Bundle-DocURL = http://commons.apache.org/pool/
Bundle-License = http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-ManifestVersion = 2
Bundle-Name = Commons Pool
Bundle-SymbolicName = org.apache.commons.pool
Bundle-Vendor = The Apache Software Foundation
Bundle-Version = 1.5.5.SNAPSHOT
Created-By = 1.5.0_14 (Sun Microsystems Inc.)
Export-Package = org.apache.commons.pool.impl;version="1.5.5.SNAPSHOT",org.apache.commons.pool;version="1.5.5.SNAPSHOT"
Ignore-Package = org.apache.commons.pool.impl,org.apache.commons.pool
Implementation-Title = Commons Pool
Implementation-Vendor = The Apache Software Foundation
Implementation-Vendor-Id = org.apache
Implementation-Version = 1.5.5-SNAPSHOT
Manifest-Version = 1.0
Specification-Title = Commons Pool
Specification-Vendor = The Apache Software Foundation
Specification-Version = 1.5.5-SNAPSHOT
Tool = Bnd-0.0.238
X-Compile-Source-JDK = 1.3
X-Compile-Target-JDK = 1.3
karaf@root> 


> OSGi Export-Package statement is not correct
> --------------------------------------------
>
>                 Key: POOL-160
>                 URL: https://issues.apache.org/jira/browse/POOL-160
>             Project: Commons Pool
>          Issue Type: Bug
>    Affects Versions: 1.4, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 1.5.5
>
>         Attachments: POOL-160.patch
>
>
> Currently, the Export-Package statement is extended from the commons-parent POM (version 12).
> By default, the Export-Package is set to * which is not correct when you try to deploy several commons-pool version in the OSGi version.
> FYI, you can see the workaround used in ServiceMix:
> https://issues.apache.org/activemq/browse/SMX4-491

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


[jira] Commented: (POOL-160) OSGi Export-Package statement is not correct

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/POOL-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838339#action_12838339 ] 

Niall Pemberton commented on POOL-160:
--------------------------------------

When we set up commons for OSGi we did so based on the advice from the Apache Felix project and they sepcifically recommended we do this import:

http://markmail.org/message/lgmj7srrxhld42tp
http://markmail.org/message/ms3fyzjud6limveh

I think we need to go back to them and get them to look at this issue and see what advice they give

Also see MATH-275

> OSGi Export-Package statement is not correct
> --------------------------------------------
>
>                 Key: POOL-160
>                 URL: https://issues.apache.org/jira/browse/POOL-160
>             Project: Commons Pool
>          Issue Type: Bug
>    Affects Versions: 1.4, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 1.5.5
>
>         Attachments: POOL-160.patch
>
>
> Currently, the Export-Package statement is extended from the commons-parent POM (version 12).
> By default, the Export-Package is set to * which is not correct when you try to deploy several commons-pool version in the OSGi version.
> FYI, you can see the workaround used in ServiceMix:
> https://issues.apache.org/activemq/browse/SMX4-491

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


[jira] Resolved: (POOL-160) OSGi Export-Package statement is not correct

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

Phil Steitz resolved POOL-160.
------------------------------

    Resolution: Fixed

The upgrade to commons-parent version 12 fixes this.

> OSGi Export-Package statement is not correct
> --------------------------------------------
>
>                 Key: POOL-160
>                 URL: https://issues.apache.org/jira/browse/POOL-160
>             Project: Commons Pool
>          Issue Type: Bug
>    Affects Versions: 1.4, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 1.5.5
>
>         Attachments: POOL-160.patch
>
>
> Currently, the Export-Package statement is extended from the commons-parent POM (version 12).
> By default, the Export-Package is set to * which is not correct when you try to deploy several commons-pool version in the OSGi version.
> FYI, you can see the workaround used in ServiceMix:
> https://issues.apache.org/activemq/browse/SMX4-491

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

       

[jira] Commented: (POOL-160) OSGi Export-Package statement is not correct

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/POOL-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838616#action_12838616 ] 

Niall Pemberton commented on POOL-160:
--------------------------------------

Just a note to say there is the following thread on dev@commons discussing this here:

    * http://markmail.org/message/k2fzxeccut6i2mez

also it was taken over to the dev@felxi maling list:

    * http://markmail.org/message/d6th4gprvld2ucne

> OSGi Export-Package statement is not correct
> --------------------------------------------
>
>                 Key: POOL-160
>                 URL: https://issues.apache.org/jira/browse/POOL-160
>             Project: Commons Pool
>          Issue Type: Bug
>    Affects Versions: 1.4, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 1.5.5
>
>         Attachments: POOL-160.patch
>
>
> Currently, the Export-Package statement is extended from the commons-parent POM (version 12).
> By default, the Export-Package is set to * which is not correct when you try to deploy several commons-pool version in the OSGi version.
> FYI, you can see the workaround used in ServiceMix:
> https://issues.apache.org/activemq/browse/SMX4-491

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


[jira] Issue Comment Edited: (POOL-160) OSGi Export-Package statement is not correct

Posted by "Phil Steitz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/POOL-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855810#action_12855810 ] 

Phil Steitz edited comment on POOL-160 at 4/11/10 10:26 PM:
------------------------------------------------------------

The upgrade to commons-parent version 14 fixes this.

      was (Author: psteitz):
    The upgrade to commons-parent version 12 fixes this.
  
> OSGi Export-Package statement is not correct
> --------------------------------------------
>
>                 Key: POOL-160
>                 URL: https://issues.apache.org/jira/browse/POOL-160
>             Project: Commons Pool
>          Issue Type: Bug
>    Affects Versions: 1.4, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 1.5.5
>
>         Attachments: POOL-160.patch
>
>
> Currently, the Export-Package statement is extended from the commons-parent POM (version 12).
> By default, the Export-Package is set to * which is not correct when you try to deploy several commons-pool version in the OSGi version.
> FYI, you can see the workaround used in ServiceMix:
> https://issues.apache.org/activemq/browse/SMX4-491

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

       

[jira] Commented: (POOL-160) OSGi Export-Package statement is not correct

Posted by "Phil Steitz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/POOL-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855619#action_12855619 ] 

Phil Steitz commented on POOL-160:
----------------------------------

Can we resolve this?

> OSGi Export-Package statement is not correct
> --------------------------------------------
>
>                 Key: POOL-160
>                 URL: https://issues.apache.org/jira/browse/POOL-160
>             Project: Commons Pool
>          Issue Type: Bug
>    Affects Versions: 1.4, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 1.5.5
>
>         Attachments: POOL-160.patch
>
>
> Currently, the Export-Package statement is extended from the commons-parent POM (version 12).
> By default, the Export-Package is set to * which is not correct when you try to deploy several commons-pool version in the OSGi version.
> FYI, you can see the workaround used in ServiceMix:
> https://issues.apache.org/activemq/browse/SMX4-491

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