Hide Forgot
Created attachment 796968 [details] subFRM before stopping server Description of problem: When defining a data model with a sub data model, creating forms and logging out and stopping the JBoss server - the relation of forms to the data model gets lost when accessing again. This can be solved by a simple logout and login. Version-Release number of selected component (if applicable): kie-wb-6.0.0-SNAPSHOT-eap_1_6.war deployed to EAP 6.1 How reproducible: Steps to Reproduce: 1. Create project, two data models (one should be the son of the other), create forms and sub-forms 2. When everything is defined save the changes, so all forms are saved 3. Log out from kie-wb and stop the JBoss 4. Start the JBoss server and access kie-wb 5. Look now at the forms, they are messed 6. Log out and LogIn again 7. Everything should look normal now Actual results: The forms are messed after stopping the server
Created attachment 796969 [details] subFRM after server stop and login
There was a concurrency problem when the many forms were showed in a previous session. Now the servlet controls that only one form is processed in loading operation. Commits: Master https://github.com/droolsjbpm/jbpm-form-modeler/commit/40a0ec8a6789529dbf47cadb740b12fef81d01bd 6.0.x https://github.com/droolsjbpm/jbpm-form-modeler/commit/282433755874196d9a5340124175ed23a144878a
Ok, verified with BPMS 6.0.0 ER4 deployed on EAP 6.1