Justin Ferris - 2005-01-10

Logged In: YES
user_id=696176

A custom ClassLoader that extends URLClassLoader has been
written. Freefluo now supports different engine configurations.
An engine configuration provides a workflow parser and data
handler. All classes loaded by the workflow parser are loaded
with the classloader that's associated with the configuration.
This means that configurations are isolated from each other
and the classes that make up freefluo. However, task
extensions within a particular configuration share the same
class loader at present.