Author: jkuhnert
Date: Thu Feb 23 09:17:57 2006
New Revision: 380160
URL: http://svn.apache.org/viewcvs?rev=380160&view=rev
Log:
Added more helpful io error message string.
Modified:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/util/io/IoStrings.properties
jakarta/tapestry/branches/4.0/status.xml
Modified:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/util/io/IoStrings.properties
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/util/io/IoStrings.properties?rev=380160&r1=380159&r2=380160&view=diff
==============================================================================
---
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/util/io/IoStrings.properties
(original)
+++
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/util/io/IoStrings.properties
Thu Feb 23 09:17:57 2006
@@ -12,5 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-encode-failure=Unable to encode object {0}: {1}
+encode-failure=Unable to encode object {0}: {1}. This is sometimes caused when
classes being \
+serialized to a stream don't implement java.io.Serializable.
decode-failure=Unable to decode stream: {0}
Modified: jakarta/tapestry/branches/4.0/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/status.xml?rev=380160&r1=380159&r2=380160&view=diff
==============================================================================
--- jakarta/tapestry/branches/4.0/status.xml (original)
+++ jakarta/tapestry/branches/4.0/status.xml Thu Feb 23 09:17:57 2006
@@ -64,6 +64,11 @@
Applied patch upgrading tapestry to use commons-fileupload 1.1 as well
as adding new
functionality enabling a more dynamic fileupload system for normal or
portlet environments.
</action>
+ <action type="fix" dev="JK" fixes-bug="TAPESTRY-831" >
+ Added error hint to encode message properties. It seems that 80% of
the time the error
+ is caused by a class that doesn't implement Serializable. Added
message hinting at this
+ in error strings.
+ </action>
</release>
<release version="4.0" date="Jan 6 2006">
<action type="update" dev="HLS">Add link to DeveloperWorks Tapestry
article</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]