Re: Deploying jar (javax.persistence) using fileInstall causes DependencyManager to Stop

2015-02-09 Thread Paul Bakker
Hi Frank, Good that you fixed it :-) In general, you don't want to add osgi.cmpn and the like to a run configuration. Use them build time only. Cheers, Paul On Mon Feb 09 2015 at 5:02:50 PM Frank Langel wrote: > Update and resolution: > > Hi, I was able to fix this by removing osgi.enterpris

Re: Deploying jar (javax.persistence) using fileInstall causes DependencyManager to Stop

2015-02-09 Thread Frank Langel
Update and resolution: Hi, I was able to fix this by removing osgi.enterprise from the list of run bundles. After further research, adding any of these bundles to the list of run bundles caused the error: - osgi.cmpn - osgi.compendium - osgi.enterprise I added the OSGI I needed back through a se

Re: Deploying jar (javax.persistence) using fileInstall causes DependencyManager to Stop

2015-02-09 Thread Frank Langel
Well, it stops all bundles, not only the dependency managerĀŠ. g! [fileinstall-./deploy] DEBUG javax.persistence - BundleEvent INSTALLED - javax.persistence [FelixFrameworkWiring] DEBUG osgi.enterprise - BundleEvent STOPPING - osgi.enterprise [FelixFrameworkWiring] DEBUG osgi.enterprise - BundleEve

Deploying jar (javax.persistence) using fileInstall causes DependencyManager to Stop

2015-02-09 Thread Frank Langel
Hi, I have a weird situation. Whenever I deploy java.persistence.jar (or certain other bundles) through fileInstall/deploy directory, the felix dependency manager is stopped, which causes other bundles to stop. If I embedded javax.persistence with the felix runtime (launcher), it works well. g! [