Hi All, I am currently creating an editor to change the deployment descriptor's configuration of a process at run time, for the Business Process Server. The idea is, users should be able to view the process deployment information in the UI(related to https://wso2.org/jira/browse/CARBON-8650) and they should be able to change the configuration fields and run the process again with the modified configuration values(in-memory, cleanups, process events etc.).At the moment i'm now doing this by reading the deployment information (in 'deploy.xml' file of the BPEL package) through the ProcessConfigurationImpl class and when the user modifies the data at run time, i am writing the updated fields back to the ProcessConfigurationImpl at back end again.
At the next phase i hope to write the deployment data into the registry, to persist these changes. Please suggest me if there is any better approach in doing this or any additional features to be added. -- Regards, Isha
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
