karurkarthi / xdocreport

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

OSGi implementation? #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there,

in your wiki i found an article about OSGi implementation. Unfortunately still 
on ToDo. Also i found an issue about an OSGi Container. Can you provide 
informations about how to integrate xdoreport with OSGi?

Thanks Philippe

Original issue reported on code.google.com by i...@jepse.net on 3 Dec 2013 at 7:35

GoogleCodeExporter commented 9 years ago
Hi Philippe,

What information do you wish about XDocReport-OSGi?

XDocReport should work on OSGi context. The basic idea is that you have :

 * API are OSGi bundles (like fr.opensagres.xdocreport.document, fr.opensagres.xdocreport.template, fr.opensagres.xdocreport.converter).
 * Implementation (which uses standard SPI provider) are OSGi fragments (like fr.opensagres.xdocreport.document.doc, etc).

So using XDocReport  on NOT OSGi context or OSGi context must be the same 
thing. You must just add the well JARs in your OSGi container. You will have 
perhaps some problem with PDF converter 
(https://code.google.com/p/xdocreport/issues/detail?id=159, 
https://code.google.com/p/xdocreport/issues/detail?id=238) but we will happy to 
fix the problems if you help us.

Regards Angelo

Original comment by angelo.z...@gmail.com on 3 Dec 2013 at 8:28

GoogleCodeExporter commented 9 years ago
I close this issue because I have none answer.

Original comment by angelo.z...@gmail.com on 5 Jan 2014 at 4:10