[jboss-jira] [JBoss JIRA] (DROOLS-568) Module dependencies missing from brms and bpms layers to support remote runtime engines

David Ward (JIRA) issues at jboss.org
Tue Jul 29 15:02:29 EDT 2014


David Ward created DROOLS-568:
---------------------------------

             Summary: Module dependencies missing from brms and bpms layers to support remote runtime engines
                 Key: DROOLS-568
                 URL: https://issues.jboss.org/browse/DROOLS-568
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
         Environment: JBoss EAP 6.3
            Reporter: David Ward
            Assignee: Mark Proctor


Regarding artifacts:
org.kie:kie-eap-distributions-brms-layer::6.1.0.CR2
org.kie:kie-eap-integration-brms:brms-layer:6.0.2-redhat-7
org.kie:kie-eap-distributions-bpms-layer::6.1.0.CR2
org.kie:kie-eap-integration-bpms:bpms-layer:6.0.2-redhat-7

And these modules:
modules/system/layers/brms/org/kie/main/module.xml
modules/system/layers/bpms/org/kie/main/module.xml

There are missing libraries needed to support the remote rest and jms runtime engine factories (and associated builders):
org.kie.services.client.api.RemoteJmsRuntimeEngineFactory/Builder
org.kie.services.client.api.RemoteRestRuntimeEngineFactory/Builder

Including at least these resource-roots:
org.kie.remote:kie-services-client
org.kie.remote:kie-services-jaxb
and this dependency module:
org.jboss.resteasy:resteasy-jackson-provider
(Although still validating other possible dependencies.)

Without having all the necessary libraries included and dependencies linked, using the RemoteRuntimeEngines via kie-services-client is not possible.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list