Hi

I've been having problems to connect to a webdav filesystem. I hope that it's so simple, just a jars set necessary to work. I'd read the documentation:
http://commons.apache.org/vfs/download.html

My string connecting look like this:
webdav://my.user:[EMAIL PROTECTED]/my/home/

I'm using this jars:
commons-httpclient-3.1.jar
commons-vfs-20070730.jar
commons-net-1.4.1.jar
jakarta-oro-2.0.8.jar
jakarta-slide-*-2.1.jar
And the JDom jars.

I get this exception:
org.apache.commons.vfs.FileSystemException: Badly formed URI "webdav://...............".
caused by:
java.net.MalformedURLException: unknown protocol: webdav

Some one can help? thanks!

Another comment, It's confusing that a real message exception "unknown protocolo: webdav" was hided by the standard FileSystemException message "badly formed URI...".
Now I'm checking for the supported schemes before process.

Thanks in advance,
Ernesto.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to