Leszek Gawron wrote:
Reinhard Poetz wrote:

[EMAIL PROTECTED] wrote:

Author: lgawron
Date: Sun May  8 14:23:28 2005
New Revision: 169169

URL: http://svn.apache.org/viewcvs?rev=169169&view=rev
Log:
JXTG uses cocoon store

Modified:
cocoon/blocks/unsupported/template/trunk/java/org/apache/cocoon/template/jxtg/JXTemplateGenerator.java


could this be the reason for the following exception?

java.lang.ClassCastException
at org.apache.cocoon.components.store.impl.EHDefaultStore.store(EHDefaultStore.java:268)


at org.apache.cocoon.template.jxtg.script.DefaultScriptManager.resolveTemplate(DefaultScriptManager.java:110)

at org.apache.cocoon.template.jxtg.script.DefaultScriptManager.resolveTemplate(DefaultScriptManager.java:61)

at org.apache.cocoon.template.jxtg.JXTemplateGenerator.setup(JXTemplateGenerator.java:102)


Yes. I did not get it on my test case as I was using other store implementation. I think I have to switch to transient store because at least for now jxtg template is not serializable.

Is there a reason not to use transient store for jxtg?

Vadim

Reply via email to