Greetings,
How do you change the jBPM data source connection from the BPMS schema owner to a user with only the minimal privileges necessary to perform CRUD (DML) database operations? Seems like if I create the database BPMS schema using DDL scripts and then a database proxy user I would then just need to configure the data source to connect as this proxy user? Is this correct or are there other steps that are necessary such as configuring hibernate mapping, etc.? Thanks!
Al