Skip to content

Latest commit

 

History

History
 
 

schema-isolation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Multi-Tenancy with Tenant Isolation via Database Schemas

This is supplementary code to the tutorial on how to setup multi-tenancy by using one process engine and one database schema per tenant. Find the documentation on docs.camunda.org.

Testing

The test class ProcessIntegrationTest uses Arquillian to verify the behavior.

Follow the steps to run the test:

  • download the Camunda BPM JBoss distribution
  • replace the camunda-bpm-jboss-{version}/server/jboss-as-{version}/standalone/configuration/standalone.xml with
  • start the server using the script camunda-bpm-jboss-{version}/start-camunda.bat
  • go to project directory and run the test with the Maven command mvn test