Description
<f:setPropertyActionListener value="#
{10}" target=#
{bean.booleanProperty}/> leads to exception:
Cannot convert 10 of type class java.long.Long to class java.lang.Boolean
but without line/column (without javax.faces.view.Location), because expressionFactory.coerceToType is not oam-LocationAware operation.
See attached patch for details.