AW: Exporting an instance of a 3rd party library as service

2022-05-06 Thread Karsten Blume
Hello Geoffrey, Arthur Thank you for your support regarding this topic. I would like to sum up my experience here. Objective Is to let client bundles (C) use a preconfigured service of another bundle (S), which is implemented by a third bundle or library (I). In my case this was blueprint

AW: Exporting an instance of a 3rd party library as service

2022-04-06 Thread Karsten Blume
Hello Arthur, I have added the servicemix version of jasypt org.apache.servicemix.bundles org.apache.servicemix.bundles.jasypt 1.9.2_1 provided and excluded the original jasypt from camel-jasypt dep, so any

AW: Exporting an instance of a 3rd party library as service

2022-04-04 Thread Karsten Blume
Hello Geoffrey, Yes, I mean there are some examples in the WWW on how to use the encryption. In my "consumer" bundle I have the service reference and the property placeholder in different blueprint files, but this should work, at least it works for everything else. Does your base bundle export

AW: Exporting an instance of a 3rd party library as service

2022-04-04 Thread Karsten Blume
Hello Jean-Baptiste, Geoffrey Here are some more details: runtime err msg Unable to start blueprint container for bundle order/22.14.0.98-SNAPSHOT due to unresolved dependencies [(objectClass=org.jasypt.encryption.StringEncryptor)] java.util.concurrent.TimeoutException: null ... this standard