]
Brian Leathem commented on RF-13600:
------------------------------------
RichFaces 4.3 does not work with JSF 2.2 and isnot expected to work on WildFly - there is
no sense in testing that configuration. WildFly should be tested with RichFaces 4.5 / 5.0
where we support JSF 2.2.
metamer: malformedXML error on each ajax request on WildFly
-----------------------------------------------------------
Key: RF-13600
URL:
https://issues.jboss.org/browse/RF-13600
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.3.5, 4.3.6
Environment: 4.3.x Metamer
WildFly 8.0.0.Final, (works on EAP 6.2)
Reporter: Jiří Štefek
Assignee: Jiří Štefek
Works in 5.0.x and 4.5.x Metamer but not in 4.3.x .
On every ajax request there is malformedXML error and the metamer status is set to ERROR.
But all the outputs are updated and it seems that all is working (except the status and
autocomplete) as expected.
# open e.g.
http://localhost:8080/metamer/faces/components/a4jAjax/hCommandButton.xhtml
# click on the submit button
# see the status 'ERROR'
# open log, at the end you can see:
{code}
error[09:58:23.320]: Received 'error@malformedXML' event from <input
id=form:commandButton ...>
error[09:58:23.322]: [status=200] During update: javax.faces.ViewState not found
{code}