Claudius Spellmann wrote:
Hi,

I was just woudering wether this is a bug or not:
When I try to access a value object returned by an EJB I always get a java.io.NotSerializableException thrown by the value object .

...

java.io.NotSerializableException: org.apache.cocoon.components.flow.javascript.fom.CompilingClassLoader

...

at org.apache.cocoon.environment.http.HttpSession.getAttribute(HttpSession.java:172) at org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.getSessionScope(FOM_JavaScriptInterpreter.java:350)

This has nothing to do with EJB.

Problem is that currently Flow session scope is not serializable. WebLogic requires session attributes to be serializable (required for clustering).

Vadim

Reply via email to