Hide Forgot
Description of problem: jBPM Console (the server part, gwt-console-server.war) reads jbpm.console.task.service.host and jbpm.console.task.service.port to configure a WorkItemHandler for human tasks. However, Human Task Service host and port cannot be changed, the default values 127.0.0.1 and 9123 are used. Version-Release number of selected component (if applicable): BRMS 5.3.0 ER4 Actual results: No way to change host and port of the deployed Human Task Service (jbpm-human-task.war) Expected results: HT-Service host and port should be configurable Additional info:
Pull request for this is already available at https://github.com/droolsjbpm/jbpm/pull/57. It provides a bit more than just configuration of host and port. It allows to configure various transports (hornetQ, mina, jms) where hornetq is the default one. In addition to that some components of the task service can be configured as well: - persistence unit name - user group callback implementation - escalated deadline handler implementation - user info implementation All of the configuration is done via init parameters of the servet in web.xml. web.xml consists of all init parameters (without values so defaults will apply) to provide full list of available options.
Please verify this issue on ER5. Thanks!