]
Andrej Podhradsky closed DROOLS-1226.
-------------------------------------
Resolution: Duplicate Issue
Eclipse Plugin not working with Eclipse Neon 4.6
------------------------------------------------
Key: DROOLS-1226
URL:
https://issues.jboss.org/browse/DROOLS-1226
Project: Drools
Issue Type: Bug
Components: eclipse plugin
Affects Versions: 6.4.0.Final
Reporter: Bernhard Mayer
Assignee: Robert (Bob) Brodt
Fix For: 6.5.0.Final
The eclipse integration plugin stopped working properly with Eclipse Neon 4.6.
When editing rules in the rules editor of a Drools Project the following error is
produced for *any* rule:
{panel:title=Error Message}
Rule Compilation error Only a type can be imported. com.sample.DroolsTest.Message
resolves to a package
Only a type can be imported. org.drools.core.spi.KnowledgeHelper resolves to a package
KnowledgeHelper cannot be resolved to a type
org.kie.api.runtime.rule.FactHandle cannot be resolved to a type
java.lang.Exception cannot be resolved to a type
org.kie.api.runtime.rule.RuleContext cannot be resolved to a type
{panel}
The Plugin works fine with Eclipse Mars 4.5 and earlier releases.