JacORB 2.2 onwards has had a new configuration system written for it.
This works on a 'instance' basis so accessing properties in a static way
will be more tricky - why do you wish access a property? Is it a JacORB
one?
Cheers
Nick
--
Nick Cross nick.cross@prismtech.com
OpenFusion CORBA & OpenSplice DDS http://prismtech.com/middleware
No, it's not a Jacorb's property, but one we added to the Jacorb's
file.
Actually, it's old code which I didn't want to change to much, and
which worked with Jacorb 1.3.30. The only reason I want to extract that
property is to have as few changes as I can in my old code.
Can I do that, or don't I have any other option than to load a property
file by my own ?
> JacORB 2.2 onwards has had a new configuration system written for it.
> This works on a 'instance' basis so accessing properties in a static way
[quoted text clipped - 34 lines]
> >> Nick Cross nick.cross@prismtech.com
> >> OpenFusion CORBA & OpenSplice DDS http://prismtech.com/middleware
Nick Cross - 07 Jun 2006 11:16 GMT
One option then would to use the static
org.jacorb.config.JacORBConfiguration.getConfiguration
and have your own properties scoped within the JacORB properties file so
you can extract them from the Configuration object. See the
org.jacorb.config hierarchy for the new configuration system.
Cheers
Nick
> No, it's not a Jacorb's property, but one we added to the Jacorb's
> file.
[quoted text clipped - 43 lines]
>>>> Nick Cross nick.cross@prismtech.com
>>>> OpenFusion CORBA & OpenSplice DDS http://prismtech.com/middleware

Signature
Nick Cross nick.cross@prismtech.com
OpenFusion CORBA & OpenSplice DDS http://prismtech.com/middleware