cancel
Showing results for 
Search instead for 
Did you mean: 

Change demo users

toorop
Champ in-the-making
Champ in-the-making
Hi all,

I am using the demo to setup a demo for my company. Using as it is now (with in memory H2 database) I would like to be able to configure what users will be in the demo persistently (I can delete/create with the explorer, but everytime I restart the server the configuration disappears). Any place where I can do this? In the activity-standalone-context.xml you can disable createDemoUsersAndGroups, but no hint about how can I actually change them…

Thanks,
2 REPLIES 2

trademak
Star Contributor
Star Contributor
The idea for the in memory DB is to make it really easy to start with Activiti. If you are preparing a demo I would advise using a H2 standalone database and generate the demo users and processes only once, then disable them. Every change you make will then be persisted.

Best regards,

toorop
Champ in-the-making
Champ in-the-making
Thank you very much for you kind reply. Since I was short of time, I wanted to know if there is kind a "hack".

In any case, modifying some of the examples automatically loaded by the Activity Explorer in Eclipse and reload them again I have been able to prepare a decent thing.

Thanks,