Bug 1039670 - Business Central running on windows will fail when trying to collect info about the deployment
Summary: Business Central running on windows will fail when trying to collect info abo...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: ER6
: 6.0.0
Assignee: Marco Rietveld
QA Contact: Radovan Synek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-09 18:12 UTC by Marco Rietveld
Modified: 2016-09-20 05:05 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:12:40 UTC
Type: Bug


Attachments (Terms of Use)

Description Marco Rietveld 2013-12-09 18:12:49 UTC
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

Comment 3 Marco Rietveld 2013-12-10 18:13:24 UTC
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.

Comment 4 Radovan Synek 2014-01-07 17:00:26 UTC
Verified on BPMS-6.0.0.ER7


Note You need to log in before you can comment on or make changes to this bug.