Problems with file properties in a migration database.

1
0
-1

Hi,

We have installed Bonita 5.8 CE. For new requeriments we have to migrate our database into a new version. Then, all the configuration (schema, user,..) is changed.

Our processes read a properties file once you enter in the pool process:

Properties properties = new Properties();

properties.load(new FileInputStream("path/file.properties"));

properties

In this "file.properties" file there are the configuration of the database. All the steps have this configuration in the "properties" variable. Our processes have a long live. Our problem is how can we change the variable of properties in all the opened processes when we do the migration? Is it possible to do? We don't find any way to do this.

- Regards -

- Xavier -

No answers yet.
Notifications