You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Peter <ji...@zeus.net.au> on 2018/04/20 01:12:51 UTC

OSGi & Configuration

Any OSGi people on this list have advice or experience with ensuring 
class visibility with Configuration files?

AtomicILFactory accepts a class or ClassLoader argument, for a service, 
this is used to locate the ClassLoader of the proxy bundle for 
deserialization.   A class can be passed in from a configuration file.

Any experience with ensuring the class is visible to the configuration?

We have two configuration providers, one Groovy based, the other the old 
legacy Java like syntax that only uses static methods and constructors.

Thanks,

Peter.