Bug 1036195

Summary: SwitchYard and BPMS EAP modules mismatch
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Julian Coleman <jcoleman>
Component: ConfigurationAssignee: Roger Martínez <romartin>
Status: MODIFIED --- QA Contact: Matej Melko <mmelko>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: atangrin, ganandan, rcernich, soa-p-jira
Target Milestone: DR3   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Julian Coleman 2013-11-29 16:44:44 UTC
EAP modules provided by SwitchYard and by BPMS/BRMS are not compatible.  The modules in question are:

  org/apache/commons/net/main
    dependencies only present in SwitchYard:
      javax.api

  org/apache/poi/main
    dependencies only present in BPMS/BRMS:
      org.kie.lib
      org.slf4j.jcl-over-slf4j
      org.apache.commons.codec
      org.apache.commons.logging
      org.apache.xmlbeans
      org.dom4j
      org.jaxen
      org.junit

Comment 2 Pedro Zapata 2014-02-05 12:25:49 UTC
Roger, please verify if that is still the case.

Comment 3 Roger Martínez 2014-02-12 16:11:33 UTC
Pedro, our current situation is:

- org/apache/commons/net/main

No dependency to any module.

- org/apache/poi/main

Dependency to:
    - org.apache.commons.codec
    - org.apache.xmlbeans
    - org.dom4j
    - javax.api

Comment 4 Rob Cernich 2014-10-14 17:12:01 UTC
Is this still an issue, now that SwitchYard is reusing the BPMS layer directly?

Comment 5 Roger Martínez 2014-10-14 19:28:13 UTC
Hi Rob,

I think this issue has been solved, but i'm not sure at all. I have moved to another team and i'm not aware of those issues.

I will add Jeremly Lindop and David Ward on the loop.

THanks

(In reply to Rob Cernich from comment #4)
> Is this still an issue, now that SwitchYard is reusing the BPMS layer
> directly?

Comment 6 Jeremy Lindop 2014-10-15 09:31:17 UTC
If SwitchYard is using the BPMS layer directly, this won't be an issue. For the record, the dependencies for these modules in the BPMS layer are currently:

  org/apache/commons/net/main
     javax.api

  org/apache/poi/main
     javax.api
     org.apache.commons.codec
     org.apache.xmlbeans
     org.dom4j