I am currently developing a cocoon application using java-flow. One
of the really annoying things is, that I have to reload the entire
context when changing the class file containing the flow.
You are aware of the reloading classloader plugin for cocoon? :) It
is using JCI to do the reloading
...and can auto-instrument the javaflow classes.
While having a look at the available class loaders I couldn’t find
any one that could do „reloading“ of classes.
http://jakarta.apache.org/commons/sandbox/jci/xref/org/apache/commons/
jci/ReloadingClassLoader.html
cheers
--
Torsten