Bug 991777 - drools-persistence-jpa depends on BTM snapshot
Summary: drools-persistence-jpa depends on BTM snapshot
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Build and Assembly
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER4
: 6.0.0
Assignee: Marco Rietveld
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks: 989519
TreeView+ depends on / blocked
 
Reported: 2013-08-04 10:30 UTC by Lukáš Petrovický
Modified: 2016-09-20 05:04 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:20:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lukáš Petrovický 2013-08-04 10:30:42 UTC
https://raw.github.com/droolsjbpm/droolsjbpm-build-bootstrap/master/kie-parent-with-dependencies/pom.xml

Says:

      <dependency>
        <groupId>org.codehaus.btm</groupId>
        <artifactId>btm</artifactId>
        <version>3.0.0-20130426.133011-3</version>
      </dependency>

I am unable to build the project because of that.

Comment 1 Ryan Zhang 2013-08-28 05:57:59 UTC
Assign to Geoffrey since this is a issue needs to fix in upstream.

Comment 3 Geoffrey De Smet 2013-09-11 08:47:41 UTC
btm is used by these modules:
    drools-persistence-jpa
    droolsjbpm-bpms-distribution
    jbpm-audit
    jbpm-bpmn2
    jbpm-console-ng-human-tasks-backend
    jbpm-console-ng-showcase
    jbpm-distribution
    jbpm-executor
    jbpm-form-modeler
    jbpm-human-task
    jbpm-human-task-core
    jbpm-human-task-workitems
    jbpm-kie-services
    jbpm-persistence-jpa
    jbpm-runtime-manager
    jbpm-shared-services
    jbpm-simulation
    jbpm-test
    kie-wb-webapp (ignorable: doesn't use it really, just to workaround an issue)

Looks like most of those are just depending on it to "get stuff to work",
to workaround the problem that drools-persistence-jpa and jbpm-persistence-jpa made it a scope=test dependency, instead of a scope=runtime dependency (which it might need to be).

Comment 4 Geoffrey De Smet 2013-09-11 08:52:38 UTC
Latest version of btm available on nexus is 2.1.2, possible of date "Sun Oct 30 2011".
https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.codehaus.btm~btm~~~~kw,versionexpand

No btm 3.0.0 has been released yet.

Comment 6 Marco Rietveld 2013-09-12 18:50:27 UTC
Fixed with this commit: 

https://github.com/jboss-integration/jboss-integration-platform-bom/commit/9c734550c8708e188686062a2f831f22b833621a

I've released/deployed the artifacts that we'll use here: 
https://repository.jboss.org/nexus/content/groups/public/org/codehaus/btm/btm/3.0.0.Alpha1-jbossorg-1/

The 3.0.0.Alpha1-jbossorg-1 artifacts are based on the btm 3.0.0-SNAPSHOT. The repository (along with the tag) used to create the artifacts can be found here: 
https://github.com/mrietveld/btm/

(Not sure that ER3 is the right milestone? Setting to MODIFIED).

Comment 10 Lukáš Petrovický 2013-10-17 06:33:33 UTC
ER4 no longer depends on BTM snapshot now it's 3.0.0.Alpha1-jbossorg-1. VERIFIED.


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