yhknight / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

OSGI Bundle not working. #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

With the enhancement request 62, there is an OSGI bundle provided for odata4j 
to enable usage with in OSGI.

However, the included manifest file in the jar doesn't include all the 
information (eg. Export packages and Import packages). 
Thus, it is unusable in an OSGI environment.

Can you please check this issue.

Regards,
Sudheer

Original issue reported on code.google.com by sudheer....@gmail.com on 27 Aug 2012 at 8:39

GoogleCodeExporter commented 9 years ago

Original comment by stephan....@googlemail.com on 7 Sep 2012 at 11:38

GoogleCodeExporter commented 9 years ago
To which build artifacts do you refer to? 

OSGi support is only available for root artifacts:

odata4j-core-0.7.0.jar
odata4j-cxf-0.7.0.jar
odata4j-jersey-0.7.0.jar

You'll won't get OSGi for the other *-bundle.jars which are self-included with 
all transitive dependencies.

Can you please re-check?

Original comment by stephan....@googlemail.com on 7 Sep 2012 at 11:54

GoogleCodeExporter commented 9 years ago
I have tested with OSGi and had no problems. 

Original comment by stephan....@googlemail.com on 19 Sep 2012 at 6:57