]
Martin Malina closed JBIDE-17857.
---------------------------------
There a couple of other warning still showing up for that project, but the one reported in
this JIRA is gone. Verified in JBDS 8.0.0.CR1 B225
Can't resolve array subscript in EL expression in a Seam project
----------------------------------------------------------------
Key: JBIDE-17857
URL:
https://issues.jboss.org/browse/JBIDE-17857
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: seam2
Environment: JBDS 8.0.0.Beta3
Reporter: Ron Šmeral
Assignee: Alexey Kazakov
Fix For: 4.2.0.CR1
In seambay example, this warning is shown:
{noformat}
"0" cannot be resolved
AuctionTest.java
/seambay-ejb/src/test/java/org/jboss/seam/example/seambay/test
line 227
EL Knowledge Base Problem
{noformat}
for the following code:
{code:java}
Contexts.getEventContext().set("auction",
getValue("#{auctionSearch.auctions[0]}"));
{code}