How to use changeset.xml in BRMS/BPMS 6 ?

Solution Unverified - Updated -

Environment

  • Red Hat JBoss BRMS/BPM Suit
    • 6.x

Issue

  • How to use changeset.xml in BRMS/BPMS 6 ?

Resolution

BRMS 6 uses uses git to store projects and internal maven repository to store .jar packages (kjars).So changeSet.xml is not required in BRMS/BPM 6 release.In jBPM 5(BRMS -5) changeSet.xml is used to specify guvnor details when we use KnowledgeAgent to execute process which is stored in Guvnor repository.In the BRMS/BPMS 6 we can use "KieScanner".It allows to continuously monitoring remote maven repository(http://localhost:8080/business-central/maven2/) to check if a new release of a Kie project has been installed(Build & Deploy in business-central). Go through KCS article for more details.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments