ovidiu 02/04/09 17:43:29
Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/scheme
SchemeInterpreter.java
Log:
Updated to reflect the changes in flow.xconf.
Revision Changes Path
1.2 +2 -2
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/scheme/SchemeInterpreter.java
Index: SchemeInterpreter.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/scheme/SchemeInterpreter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SchemeInterpreter.java 2 Apr 2002 05:39:18 -0000 1.1
+++ SchemeInterpreter.java 10 Apr 2002 00:43:29 -0000 1.2
@@ -45,7 +45,7 @@
public void configure(Configuration confs)
throws ConfigurationException
{
- String heapFileName = confs.getAttribute("heap", null);
+ String heapFileName = confs.getChild("heap", true).getValue(null);
if (heapFileName == null)
throw new ConfigurationException("Heap Scheme file not specified");
@@ -164,7 +164,7 @@
}
}
- public void handleContinuation(String continuationId,
+ public void handleContinuation(String continuationId, List params,
Environment environment, InvokeContext ctx)
throws Exception
{
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]