Date: 2005-01-14T01:21:28
Editor: ReinhardPoetz
Wiki: Cocoon Wiki
Page: FlowscriptAndSessionReplication
URL: http://wiki.apache.org/cocoon/FlowscriptAndSessionReplication
no comment
Change Log:
------------------------------------------------------------------------------
@@ -88,7 +88,7 @@
Add some kind of delta management into the serialization/deserialization
process. But how ...?
== Components managed by the Cocoon service manager ==
-== Description ==
+=== Description ===
If components are used in flow that are managed by the Cocoon service manager,
we have to make sure that the references in the target JVM are still valid.
{{{
@@ -98,6 +98,6 @@
}
}}}
-== Possible solution ==
+=== Possible solution ===
* Forbid the usage of components
* ''... how to manage references to service manager or service selector? May
be through serializable proxies... Or may be by documenting that no flow method
should have non-serializable objects on stack...'' by Vadim