Hi All,
Could someone please help me with creating OSGi list using java code because I have a start level issues with the order in which I load the bundles, so I need a quick solution and...
Type: Posts; User: aryanarvind; Keyword(s):
Hi All,
Could someone please help me with creating OSGi list using java code because I have a start level issues with the order in which I load the bundles, so I need a quick solution and...
Hi,
I have 2 bundles with the following information in it.
Bundle1:
Bundle-SymbolicName: Bundle
Bundle-Version: 1.1
Bundle2:
Bundle-SymbolicName: Bundle
Bundle-Version: 1.2
We use RmiProxyFactoryBean to connect to all our services and we use these services all over the client, I was wondering if there is a way to intercept the UnknownHostExcetion that is thrown by any...