-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
The ManagedProcessEngineFactory currently supports only some of the possible properties.
The String/boolean values aren't a problem.
Problematic are the setters that expect classes since we cannot provide classes via a configuration file.
We should try to find a OSGi-like way for that.
One idea is to just set a flag which say that the configuration do a service lookup for those classes. Additionally the configuration could provide a LDAP filter if only one class should be picked.