[
https://issues.jboss.org/browse/DROOLS-2122?page=com.atlassian.jira.plugi...
]
Andrej Podhradsky commented on DROOLS-2122:
-------------------------------------------
And the original exception
{code}
Caused by: java.lang.ClassNotFoundException: [],
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at
org.kie.api.internal.utils.ServiceDiscoveryImpl.newInstance(ServiceDiscoveryImpl.java:157)
... 34 more
{code}
is cause by
{code:title=jboss-brms-6.4-engine/optaplanner-core-6.5.0.Final-redhat-16.jar
META-INF/kie.conf}
[
'assemblers' : [new
org.optaplanner.core.impl.solver.kie.KieSolverAssemblerService()],
'weavers' : [],
'runtimes' : [],
'beliefs' : []
]
{code}
with 'runtimes' : [],
Error when drl file is opened with in project with runtime classes
-------------------------------------------------------------------
Key: DROOLS-2122
URL:
https://issues.jboss.org/browse/DROOLS-2122
Project: Drools
Issue Type: Bug
Components: eclipse plugin
Affects Versions: 7.3.0.Final
Environment: DevstudioIS 11.1.0.Beta1
Brms 6.4.6.GA
Reporter: Tomas David
Assignee: Kris Verlaenen
Priority: Blocker
Fix For: 7.5.0.Final
Attachments: Screenshot from 2017-11-09 09-55-05.png, devstudiolog.log
If new drools project is created with build using Java and Drools classes, error is
displayed after drl file is opened.
This blocks also other functions like add a breakpoint or show content assist menu.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)