Hide Forgot
Description of problem: Form Fields and all the data stored on FormRenderContext must be serializable to avoid errors on session replication on EAP. Additional info: Related to: https://bugzilla.redhat.com/show_bug.cgi?id=988817
Made Serializable the classes that are used in FormRenderContext Changed the way DataModelDataHolder obtains the ContentMarshallerContext, getting it from the deployment id instead of have the ContentMarshallerContext stored inside the FormRendercontext Commits: https://github.com/droolsjbpm/jbpm-form-modeler/commit/ab04cbb39dd082fbf6b65eaced1e88f0542310c9 https://github.com/droolsjbpm/jbpm/commit/3f45c7a5e992d7a4dbe23040fbbc0e40af1614f9
Refactored to avoid dependency problems between projects. Commits: https://github.com/droolsjbpm/jbpm-form-modeler/commit/f92178ff2e2dd196117f320e3af5eff58b54107e https://github.com/droolsjbpm/jbpm/commit/c11e85d8ce7e8f2f742bd24cde08510cdf3d67cd
Ok, verified with BPMS 6.0.1 ER1