Integration Pack (e.g. 1.4.0.redhat-621041) witk Kie 6.4.0 introduced a different groupId for BPM and Rules components
<dependency>
|
<groupId>org.jboss.integration.fuse</groupId>
|
<artifactId>switchyard-component-bpm</artifactId>
|
</dependency>
|
Notice that thr groupdId was changed from org.switchyard.components to org.jboss.integration.fuse.
The following problems occur with current SwitchYard tooling
-
the BPM and Rules are added with wrong groupId (must be fixed manually)
-
the above problem occurs every time we do a BPM/Rules change in Project Capabilities
-
in Problems view there is an error "Required Capability Missing" (after fixing the groupId)
|