Author: scottbw
Date: Fri Jun 18 09:21:51 2010
New Revision: 955901
URL: http://svn.apache.org/viewvc?rev=955901&view=rev
Log:
Applied patch fixing issue with shared data - see WOOKIE-144 . Thanks to Randy
Watler for the patch.
Modified:
incubator/wookie/branches/pluggablepersistence/src/org/apache/wookie/controller/PropertiesController.java
Modified:
incubator/wookie/branches/pluggablepersistence/src/org/apache/wookie/controller/PropertiesController.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/branches/pluggablepersistence/src/org/apache/wookie/controller/PropertiesController.java?rev=955901&r1=955900&r2=955901&view=diff
==============================================================================
---
incubator/wookie/branches/pluggablepersistence/src/org/apache/wookie/controller/PropertiesController.java
(original)
+++
incubator/wookie/branches/pluggablepersistence/src/org/apache/wookie/controller/PropertiesController.java
Fri Jun 18 09:21:51 2010
@@ -224,6 +224,7 @@ public class PropertiesController extend
sharedData.setSharedDataKey(sharedDataKey);
sharedData.setDkey(name);
sharedData.setDvalue(value);
+ widget.getSharedData().add(sharedData);
}
}
persistenceManager.save(widget);