Questions tagged [eclipse-gemini]

28 questions
6
votes
2 answers

What is difference between Eclipse Virgo and Eclipse Gemini?

Hey, What is difference between Eclipse Virgo and Eclipse Gemini? (I understand what OSGI does in general).
Chiron
  • 20,081
  • 17
  • 81
  • 133
6
votes
2 answers

Spring OSGi Status

What is the status of the current developments around Spring and OSGi? It looks like things have gotten a bit quiet lately. The latest version of the doc at (http://docs.spring.io/osgi/) is from 2009. I see some announcements that Spring DM has…
Andy Flury
  • 316
  • 2
  • 10
6
votes
2 answers

How to autostart org.eclipse.gemini.blueprint.extender in a feature based eclipse rcp application?

I have an eclipse rcp application that uses gemini blueprint. It has two features and hence a feature based product. Some of our bundles depend on service that where created by the blueprint extender. But actually the blueprint extender is only…
gregor
  • 4,733
  • 3
  • 28
  • 43
4
votes
1 answer

Should a New Project Use Spring DM 2.0.0.M1 or Gemni Blueprint 1.0.0.M1?

I am about to incorporate Spring DM into a bundle that will run in the Apache Karaf OSGi framework. Given that Spring DM is being transitioned to Gemni Blueprint, should I use Spring DM 2.0.0.M1 or start fresh with Gemni Blueprint 1.0.0.M1? Or…
Adam
  • 1,011
  • 2
  • 19
  • 37
4
votes
0 answers

Will eclipse gemini continue on developing

This might sound bit silly, but the project looks really passive and dead, judging only on their website. Spring apparently gave up on this project and just passed it to Eclipse foundation. And now Eclipse looks like not doing anything to bring it…
beku8
  • 613
  • 1
  • 8
  • 22
3
votes
1 answer

Eclipse RCP, Spring, Hibernate Class Loading Issue

I’m developing a RCP based app that uses a data access layer implemented using Spring Data JPA backed by hibernate. The annotated domain classes are in one jar/bundle, the Spring repositories and spring config to instantiate the datasource, entity…
KWilson
  • 31
  • 1
2
votes
1 answer

Spring framework/Eclipse RCP integration with Blueprint Gemini

I am trying to integrate Spring framework into my Eclipse RCP application. I was not able to find relevant documentation on how to integrate Blueprint Gemini into my RCP application. Do I just add the Gemini jars to my RCP project? I guess this is…
balteo
  • 23,602
  • 63
  • 219
  • 412
2
votes
3 answers

Using EclipseLink JPA in OSGI (Karaf)

I am using EclipseLink as my JPA implementation(in KARAF).And following jars are used:- install -s mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/2.5.0 install -s mvn:org.eclipse.persistence/org.eclipse.persistence.asm/2.5.0 install -s…
Manas Pratim Chamuah
  • 1,527
  • 2
  • 15
  • 33
2
votes
4 answers

Spring framework download as OSGi bundles

I'm working myself into Spring for OSGi, aka Eclipse Gemini Blueprint. Every tutorial or documentation I found mentions adding several bundles provided by Spring to my OSGi-container (like org.springframework.aop.jar). It was hard enough finding a…
sina
  • 1,817
  • 1
  • 18
  • 42
1
vote
0 answers

annotation based bean config in Spring DM osgi aware application context

spring dm has its own OSGi specific application context Osgi-BundleXmlApplicationContext.The OsgiBundleXmlApplicationContext class implements all OSGi-specific behaviors required for proper Spring application context startup. Spring DM uses it for…
1
vote
1 answer

Spring Dynamic Module - Parse Exception while deploying the osgi bundle to IBM Liberty

I am getting the below parse exception while deploying the SPRING DM OSGI bundle into the IBM Liberty. Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 2 in XML document from URL …
MAK
  • 13
  • 4
1
vote
2 answers

getting 'Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security]' with spring 4

I am upgrading spring versions of our OSGi project to spring 4.2.x. I have removed Spring DM dependencies and add Gemini Blueprint dependencies (org.eclipse.gemini.blueprint.core,org.eclipse.gemini.blueprint.extender,org.eclipse.gemini.blueprint.io)…
Darshana
  • 2,462
  • 6
  • 28
  • 54
1
vote
0 answers

How to set up Blueprint Gemini 2.0.0 with BndTools 3.3.0 (enRoute)?

I'm fascinating about OSGi enRoute's and BndTool's concepts of implementing apps. But I got stuck trying to use Blueprint Gemini. Please someone help me. Question How to get run a BndTools-based OSGi app with Blueprint Gemini 2.0.0? My problem I'd…
1
vote
1 answer

Shutdown Derby database using JPA not DriverManager

I have an RCP client application that uses embedded Derby in the same JVM for persistence. I access it via JPA using RESOURCE_LOCAL and Eclipse Link as a JPA provider. I leave starting the Derby instance to JPA and persistence.xml. factory =…
Timothy Vogel
  • 1,363
  • 2
  • 21
  • 39
1
vote
1 answer

OSGi and Gemini JPA: Using the Configuration Admin

I am writing a small OSGi application for learning purposes. I sucessfully set up Gemini JPA and the DBAccess Services to use JPA, and it is working fine, as long as i use a persistence.xml to configure my persistence units. Then i stumbled across…
Simiil
  • 2,281
  • 1
  • 22
  • 32
1
2