hi,
by using spring configuration we have created the runtime Environment and runtime Manager factories. by using my application we can able to create the dynamic BPMN file stored into particular place. after that while processing the application i need to use this created BPMN file to start the process. but my runtime Manager does't contains the created process file.
please help me to update the runtime Manager by using latest Created BPMN file by dynamically with out stoped the server. if we stop and stared the server then the created BPMN file loaded well into runtime Manager.
Wouldn't it be possible to simply dispose the runtime manager and reinstantiate a new one? That seems a much easier approach.
If you would like to keep a kbase up-to-date, consider using the KieScanner to do so.