Back to bug 1293965

Who When What Removed Added
Alessandro Lazarotti 2015-12-23 18:26:50 UTC Status NEW ASSIGNED
Target Release --- One-off release
Assignee etirelli mfusco
Matthew Robson 2015-12-30 14:13:31 UTC CC mfusco
Flags needinfo?(mfusco)
Mario Fusco 2015-12-31 09:32:55 UTC Flags needinfo?(mfusco)
Edson Tirelli 2016-01-04 13:50:53 UTC Priority unspecified high
Mario Fusco 2016-01-04 14:48:55 UTC Flags needinfo?(alazarot)
Alessandro Lazarotti 2016-01-04 17:54:31 UTC Flags needinfo?(alazarot)
Mario Fusco 2016-01-04 18:02:27 UTC Status ASSIGNED MODIFIED
Alessandro Lazarotti 2016-01-07 19:49:30 UTC Doc Text PATCH NAME:
BZ-1293965
PRODUCT NAME:
Red Hat JBoss BRMS
Red Hat JBoss BPM Suite
VERSION:
6.1 Update 4
SHORT DESCRIPTION:
kie-ci-osgi Activator doesn't register the ClassLoaderResolver on the ServiceRegistry
LONG DESCRIPTION:
The issue is that when the kjar is first loaded or reloaded from a scan, it does not get correctly built because the compiler has no viability to the model objects which reside in a different bundle. This is true even though the correct OSGI level imports and exports are defined.

INSTALL REQUIREMENT:
Red Hat JBoss BRMS 6.1 Update 4 or Red Hat JBoss BPM Suite 6.1 Update 4 is required

INSTALL INSTRUCTIONS:

Unzip jboss-brms-6.1.4-BZ-1293965.zip and merge the content from BZ-1293965/maven-repo/ in your own maven repository.
Optionally the commands below can be used:

cd BZ-1293965/

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-13-BZ1293965.features.xml -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=xml -Dclassifier=features

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=drools-compiler-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.kie -DartifactId=kie-ci-osgi -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

-----------------
After installed the maven artefacts:

1) Open Fuse console

2) Unistall old features/apps that used the previous features file.
E.g.:
features:uninstall fuse-bxms-switchyard-quickstart-rules-interview
features:uninstall fuse-bxms-switchyard-rules
features:uninstall fuse-bxms-switchyard-common-knowledge

2) Search for references of bundles using drools/kie/jbpm and remove them:
list -t 0 -s | grep drools
list -t 0 -s | grep kie
list -t 0 -s | grep jbpm
For all the Bundles:
osgi:uninstall <BUNDLE_ID>

3) Remove the any old drools-karaf-features url, e.g.:
features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final/xml/features

4) Restart Fuse

5) Add the new features file:
features:addurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-13-BZ1293965/xml/features

6) Install the features:
features:install ...
-----------------


CREATOR:
Alessandro Lazarotti
DATE:
07-Jan-2016
Alessandro Lazarotti 2016-01-07 19:59:45 UTC Status MODIFIED ON_QA
Type Bug Support Patch
Lukáš Petrovický 2016-01-11 07:29:50 UTC QA Contact lpetrovi jpetrlik
Jiri Petrlik 2016-01-15 10:42:23 UTC Status ON_QA ASSIGNED
Alessandro Lazarotti 2016-01-15 12:28:34 UTC Doc Text PATCH NAME:
BZ-1293965
PRODUCT NAME:
Red Hat JBoss BRMS
Red Hat JBoss BPM Suite
VERSION:
6.1 Update 4
SHORT DESCRIPTION:
kie-ci-osgi Activator doesn't register the ClassLoaderResolver on the ServiceRegistry
LONG DESCRIPTION:
The issue is that when the kjar is first loaded or reloaded from a scan, it does not get correctly built because the compiler has no viability to the model objects which reside in a different bundle. This is true even though the correct OSGI level imports and exports are defined.

INSTALL REQUIREMENT:
Red Hat JBoss BRMS 6.1 Update 4 or Red Hat JBoss BPM Suite 6.1 Update 4 is required

INSTALL INSTRUCTIONS:

Unzip jboss-brms-6.1.4-BZ-1293965.zip and merge the content from BZ-1293965/maven-repo/ in your own maven repository.
Optionally the commands below can be used:

cd BZ-1293965/

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-13-BZ1293965.features.xml -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=xml -Dclassifier=features

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=drools-compiler-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.kie -DartifactId=kie-ci-osgi -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

-----------------
After installed the maven artefacts:

1) Open Fuse console

2) Unistall old features/apps that used the previous features file.
E.g.:
features:uninstall fuse-bxms-switchyard-quickstart-rules-interview
features:uninstall fuse-bxms-switchyard-rules
features:uninstall fuse-bxms-switchyard-common-knowledge

2) Search for references of bundles using drools/kie/jbpm and remove them:
list -t 0 -s | grep drools
list -t 0 -s | grep kie
list -t 0 -s | grep jbpm
For all the Bundles:
osgi:uninstall <BUNDLE_ID>

3) Remove the any old drools-karaf-features url, e.g.:
features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final/xml/features

4) Restart Fuse

5) Add the new features file:
features:addurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-13-BZ1293965/xml/features

6) Install the features:
features:install ...
-----------------


CREATOR:
Alessandro Lazarotti
DATE:
07-Jan-2016
PATCH NAME:
BZ-1293965
PRODUCT NAME:
Red Hat JBoss BRMS
Red Hat JBoss BPM Suite
VERSION:
6.1 Update 4
SHORT DESCRIPTION:
kie-ci-osgi Activator doesn't register the ClassLoaderResolver on the ServiceRegistry
LONG DESCRIPTION:
The issue is that when the kjar is first loaded or reloaded from a scan, it does not get correctly built because the compiler has no viability to the model objects which reside in a different bundle. This is true even though the correct OSGI level imports and exports are defined.

INSTALL REQUIREMENT:
Red Hat JBoss BRMS 6.1 Update 4 or Red Hat JBoss BPM Suite 6.1 Update 4 is required

INSTALL INSTRUCTIONS:

Unzip jboss-brms-6.1.4-BZ-1293965.zip and merge the content from BZ-1293965/maven-repo/ in your own maven repository.
Optionally the commands below can be used:

cd BZ-1293965/

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-6-BZ1293965.jar -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-13-BZ1293965-features.xml -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=xml -DpomFile=drools-karaf-features-6.2.0.Final-13-BZ1293965.pom -Dclassifier=features

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=drools-compiler-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.kie -DartifactId=kie-ci-osgi -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

-----------------
After installed the maven artefacts:

1) Open Fuse console

2) Unistall old features/apps that used the previous features file.
E.g.:
features:uninstall fuse-bxms-switchyard-quickstart-rules-interview
features:uninstall fuse-bxms-switchyard-rules
features:uninstall fuse-bxms-switchyard-common-knowledge

2) Search for references of bundles using drools/kie/jbpm and remove them:
list -t 0 -s | grep drools
list -t 0 -s | grep kie
list -t 0 -s | grep jbpm
For all the Bundles:
osgi:uninstall <BUNDLE_ID>

3) Remove the any old drools-karaf-features url, e.g.:
features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final-<version>/xml/features

4) Restart Fuse

5) Add the new features file:
features:addurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-13-BZ1293965/xml/features

6) Install the features:
features:install ...
-----------------


CREATOR:
Alessandro Lazarotti
DATE:
15-Jan-2016
Alessandro Lazarotti 2016-01-15 12:30:28 UTC Doc Text PATCH NAME:
BZ-1293965
PRODUCT NAME:
Red Hat JBoss BRMS
Red Hat JBoss BPM Suite
VERSION:
6.1 Update 4
SHORT DESCRIPTION:
kie-ci-osgi Activator doesn't register the ClassLoaderResolver on the ServiceRegistry
LONG DESCRIPTION:
The issue is that when the kjar is first loaded or reloaded from a scan, it does not get correctly built because the compiler has no viability to the model objects which reside in a different bundle. This is true even though the correct OSGI level imports and exports are defined.

INSTALL REQUIREMENT:
Red Hat JBoss BRMS 6.1 Update 4 or Red Hat JBoss BPM Suite 6.1 Update 4 is required

INSTALL INSTRUCTIONS:

Unzip jboss-brms-6.1.4-BZ-1293965.zip and merge the content from BZ-1293965/maven-repo/ in your own maven repository.
Optionally the commands below can be used:

cd BZ-1293965/

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-6-BZ1293965.jar -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-13-BZ1293965-features.xml -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=xml -DpomFile=drools-karaf-features-6.2.0.Final-13-BZ1293965.pom -Dclassifier=features

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=drools-compiler-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.kie -DartifactId=kie-ci-osgi -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

-----------------
After installed the maven artefacts:

1) Open Fuse console

2) Unistall old features/apps that used the previous features file.
E.g.:
features:uninstall fuse-bxms-switchyard-quickstart-rules-interview
features:uninstall fuse-bxms-switchyard-rules
features:uninstall fuse-bxms-switchyard-common-knowledge

2) Search for references of bundles using drools/kie/jbpm and remove them:
list -t 0 -s | grep drools
list -t 0 -s | grep kie
list -t 0 -s | grep jbpm
For all the Bundles:
osgi:uninstall <BUNDLE_ID>

3) Remove the any old drools-karaf-features url, e.g.:
features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final-<version>/xml/features

4) Restart Fuse

5) Add the new features file:
features:addurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-13-BZ1293965/xml/features

6) Install the features:
features:install ...
-----------------


CREATOR:
Alessandro Lazarotti
DATE:
15-Jan-2016
PATCH NAME:
BZ-1293965
PRODUCT NAME:
Red Hat JBoss BRMS
Red Hat JBoss BPM Suite
VERSION:
6.1 Update 4
SHORT DESCRIPTION:
kie-ci-osgi Activator doesn't register the ClassLoaderResolver on the ServiceRegistry
LONG DESCRIPTION:
The issue is that when the kjar is first loaded or reloaded from a scan, it does not get correctly built because the compiler has no viability to the model objects which reside in a different bundle. This is true even though the correct OSGI level imports and exports are defined.

INSTALL REQUIREMENT:
Red Hat JBoss BRMS 6.1 Update 4 or Red Hat JBoss BPM Suite 6.1 Update 4 is required

INSTALL INSTRUCTIONS:

Unzip jboss-brms-6.1.4-BZ-1293965.zip and merge the content from BZ-1293965/maven-repo/ in your own maven repository.
Optionally the commands below can be used:

cd BZ-1293965/

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-13-BZ1293965-features.xml -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=xml -DpomFile=drools-karaf-features-6.2.0.Final-13-BZ1293965.pom -Dclassifier=features

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=drools-compiler-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.kie -DartifactId=kie-ci-osgi -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

-----------------
After installed the maven artefacts:

1) Open Fuse console

2) Unistall old features/apps that used the previous features file.
E.g.:
features:uninstall fuse-bxms-switchyard-quickstart-rules-interview
features:uninstall fuse-bxms-switchyard-rules
features:uninstall fuse-bxms-switchyard-common-knowledge

2) Search for references of bundles using drools/kie/jbpm and remove them:
list -t 0 -s | grep drools
list -t 0 -s | grep kie
list -t 0 -s | grep jbpm
For all the Bundles:
osgi:uninstall <BUNDLE_ID>

3) Remove the any old drools-karaf-features url, e.g.:
features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final-<version>/xml/features

4) Restart Fuse

5) Add the new features file:
features:addurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-13-BZ1293965/xml/features

6) Install the features:
features:install ...
-----------------


CREATOR:
Alessandro Lazarotti
DATE:
15-Jan-2016
Alessandro Lazarotti 2016-01-15 12:36:22 UTC Attachment #1112607 Attachment is obsolete 0 1
Alessandro Lazarotti 2016-01-15 13:01:16 UTC Attachment #1115134 Attachment is obsolete 0 1
Alessandro Lazarotti 2016-01-15 13:03:39 UTC Status ASSIGNED ON_QA
Doc Text PATCH NAME:
BZ-1293965
PRODUCT NAME:
Red Hat JBoss BRMS
Red Hat JBoss BPM Suite
VERSION:
6.1 Update 4
SHORT DESCRIPTION:
kie-ci-osgi Activator doesn't register the ClassLoaderResolver on the ServiceRegistry
LONG DESCRIPTION:
The issue is that when the kjar is first loaded or reloaded from a scan, it does not get correctly built because the compiler has no viability to the model objects which reside in a different bundle. This is true even though the correct OSGI level imports and exports are defined.

INSTALL REQUIREMENT:
Red Hat JBoss BRMS 6.1 Update 4 or Red Hat JBoss BPM Suite 6.1 Update 4 is required

INSTALL INSTRUCTIONS:

Unzip jboss-brms-6.1.4-BZ-1293965.zip and merge the content from BZ-1293965/maven-repo/ in your own maven repository.
Optionally the commands below can be used:

cd BZ-1293965/

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-13-BZ1293965-features.xml -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=xml -DpomFile=drools-karaf-features-6.2.0.Final-13-BZ1293965.pom -Dclassifier=features

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=drools-compiler-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.kie -DartifactId=kie-ci-osgi -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

-----------------
After installed the maven artefacts:

1) Open Fuse console

2) Unistall old features/apps that used the previous features file.
E.g.:
features:uninstall fuse-bxms-switchyard-quickstart-rules-interview
features:uninstall fuse-bxms-switchyard-rules
features:uninstall fuse-bxms-switchyard-common-knowledge

2) Search for references of bundles using drools/kie/jbpm and remove them:
list -t 0 -s | grep drools
list -t 0 -s | grep kie
list -t 0 -s | grep jbpm
For all the Bundles:
osgi:uninstall <BUNDLE_ID>

3) Remove the any old drools-karaf-features url, e.g.:
features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final-<version>/xml/features

4) Restart Fuse

5) Add the new features file:
features:addurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-13-BZ1293965/xml/features

6) Install the features:
features:install ...
-----------------


CREATOR:
Alessandro Lazarotti
DATE:
15-Jan-2016
PATCH NAME:
BZ-1293965
PRODUCT NAME:
Red Hat JBoss BRMS
Red Hat JBoss BPM Suite
VERSION:
6.1 Update 4
SHORT DESCRIPTION:
kie-ci-osgi Activator doesn't register the ClassLoaderResolver on the ServiceRegistry
LONG DESCRIPTION:
The issue is that when the kjar is first loaded or reloaded from a scan, it does not get correctly built because the compiler has no viability to the model objects which reside in a different bundle. This is true even though the correct OSGI level imports and exports are defined.

INSTALL REQUIREMENT:
Red Hat JBoss BRMS 6.1 Update 4 or Red Hat JBoss BPM Suite 6.1 Update 4 is required

INSTALL INSTRUCTIONS:

Unzip jboss-brms-6.1.4-BZ-1293965.zip and merge the content from BZ-1293965/maven-repo/ in your own maven repository.
Optionally the commands below can be used:

cd BZ-1293965/

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-karaf-features-6.2.0.Final-redhat-13-BZ1293965-features.xml -DgroupId=org.drools -DartifactId=drools-karaf-features -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=xml -DpomFile=drools-karaf-features-6.2.0.Final-redhat-13-BZ1293965.pom -Dclassifier=features

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=drools-compiler-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=drools-compiler-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.jar -Dsources=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965-sources.jar -DpomFile=kie-ci-osgi-6.2.0.Final-redhat-13-BZ1293965.pom -DgroupId=org.kie -DartifactId=kie-ci-osgi -Dversion=6.2.0.Final-redhat-13-BZ1293965 -Dpackaging=jar

-----------------
After installed the maven artefacts:

1) Open Fuse console

2) Unistall old features/apps that used the previous features file.
E.g.:
features:uninstall fuse-bxms-switchyard-quickstart-rules-interview
features:uninstall fuse-bxms-switchyard-rules
features:uninstall fuse-bxms-switchyard-common-knowledge

2) Search for references of bundles using drools/kie/jbpm and remove them:
list -t 0 -s | grep drools
list -t 0 -s | grep kie
list -t 0 -s | grep jbpm
For all the Bundles:
osgi:uninstall <BUNDLE_ID>

3) Remove the any old drools-karaf-features url, e.g.:
features:removeurl mvn:org.drools/drools-karaf-features/6.2.0.Final-<version>/xml/features

4) Restart Fuse

5) Add the new features file:
features:addurl mvn:org.drools/drools-karaf-features/6.2.0.Final-redhat-13-BZ1293965/xml/features

6) Install the features:
features:install ...
-----------------


CREATOR:
Alessandro Lazarotti
DATE:
15-Jan-2016
Jiri Petrlik 2016-01-18 08:53:07 UTC Status ON_QA VERIFIED
Jiri Petrlik 2016-01-18 09:03:16 UTC Status VERIFIED RELEASE_PENDING
Alessandro Lazarotti 2016-02-22 22:06:02 UTC Status RELEASE_PENDING CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2016-02-22 17:06:02 UTC

Back to bug 1293965