Bug 991777
Summary: | drools-persistence-jpa depends on BTM snapshot | ||
---|---|---|---|
Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Lukáš Petrovický <lpetrovi> |
Component: | Build and Assembly | Assignee: | Marco Rietveld <mrietvel> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukáš Petrovický <lpetrovi> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.0 | CC: | mrietvel, rzhang, smcgowan |
Target Milestone: | ER4 | Keywords: | TestBlocker |
Target Release: | 6.0.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-06 20:20:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 989519 |
Description
Lukáš Petrovický
2013-08-04 10:30:42 UTC
Assign to Geoffrey since this is a issue needs to fix in upstream. 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). 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. 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). ER4 no longer depends on BTM snapshot now it's 3.0.0.Alpha1-jbossorg-1. VERIFIED. |