[
https://issues.apache.org/jira/browse/WW-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421226#comment-13421226
]
Hudson commented on WW-3414:
----------------------------
Integrated in Struts2 #509 (See [https://builds.apache.org/job/Struts2/509/])
WW-3414 removes ObjectFactory as a field and uses ActionContext to retrieve
instance of ObjectFactory to allow serialize instances of XWorkList (Revision
1364910)
Result = SUCCESS
lukaszlenart :
Files :
*
/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/impl/CollectionConverter.java
*
/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/XWorkList.java
*
/struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/util/XWorkListTest.java
> XWorkList not Serializable
> --------------------------
>
> Key: WW-3414
> URL: https://issues.apache.org/jira/browse/WW-3414
> Project: Struts 2
> Issue Type: Bug
> Components: Core Actions
> Affects Versions: 2.1.8.1
> Environment: Windows XP
> Reporter: johan jarkovic
> Assignee: Lukasz Lenart
> Priority: Blocker
> Fix For: 2.3.5
>
>
> If action has a property of type ArrayList then an XWorkList object is
> created.
> This is not serializable so we get NotSerializableException when we try to
> send this List to the business tier.
> The problem that I can see is that a new field of type XWorkConverter has
> been added to the XWorkList in struts version 2.1.x This field is not
> Serializable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira