The need for a dep on SystemProperties was only to guarantee that the
corba related information in the SystemProperties services was set
into System.getProperties() before the corba services is created. If
you don't need system properties, which would be sweet, you can
remove the dependency.
-dain
On Aug 24, 2006, at 6:42 AM, Rick McGuire wrote:
I notice that a lot of the CSSBean and CorbaBean definitions in
plans include a dependency on SystemProperties? I'm assuming this
is because these beans are using System.setProperty() to pass
information to the socket factories. If I've managed to eliminate
that usage, can I assume it's also safe to remove the dependency?
Rick