https://github.com/google/jimfs/issues/34
On Sat, May 21, 2016 at 2:27 AM, Jean-Baptiste Onofré <[email protected]> wrote: > Hi Benson, > > I never had any issue with Paths but I used default FileSystemProviders. > > Do you have a code snippet ? > > Regards > JB > > > On 05/20/2016 09:56 PM, Benson Margulies wrote: >> >> java.nio.file.Paths#get(URI) is another of these things that doesn't >> work so well in an OSGi environment. If a file system is registered >> via the SPI, the list of providers in the FileSystemProviders class >> ends up with references to classes in the system class loader, even if >> some of those providers 'live' in OSGi bundles. >> >> I didn't see a servicemix jar that in this department; has anyone >> considered creating one? >> > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com
