Hide Forgot
Description of problem: As an alternative setup to the playground repositories that are loaded on startup allow to create an example configuration that provides quick and easy start to work on new projects. An example configuration consists of: 1. "example" organizational unit (group) 2. "example-repository" that belongs to "example" ou 3. empty "example-project" that belongs to "example-repository" Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
new configuration option has been introduced that allows to start business central with example configuration. To enable it following system property needs to be set: -Dorg.kie.example=true please note that this property and org.kie.demo are exclusive meaning only on of them can be set to true, so to have example setup active demo needs to be switched off: -Dorg.kie.demo=false -Dorg.kie.example=true Commits in jbpm-console master https://github.com/droolsjbpm/jbpm-console-ng/commit/c414f22923e9e7e734ab8acf800a58373bace0b0 6.0.x https://github.com/droolsjbpm/jbpm-console-ng/commit/69046c488c6bbd14d0324a4fa03732182ceb210a Commits in kie-wb master https://github.com/droolsjbpm/kie-wb-distributions/commit/f112e4a4468f79c02102245c0105f4204d52a5ae 6.0.x https://github.com/droolsjbpm/kie-wb-distributions/commit/e6b2a81ab7c61a9cd01b22b5838ba17739149f78
Ryan, could you please enable it for the product as it was requested?
Thanks, Maciej. Done.
Hi, the idea of a built-in sample project sounds good, and we have recommendations for the names used in the project: Instead of: example example_repository example_project Use: example repository1 project1
taking it back to apply new names for repository and project
renamed to suggested names jbpm-console-ng master https://github.com/droolsjbpm/jbpm-console-ng/commit/8de94ea0bdae3f132f8b6a4c376452e309e934ab 6.0.x https://github.com/droolsjbpm/jbpm-console-ng/commit/347ecbead95583a7e1379b79ba96699fbc16cac2 kie-wb-distributions master https://github.com/droolsjbpm/kie-wb-distributions/commit/ebbdc883cb4097d5ba64f7bd21b755efd138ec53 6.0.x https://github.com/droolsjbpm/kie-wb-distributions/commit/8a08c6e4712d9b89cd9ffebd3a0b609bb8b43bf6
Maciej, in your comments above you have mentioned that org.kie.example property needs to be set true to create an example configuration. But this property is enabled by default in the standalone.xml. Is it an intended behaviour? Would not it be better if there were no repositories by default?
Tomas, I believe this is the way product team decided to configure it by default - to enable example repository for product while disabling those coming from github. Ryan, might be set person to confirm that.
Ryan, could you confirm that?
Verified on BPMS 6.0.0.ER5