Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1084189

Summary: org.uberfire.java.nio.fs.jgit.JGitFSPath is a stub implementation
Product: [Retired] JBoss BPMS Platform 6 Reporter: Adam Baxter <abaxter>
Component: Business CentralAssignee: Alexandre Porcelli <porcelli>
Status: CLOSED NOTABUG QA Contact: Marek Baluch <mbaluch>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0.2CC: abaxter, kverlaen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-12 12:27:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Adam Baxter 2014-04-03 19:24:08 UTC
Description of problem:
org.uberfire.java.nio.fs.jgit.JGitFSPath is a stub implementation. Most of the functions do not work.

Version-Release number of selected component (if applicable):
Uberfire 0.3.1 & 0.4.0-SNAPSHOT

How reproducible:
Consistent

Actual results:
Convenience functions like Path.endsWith(".txt") do not work

Expected results:
Convenience functions like Path.endsWith(".txt") to work

Comment 2 Adam Baxter 2014-04-03 20:11:07 UTC
I incorrectly traced my problem back. This may or may not be relevant the project long-term.

Comment 3 Alexandre Porcelli 2014-04-12 12:27:54 UTC
org.uberfire.java.nio.fs.jgit.JGitFSPath is an internal implementation for FileSystem path... that is basically an workaround for NIO2 semantics in order to enable FileSystem delete operation (an operation not directly supported by nio2 API).