users in in-memory h2 database
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2016 03:20 PM
I edited the email of the kermit user using the activiti explorer but this update is not reflected from the activiti-rest.war although they are pointing to the same database
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2016 04:03 AM
I think the activiti-explorer and activiti-rest have an instance each of h2 db. But when you set your own db(postgres/oracle) properties, you will not be getting into this as they both point to a single db.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2016 09:18 AM
Yes that's correct. They both run in their own JVM instance and there will be two separate H2 instances.