]
Tom Jenkinson resolved JBTM-2709.
---------------------------------
Resolution: Done
ObjectStoreBrowser cannot cope with JDBC store on Windows
---------------------------------------------------------
Key: JBTM-2709
URL:
https://issues.jboss.org/browse/JBTM-2709
Project: JBoss Transaction Manager
Issue Type: Bug
Reporter: Tom Jenkinson
Assignee: Michael Musgrove
Fix For: 5.next, 4.17.35
While testing backport of JBTM-2614 I came across the ObjStoreBrowser test. This was
failing on Windows. On looking into it I saw it was because the Browser map swaps the
"/" in the type name to the system file separator path. This is likely because
of the file system store. I have a fix that puts the entry in both ways but it will likely
need some more work so providing as an example.