Thomas Andraschko created OWB-1436:
--------------------------------------
Summary: org.apache.webbeans.el22.WrappedValueExpressionNode'does
not have the property 'xxx'
Key: OWB-1436
URL: https://issues.apache.org/jira/browse/OWB-1436
Project: OpenWebBeans
Issue Type: Bug
Reporter: Thomas Andraschko
It seems that the dotted-name change breaks many EL expression.
{code:java}
jakarta.el.PropertyNotFoundException: The class
'org.apache.webbeans.el22.WrappedValueExpressionNode' does not have the
property 'xxx'.
at jakarta.el.BeanELResolver.getBeanProperty(BeanELResolver.java:576)
at jakarta.el.BeanELResolver.getValue(BeanELResolver.java:291)
at jakarta.el.CompositeELResolver.getValue(CompositeELResolver.java:136)
at org.apache.el.parser.AstValue.getValue(AstValue.java:169)
at
org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:190)
at
org.apache.webbeans.el22.WrappedValueExpression.getValue(WrappedValueExpression.java:67)
at
org.apache.myfaces.view.facelets.el.ContextAwareTagValueExpression.getValue(ContextAwareTagValueExpression.java:100)
at
jakarta.faces.component._DeltaStateHelper.eval(_DeltaStateHelper.java:339)
at jakarta.faces.component.UIOutput.getValue(UIOutput.java:69)
{code}
In DeltaSpike we deactivated the test because of it:
https://github.com/apache/deltaspike/commit/fd13102bca5aade74f08fe41af2cb6d3663d6fe0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)