Hide Forgot
Description of problem: The file separator is used in a regex and will cause the regex to fail when running on windows. This is because Java's regex engine (correctly) sees "\" as an escape slash, and not as a path separator. This bz is in order to be able to cherry-pick this commit into the product branch: https://github.com/droolsjbpm/jbpm/commit/7616b061f0f1933289f0c1d53b39cda51ae00d8a
master: http://github.com/droolsjbpm/jbpm/commit/fa7bde5ba 6.0.x: http://github.com/droolsjbpm/jbpm/commit/500f480e2
Also these: master: https://github.com/droolsjbpm/jbpm/commit/f052e69b 6.0.x : https://github.com/droolsjbpm/jbpm/commit/e5208e93
To be clear: The isssue that QA should test is that the accessing and using deployments (kjars) that contain *.ftl, *.form and/or *.class files works fine on windows in business central.
Verified on BPMS-6.0.0.ER7