You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/22 18:33:00 UTC

[jira] [Commented] (OPENJPA-2746) OpenJPA Karaf feature is not complete

    [ https://issues.apache.org/jira/browse/OPENJPA-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16659314#comment-16659314 ] 

ASF GitHub Bot commented on OPENJPA-2746:
-----------------------------------------

solomax closed pull request #16: [OPENJPA-2746] Fix xbean asm bundle and add required capability
URL: https://github.com/apache/openjpa/pull/16
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/openjpa-features/src/main/feature/feature.xml b/openjpa-features/src/main/feature/feature.xml
index b9221d6d4..959f64635 100644
--- a/openjpa-features/src/main/feature/feature.xml
+++ b/openjpa-features/src/main/feature/feature.xml
@@ -28,8 +28,11 @@
 		<bundle dependency="true">mvn:commons-dbcp/commons-dbcp/1.4</bundle>
 		<bundle dependency="true">mvn:commons-collections/commons-collections/3.2.2</bundle>
         <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.serp/1.14.1_1</bundle>
-        <bundle dependency="true">mvn:org.apache.xbean/xbean-asm5-shaded/4.3</bundle>
+        <bundle dependency="true">mvn:org.apache.xbean/xbean-asm6-shaded/4.9</bundle>
         <bundle>mvn:org.apache.openjpa/openjpa/${project.version}</bundle>
+        <capability>
+            osgi.service;objectClass=javax.persistence.spi.PersistenceProvider;effective:=active;javax.persistence.provider=org.apache.openjpa.persistence.PersistenceProviderImpl
+        </capability>
     </feature>
 
 </features>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> OpenJPA Karaf feature is not complete
> -------------------------------------
>
>                 Key: OPENJPA-2746
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2746
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: osgi
>            Reporter: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 3.0.1
>
>
> The OpenJPA features is not fully complete. The xbean asm6 shaded bundle is missing and also the provider capability.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)