jboss-integration / fuse-bxms-integ

A code repository for the Fuse and BxMS integration components.
5 stars 21 forks source link

Minor fixes to README_FUSE_INTEGRATION.md #172

Closed AntStephenson closed 8 years ago

AntStephenson commented 8 years ago

Fixes to release/karaf/distro/README_FUSE_INTEGRATION.md

fusesource-ci commented 8 years ago

Can one of the admins verify this patch?

fusesource-ci commented 8 years ago

Can one of the admins verify this patch?

fusesource-ci commented 8 years ago

Can one of the admins verify this patch?

ryanzhang commented 8 years ago

Thanks Ant for this PR. This fix on README is request from QE. Quoto Jiri's comments on the intpack release: "3. Installation step 1: It might be useful to add the following line: “features:addurl mvn:org.jboss.integration.fuse/karaf-features/${FUSE_INTEGRATION_VERSION}/xml/features”. This line will add the list of int. pack features to Fuse. I know, that this file is imported by “mvn:org.jboss.integration.fuse.quickstarts/karaf-features/${FUSE_INTEGRATION_VERSION}/xml/features”. But I think customers may want to install integration pack on Fuse without adding features for quickstarts to their servers.

  1. Installation step 2.: In the list of features is item called “fuse-bxms-jbpm-workitems-camel”. This feature does not exist."

and also update drools_version to avoid hardcode version in README.

We hope this PR can catch the tag for next product release on fuse-bxms-integration.

ryanzhang commented 8 years ago

@psiroky Ant have update the version to 6.3.x which should cover the versions on 6.3 product lines and also community release. Could you merge this for we would like to have it before the int-pack is create for next release.

dvirgiln commented 8 years ago

I ve done a commit that filters the version of drools. You can check this PR:

https://github.com/jboss-integration/fuse-bxms-integ/pull/178

ryanzhang commented 8 years ago

Great! Thanks David for fixing it!