[jbosstools-issues] [JBoss JIRA] (JBIDE-17875) IncompatibleClassChangeError when Ctrl+Space in a Seam project

Alexey Kazakov (JIRA) issues at jboss.org
Mon Jul 14 18:10:29 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-17875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-17875:
-----------------------------------

    Description: 
1. Import 
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}

  was:
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}



> 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: hibernate
>    Affects Versions: 4.2.0.Beta3
>         Environment: JBDS 8.0.0.Beta3
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 4.2.0.CR1
>
>
> 1. Import 
> 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)


More information about the jbosstools-issues mailing list