On 5/18/06, Nicolas <[email protected]> wrote:
Hi workflow-people, (and others)Anybody has any idea on this? WARN openwfe.org.engine.impl.expool.SimpleExpressionPool SimpleExpressionPool.java(run:176) 18.05.2006 10:50:59 purgeTask : problem java.lang.NullPointerException at openwfe.org.engine.Definitions.getExpressionPool (Definitions.java:207) at openwfe.org.engine.expressions.AbstractFlowExpression.getExpressionPool( AbstractFlowExpression.java:426) at openwfe.org.engine.expressions.Environment.lookup (Environment.java:286)
Hi Nicolas, it's exaclty the same symptom as for the NPE of last week : the expression (an environment in this case) is rehydrated from the expression pool (JCRExpressionStore ?) and its pointer to the ApplicationContext is not set, hence the NPE a little bit later. There is a setApplicationContext() missing/misplaced somewhere. VoilĂ ... Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
