Hi,

We are observing issues in our Struts 2 based application, when deployed on 
WAS-CE server.

Details are as follow:-

Struts 2 version : 2.0.11.1
Platform : Suse Linux
App. Server : WAS-CE 2.1.1.4

We are observing a behaviour that the request paramaters (i.e http post/get 
params)
are not getting mapped to their respective Action properties.

Consider an example:-
An Action class "SearchAction" with "query" as one of its property. Here, 
"query"
is of the type "Query" bean having properties(id, name, value).There is a form
with query name and query value as its fields maped to "query.name" & 
"query.value"
respectively.

When user submits the form, the values are not assigned to the corresponding
attributes of the "query" object we get in search action because the "query"
property in the Search Action class is not set.

Same behaviour is observed when request parameters are passed as query string
params in URL. .../SearchAction.action?query.name="xyz"

Please note that this is an intermittent behaviour & appears when there is no
interaction with the application for long time. The issue get resolved after
stoping and restarting the context. Also, we never found or were able to repro
this issue on tomcat.


Any help on this would be appreciated.


Regards,
Swapnil

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

Reply via email to