Hi Devs, I am trying to use VFS to read and write files to a SMB location. I try to configure a proxy to access SMB share but I always get an error reporting unknown protocol smb.
... Caused by: java.net.MalformedURLException: unknown protocol: smb at java.net.URL.<init>(URL.java:600) at java.net.URL.<init>(URL.java:490) at java.net.URL.<init>(URL.java:439) at org.apache.commons.vfs2.provider.url.UrlFileProvider.findFile(UrlFileProvider.java:60) .. I had a look into the vfs-providers.xml file at commons-vfs2_2.2.0.wso2v1.jar and it refers to org.apache.commons.vfs2.provider.smb.SmbFileProvider class. I tried to find this class in all jars in the 6.2.0 distribution and could not find it. Could you please indicate if this class should be present or if smb should work without it? Norberto JLR
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
