You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "alex hutter (JIRA)" <ji...@apache.org> on 2010/09/27 16:43:33 UTC

[jira] Created: (OPENJPA-1816) openjpa-2.0.1.jar does not import package 'serp.util'

openjpa-2.0.1.jar does not import package 'serp.util'
-----------------------------------------------------

                 Key: OPENJPA-1816
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1816
             Project: OpenJPA
          Issue Type: Bug
          Components: osgi
    Affects Versions: 2.0.1
            Reporter: alex hutter


openjpa-2.0.1.jar's MANIFEST.MF does not import the package 'serp.util'.  This makes it unusable in an OSGi env.

This is a regression from openjpa-2.0.0.jar.


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


[jira] Assigned: (OPENJPA-1816) openjpa-2.0.1.jar does not import package 'serp.util'

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

Donald Woods reassigned OPENJPA-1816:
-------------------------------------

    Assignee: Donald Woods

> openjpa-2.0.1.jar does not import package 'serp.util'
> -----------------------------------------------------
>
>                 Key: OPENJPA-1816
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1816
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: osgi
>    Affects Versions: 2.0.1
>            Reporter: alex hutter
>            Assignee: Donald Woods
>
> openjpa-2.0.1.jar's MANIFEST.MF does not import the package 'serp.util'.  This makes it unusable in an OSGi env.
> This is a regression from openjpa-2.0.0.jar.

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


[jira] Commented: (OPENJPA-1816) openjpa-2.0.1.jar does not import package 'serp.util'

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920749#action_12920749 ] 

Donald Woods commented on OPENJPA-1816:
---------------------------------------

Are you sure you're comparing openjpa-2.0.0.jar and openjpa-2.0.1.jar?  The MANIFEST.MF files are almost identical, except for the version changes from 2.0.0 -> 2.0.1 and the updated JPA spec version....

Both builds set serp.*;resolution:=optional in the Import-Package.

What is your OSGi scenario?  How are you using OpenJPA in OSGi?  Are you using Apache Aries JPA to provide the integration?  I want to understand how you are using OpenJPA with OSGi and why you are not manually including Serp like the other optional depends....



> openjpa-2.0.1.jar does not import package 'serp.util'
> -----------------------------------------------------
>
>                 Key: OPENJPA-1816
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1816
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: osgi
>    Affects Versions: 2.0.1
>            Reporter: alex hutter
>            Assignee: Donald Woods
>
> openjpa-2.0.1.jar's MANIFEST.MF does not import the package 'serp.util'.  This makes it unusable in an OSGi env.
> This is a regression from openjpa-2.0.0.jar.

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