Bug 1036195 - SwitchYard and BPMS EAP modules mismatch
Summary: SwitchYard and BPMS EAP modules mismatch
Keywords:
Status: MODIFIED
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Configuration
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR3
: 6.1.0
Assignee: Roger Martínez
QA Contact: Matej Melko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-29 16:44 UTC by Julian Coleman
Modified: 2021-10-15 11:51 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.