Giacomo Pati wrote:

Question to Vadim (last commiter) or how ever changed the BackgroundEnvironment class in the cron block:


Is it intentional that some features are not back-/forward-ported to the trunk?

Changes to BackgroundEnvironment and CocoonQuartzJobExecutor, such as:

-        CocoonComponentManager.leaveEnvironment();
-        CocoonComponentManager.endProcessing(m_env, m_key);
+
+        EnvironmentHelper.leaveProcessor();
+        m_env.finishingProcessing();


Can not be synced, because core Cocoon classes has changed from 2.1 to 2.2. Everything else seems in sync, AFAIKS.


Vadim

Reply via email to