Alexey Kazakov created JBIDE-17875:
--------------------------------------
Summary: IncompatibleClassChangeError when Ctrl+Space in a Seam project
Key: JBIDE-17875
URL:
https://issues.jboss.org/browse/JBIDE-17875
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: seam2
Environment: JBDS 8.0.0.Beta3
Reporter: Alexey Kazakov
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}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)