Hooray!  I made it past connecting, using the webdav4j example.....and
eliminating the "http://"; portion of the host data that I entered at the
UI screen level.

I am now on to a java.lang.NoClassDefFoundError:
org/jdom/input/DOMBuilder
Error.

Theresa

-----Original Message-----
From: Martin Gainty [mailto:[email protected]] 
Sent: Tuesday, April 27, 2010 1:17 PM
To: [email protected]
Subject: RE: [VFS] Trying To Use WebDAV


Guten Tag

on which container will you be implementing?

Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig.
Diese Nachricht dient lediglich dem Austausch von Informationen und
entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten
Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt
uebernehmen.






> Subject: [VFS] Trying To Use WebDAV
> Date: Tue, 27 Apr 2010 11:49:35 -0700
> From: [email protected]
> To: [email protected]
> 
> Hi,
> 
>  
> 
> I was trying to use the following solution in order to obtain a
> FileObject using the WebDAV protocol (posted earlier on a thread):
> 
>  
> 
>  
> 
>         WebdavFileSystemConfigBuilder builder =
> 
>  
>
(WebdavFileSystemConfigBuilder)manager.getFileSystemConfigBuilder("webda
> v");
> 
>         final String uri = System.getProperty(TEST_URI);
> 
>         FileSystemOptions opts = new FileSystemOptions();
> 
>         builder.setRootURI(opts, uri);
> 
>         return manager.resolveFile(uri, opts);
> 
>  
> 
> and found out that builder.setRootURI(opts,uri); is not a choice on
> builder (not supported for the API I have).  Is there an alternative?
> 
>  
> 
> Is the TEST_URI the one constructed from:
> 
>  
> 
> Credentials credentials = credentialsBuilder.build();
> 
> String uri = credentials.toFileObjectURL();
> 
>  
> 
> Finally, how can the username and password be set?
> 
>  
> 
> Thanks,
> 
> Theresa
> 
>  
> 
                                          
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from
your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:
ON:WL:en-US:WM_HMP:042010_2

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to