[jboss-jira] [JBoss JIRA] (JBRULES-3575) Missing dependency from org.drools.api OSGi bundle to org.drools.core
Tillmann Seidel (JIRA)
jira-events at lists.jboss.org
Tue Jul 10 11:26:12 EDT 2012
Tillmann Seidel created JBRULES-3575:
----------------------------------------
Summary: Missing dependency from org.drools.api OSGi bundle to org.drools.core
Key: JBRULES-3575
URL: https://issues.jboss.org/browse/JBRULES-3575
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-api, drools-core
Affects Versions: 5.4.0.Final
Reporter: Tillmann Seidel
Assignee: Mark Proctor
Class {{org.drools.util.ServiceRegistryImpl}} in bundle {{org.drools.api}} tries to instantiate an instance of class {{org.drools.builder.impl.KnowledgeBuilderFactoryServiceImpl}} (in bundle {{org.drools.core}}).
In an OSGi environment, the classloading fails since the {{org.drools.api}} bundle does not have a dependency to {{org.drools.core}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list