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:'[email protected] '[email protected]');
INSERT INTO JBPM4_ID_USER VALUES (2,0,'mike','password','Mike',NULL, 
mailto:'[email protected] '[email protected]');
INSERT INTO JBPM4_ID_USER VALUES (3,0,'peter','password','Peter',NULL, 
mailto:'[email protected] '[email protected]');
INSERT INTO JBPM4_ID_USER VALUES (4,0,'mary','password','Mary',NULL, 
mailto:'[email protected] '[email protected]');
INSERT INTO JBPM4_ID_USER VALUES 
(5,0,'dhivya','password','Dhivya',NULL,'[email protected] 
(mailto:'[email protected])');

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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to