Some one already using standalone can help me...I struck with this one more than 2 weeks...I just followd the procedure in the forum list....
My experiment with brms-5.3 as follows...
1 - I created two DataSource for procees and task persistence (I am using MySql-5.1 database).
Process datasource - jbpmDS
Process database – jbpm5
task datasource - taskDS
task database – task
2 - I copied the mssql-ds.xml from \brms-standalone-5.3.0\jboss-as\docs\examples\jca into \brms-standalone-5.3.0\jboss-as\server\default\deploy and updated for process and task datasource information (file attached)
3 - I copied the mssql-persistence-service.xml from brms-standalone-5.3.0\jboss-as\docs\examples\jms into \brms-standalone-5.3.0\jboss-as\server\default\deploy and updated for process and task datasource information (file attached)
4 - In \brms-standalone-5.3.0\jboss-as\server\default\deploy folder I copy the mysql-ds.xml and mssql-persistence-service.xml files.
5 - In \brms-standalone-5.3.0\jboss-as\server\default\deploy\jbpm-human-task.war\WEB-INF\classes\META-INF folder I modified the persistence.xml for mysql details (file attached)
6 – In D:\redhat\brms-standalone-5.3.0\jboss-as\server\default\deploy\business-central-server.war\WEB-INF\classes\META-INF folder folder I modified the persistence.xml for mysql details (file attached).
7 - In D:\redhat\brms-standalone-5.3.0\jboss-as\server\default\deploy\business-central-server.war\WEB-INF\classes folder I copied the user, roles properties files.
8 - Copied the mysql server driver into jboss server lib folder.
9 - start the standalone server, server started ..seems no issue...attached log.
10 - BRMS started …no issue…
11 - In eclipse import the evaluation sample and connect and export to guvnor repository in the default package.
12 - build the package in guvnor and build sucssesfully.
13 - In jbpm-console log in as krisv/krisv and first I dont see the evaluation process in console process list after refresh...it through some error but display the evaluation process in the process list, I start the process by click the start button..but processinstance information is not displayed
14 - I check the db nothing saved in processinfo table, workiteminfo and sessioninfo...all the tables are emplty...(log file attached)