[jboss-user] [jBPM] - JBPM4-Creating a user

Dhivya Swaminathan do-not-reply at jboss.com
Wed Mar 9 01:48:44 EST 2011


Dhivya Swaminathan [http://community.jboss.org/people/dhivyateg] created the discussion

"JBPM4-Creating a user"

To view the discussion, visit: http://community.jboss.org/message/592006#592006

--------------------------------------------------------------
Hi,

I am using jbpm4.And has added a single user in example.identities and executed the ant command a"ant load.example.identities.This blocks the access for the default users like mike,alex and peter.I have given the new user values as shown in the screenshots.*Also need help about how the task form values are retrieved in next nodes and need a good stepwise example to understand.*

Please help.The highlited queries are changed by me in example.identities.

INSERT INTO JBPM4_ID_GROUP VALUES (1,0,'manager','manager','security-role',NULL);
INSERT INTO JBPM4_ID_GROUP VALUES (2,0,'administrator','administrator','security-role',NULL);
INSERT INTO JBPM4_ID_GROUP VALUES (3,0,'user','user','security-role',NULL);
INSERT INTO JBPM4_ID_GROUP VALUES(4,0,'sales','sales',NULL,NULL);

INSERT INTO JBPM4_ID_USER VALUES (1,0,'alex','password','Alex',NULL, mailto:'alex at jbpm.org 'alex at jbpm.org');
INSERT INTO JBPM4_ID_USER VALUES (2,0,'mike','password','Mike',NULL, mailto:'mike at jbpm.org 'mike at jbpm.org');
INSERT INTO JBPM4_ID_USER VALUES (3,0,'peter','password','Peter',NULL, mailto:'peter at jbpm.org 'peter at jbpm.org');
INSERT INTO JBPM4_ID_USER VALUES (4,0,'mary','password','Mary',NULL, mailto:'mary at jbpm.org 'mary at jbpm.org');
INSERT INTO JBPM4_ID_USER VALUES (5,0,'dhivya','password','Dhivya',NULL,'dhivya at jbpm.org (mailto:'dhivya at jbpm.org)');

INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (1,0,1,2,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (2,0,2,1,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (3,0,3,3,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (4,0,3,4,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (5,0,4,3,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (6,0,4,4,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (7,0,5,3,NULL);
INSERT INTO JBPM4_ID_MEMBERSHIP VALUES (8,0,5,4,NULL);
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/592006#592006]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110309/1aecd358/attachment.html 


More information about the jboss-user mailing list