Hello.
We are creating a document-merging application at work (mailmerging, archiving and printing documents)
In order to do the mailmerge-part, we are using a third party component called Docmosis.
Docmosis needs a property file for configuration.
I would rather not package this file into the bundle, because the different environments need different config
How can I make this proterty file available to the bundle?
I have tried putting it in etc and lib, but not working.
I have also tried do set up the properties using config admin (spring).
regards,
Nils Otto Johansn
Edited by: nilsotto on Dec 4, 2012 8:40 AM
Hi,
If you use config admin way, configure PID in spring/blueprint file, then you can put the
PID.cfg properties file in etc folder.
Freeman