Document URL: https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_BRMS_Platform/5/html-single/BRMS_Getting_Started_Guide/index.html#Installing_on_JBoss_Enterprise_Application_Platform_61 Section Number and Name: 2.4. Installing on JBoss Enterprise Application Platform 6 Describe the issues: There are several major errors in the description: (1) You need to create two property files in JBOSS_HOME/standalone/configuration brms-users.properties admin=admin brms-roles.properties admin=admin, user, manager, administrator (2) The mentioned jboss-brms.war actually is in jboss-brms-manager-ee6.zip (and not in jboss-brms-manager.zip) See ... "Extract jboss-brms.war from the jboss-brms-manager.zip archive" (3) "designer.war.dodeploy" instead of "desginer.war.dodeploy" (4) Here is probably a correct datasource: <subsystem xmlns="urn:jboss:domain:datasources:1.1"> <datasources> <datasource jndi-name="java:jboss/datasources/jbpmDS" pool-name="jbpmDS" enabled="true" use-java-context="true"> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> <driver>h2</driver> <security> <user-name>sa</user-name> <password>sa</password> </security> </datasource> <drivers> <driver name="h2" module="com.h2database.h2"> <xa-datasource-class> org.h2.jdbcx.JdbcDataSource </xa-datasource-class> </driver> </drivers> </datasources> </subsystem> Suggestions for improvement: At the end of the installation, the BRMS platform does not even run. The installation instructions have to be checked again. Additional information: -
Hi Marc, I'm marking this as a duplicate of bug923171. I'll push that updated document today. Refer to the adding users section for the info in point 1. *** This bug has been marked as a duplicate of bug 923171 ***