Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Incorrect Expression Language 2.2 validation on Mars

LittlePenguinAug 24 2016 — edited Aug 25 2016

I have a web project (no EAR project) using JSF 2.1, EL 2.2, Weblogic 12.1.3, Eclipse Mars (OEPE). Validation always shows a warning when using an expression like #{MB.methodWithArguments(argument)} in my xhtml, which is an EL 2.2 valid expression.

The same annoying problem was asked in this discussion some years ago, unanswered and pointing to a misconfiguration of jee project (which is not my case since I have no ear project).

Also exists this question in stackoverflow, also unanswered.

Here you can find the test project. There is a file wich has one expression that shows the warning:

Error parsing '#{MB.methodWithArguments('hi')}': syntax error at position 24, encountered '(', expected '}'

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 21 2016
Added on Aug 24 2016
1 comment
588 views