Re: Container management JPA example

2014-05-31 Thread Jamie G.
Have a look at the recipes here: https://github.com/jgoodyear/ApacheKarafCookbook/tree/master/chapter7 Cheers, Jamie On Fri, May 30, 2014 at 8:04 AM, ellirael wrote: > JB, yes. > > Result of "package:exports | grep javax.persistence" command: > javax.persistence | 1.1.0 | 82 | > org.apache.geron

karaf with OSGi , how install a bundle

2014-05-31 Thread Florian
Hello, How create a bundle using karaf ? in eclipse : I export a jar with a manifest file ... and why I have this error : karaf@root(dev)> feature:repo-add file:///C:/Users/Florian/Downloads/apache- kara f-3.0.1/apache-karaf-3.0.1/deploy/features.xml Adding feature url file:///C:/Users/Fl

Re: karaf with OSGi , how install a bundle

2014-05-31 Thread Achim Nierbeck
Are you trying to use a eclipse feature file? Those are incompatible to a Karaf feature file, just the name is the same. If you want to install a bundle in karaf do a: osgi:install file:bundle-x regards, Achim 2014-05-31 22:54 GMT+02:00 Florian : > Hello, > > > How create a bundle using karaf ?