7 |
|
|
8 |
|
# These properties are REQUIRED by the system to tell it |
9 |
|
# which ORB to use. |
10 |
< |
org.omg.CORBA.ORBClass= jacorb.orb.ORB |
11 |
< |
org.omg.CORBA.ORBSingletonClass= jacorb.orb.ORBSingleton |
10 |
> |
org.omg.CORBA.ORBClass= org.jacorb.orb.ORB |
11 |
> |
org.omg.CORBA.ORBSingletonClass= org.jacorb.orb.ORBSingleton |
12 |
|
jdbc.drivers= org.gjt.mm.mysql.Driver |
13 |
|
|
14 |
|
# The logging verbosity to be used by the system, |
77 |
|
# |
78 |
|
# Thus a typical order is: |
79 |
|
# Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |
80 |
< |
uk.org.iscream.ComponentList=Core;Filter |
80 |
> |
uk.org.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |