You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/10/13 00:37:18 UTC

svn commit: r315067 - /jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.persist.xml

Author: hlship
Date: Wed Oct 12 15:37:14 2005
New Revision: 315067

URL: http://svn.apache.org/viewcvs?rev=315067&view=rev
Log:
TAPESTRY-650: ClassNotFoundException thrown when deserializing an object from a client persistent property

Modified:
    jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.persist.xml

Modified: jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.persist.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.persist.xml?rev=315067&r1=315066&r2=315067&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.persist.xml (original)
+++ jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.persist.xml Wed Oct 12 15:37:14 2005
@@ -81,7 +81,18 @@
       <construct class="ClientPropertyPersistenceStrategy">
         <set-object property="request" value="infrastructure:request"/>
         <set-object property="scope" value="service:PageClientPropertyPersistenceScope"/>
+        <set-object property="encoder" value="service:PersistentPropertyDataEncoder"/>
       </construct>
+    </invoke-factory>
+    
+  </service-point>
+  
+  <service-point id="PersistentPropertyDataEncoder">
+    
+    Responsible for encoding and decoding client persistent properties into MIME streams.
+    
+    <invoke-factory>
+      <construct class="PersistentPropertyDataEncoderImpl"/>
     </invoke-factory>
     
   </service-point>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org