Can I just drop osgi.enterprise.jar in my equinox plugins folder?

No. You can't do that. The file from OSGI.org is mostly interfaces, it is not complete implementation.

Up vote 0 down vote favorite share g+ share fb share tw.

I'm interested in the OSGi Enterprise specification. At the moment I'm only interested in the JDBC connectivity, but that may change. At osgi.org/Download/Release4V42 I can find the osgi.enterprise.

Jar (the companion code link). Can I just install it in my equinox container and use it? I had the impression that some of the classes are overlapping (for instance org.osgi.service.

Component), doesn't this lead to problems? Or should I then just uninstall the org.eclipse.osgi. Services bundle and use the osgi.

Enterprise instead? Java jdbc osgi enterprise equinox link|improve this question asked Aug 29 '11 at 14:36Mauli2,53732560 39% accept rate.

The answer by "J-16 SDiZ" is correct, in that the osgi.enterprise. Jar is pure interfaces rather than implementations. You also asked about the overlap with the org.eclipse.osgi.

Services bundle… in fact the OSGi enterprise JAR should be a strict superset of it. There is not much problem with having both these bundles installed but it is also not really necessary, so to minimise confusion I would probably remove org.eclipse.osgi.services.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions