[jboss-jira] [JBoss JIRA] (DROOLS-456) ResourceConfigurationImpl class not found when using drools-karaf-feature

Gary Brown (JIRA) issues at jboss.org
Fri Mar 14 07:36:11 EDT 2014


Gary Brown created DROOLS-456:
---------------------------------

             Summary: ResourceConfigurationImpl class not found when using drools-karaf-feature
                 Key: DROOLS-456
                 URL: https://issues.jboss.org/browse/DROOLS-456
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 6.1.0.Beta1
            Reporter: Gary Brown
            Assignee: Mark Proctor


While porting RTGov to Karaf, I have been using Drools 2.0.0.CR5 successfully.

However when I updated the version to 2.0.1.Final, and subsequently to 2.1.0.Beta1, I now get a class not found issue:

{noformat}
11:26:49,440 | ERROR | l Console Thread | ResourceTypeImpl                 | 290 - org.kie.internalapi - 6.1.0.20140307-1723 | Error loading resource configuration from properties
java.lang.ClassNotFoundException: org.drools.core.builder.conf.impl.ResourceConfigurationImpl not found by org.kie.internalapi [290]
	at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1532)[org.apache.felix.framework-4.0.3.redhat-610355.jar:]
	at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75)[org.apache.felix.framework-4.0.3.redhat-610355.jar:]
	at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1955)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)[:1.7.0_07]
	at java.lang.Class.forName0(Native Method)[:1.7.0_07]
	at java.lang.Class.forName(Class.java:186)[:1.7.0_07]
	at org.kie.internal.io.ResourceTypeImpl.fromProperties(ResourceTypeImpl.java:41)[290:org.kie.internalapi:6.1.0.20140307-1723]
{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list