Mosimann Matthias | 6 Jul 08:17
Picon

Webdav Access with Jakarta Slide on Windows Sharepoint

Hi Everyone

I'm new to the list and new to jakarta slide and I have a problem. I
wrote a small and simple webdav client in Java with the jakarta slide
libraries. I want open a session to a Windows Sharepoint Workspace,
upload only one file and close the session. Here is my code (I deleted
the values, of course there is something in there):

[Code]
String hostUrl = "";
String userName = "";
String password = "";
String hostAdd = "";
String domain = "";

NTCredentials creds = new NTCredentials(userName, password, hostAdd,
domain);
HttpURL host = new HttpURL(hostUrl);
WebdavResource wdr = new WebdavResource(host, (NTCredentials)creds,
WebdavResource.DEFAULT, DepthSupport.DEPTH_1);

File fn = new File("remote-e.txt");
wdr.putMethod(fn);
wdr.close();
[/Code]

When I use the getMethod(); instead ... everything is working so only
putting the file is a problem and gives me this error:

[Error]
(Continue reading)

Miguel Figueiredo | 6 Jul 10:30
Picon
Favicon

RE: Webdav Access with Jakarta Slide on Windows Sharepoint


 Hello,

 There is a known interoperability problem between Tomcat Server and dotnet
client, related with keep-alive problems and the HTTP header EXPECT : 100
CONTINUE. Maybe it's a vice-versa... just a tip: try to turn them off and
repeat the experience.

 Hope this helps,
 Miguel Figueiredo

-----Original Message-----
From: Mosimann Matthias [mailto:Matthias.Mosimann <at> manor.ch] 
Sent: quinta-feira, 6 de Julho de 2006 7:18
To: slide-user <at> jakarta.apache.org
Subject: Webdav Access with Jakarta Slide on Windows Sharepoint

Hi Everyone

I'm new to the list and new to jakarta slide and I have a problem. I
wrote a small and simple webdav client in Java with the jakarta slide
libraries. I want open a session to a Windows Sharepoint Workspace,
upload only one file and close the session. Here is my code (I deleted
the values, of course there is something in there):

[Code]
String hostUrl = "";
String userName = "";
String password = "";
String hostAdd = "";
(Continue reading)

Mosimann Matthias | 6 Jul 11:01
Picon

AW: Webdav Access with Jakarta Slide on Windows Sharepoint

Hi Miguel 

First of all thank you for your answer. What exactly I have to turn off? How can I do that?

regards
Matthias 

-----Ursprüngliche Nachricht-----
Von: Miguel Figueiredo [mailto:mfigueiredo <at> maisis.pt] 
Gesendet: Donnerstag, 6. Juli 2006 10:31
An: 'Slide Users Mailing List'
Betreff: RE: Webdav Access with Jakarta Slide on Windows Sharepoint

 Hello,

 There is a known interoperability problem between Tomcat Server and dotnet client, related with
keep-alive problems and the HTTP header EXPECT : 100 CONTINUE. Maybe it's a vice-versa... just a tip: try
to turn them off and repeat the experience.

 Hope this helps,
 Miguel Figueiredo

-----Original Message-----
From: Mosimann Matthias [mailto:Matthias.Mosimann <at> manor.ch]
Sent: quinta-feira, 6 de Julho de 2006 7:18
To: slide-user <at> jakarta.apache.org
Subject: Webdav Access with Jakarta Slide on Windows Sharepoint

Hi Everyone

(Continue reading)

Miguel Figueiredo | 6 Jul 15:36
Picon
Favicon

RE: Webdav Access with Jakarta Slide on Windows Sharepoint


Hello again,

 Try to turn off keep-alive connections and the Expect :100 Continue http
header from being sent by the your client. Details of how to do that should
be present on the Jakarta Commmons Http Client documentation (slide webdav
client is based on that project).

Hope this helps,
Miguel

-----Original Message-----
From: Mosimann Matthias [mailto:Matthias.Mosimann <at> manor.ch] 
Sent: quinta-feira, 6 de Julho de 2006 10:02
To: Slide Users Mailing List
Subject: AW: Webdav Access with Jakarta Slide on Windows Sharepoint

Hi Miguel 

First of all thank you for your answer. What exactly I have to turn off? How
can I do that?

regards
Matthias 

-----Ursprüngliche Nachricht-----
Von: Miguel Figueiredo [mailto:mfigueiredo <at> maisis.pt] 
Gesendet: Donnerstag, 6. Juli 2006 10:31
An: 'Slide Users Mailing List'
Betreff: RE: Webdav Access with Jakarta Slide on Windows Sharepoint
(Continue reading)

Thomas Bellembois | 12 Jul 11:30
Picon
Picon

Backup/Restore solution for Slide?

Hello Slide users !

We are about to deploy Slide on a large scale in some French 
universities, but we need to think about an easy to use backup/restore 
system.
The lack of a such system is a very big limitation for us (And for those 
who want to use Slide in a production environment)...
The backend of our Slide is on a saved filesystem with snapshot 
functionalities (NAS/SAN).
We were thinking about 2 restore methods depending on the situation :
1. we need to restore some files/directories without complex ACL's(a 
user homedir for example):
We can just retrieve these files/directories in the "content" branch on 
the backend, remove the _1.0 extensions (with a perl script), and put 
the retrieved files/directories on Slide with a DAV client. This work 
fine, I have tested...
2. we need to restore a full tree with complex ACL's(shared spaces for 
example):
We can stop the server, restore the correct "content" and "metadata" 
branches on the backend, eventually modify the xml descriptor file of 
the "higher" parent (if directories have been created/removed...), 
restart the server.
I have also tested this solution that works but we need to restart the 
server...

I was wondering if somebody had thought about a better solution for a 
production environment.

Regards,

(Continue reading)

Vinay | 13 Jul 00:53
Picon
Favicon

How to retrieve exchange global address list

Hi Everyone,

Could any one help on - retrieving ms exchange global address list?

I am new to webDAV and exchange, I am struggling to get
global address list,
user groups from exchage for long time, since our
application project requires so.

Is there any way to achieve this?...

Thanks,
Vinay
Willem Voogd | 13 Jul 12:00
Picon

which commons-httpclient version is bundeled with slide 2.1?

Hi All,

Could anyone inform me which httpclient.jar version is bundeled with 
slide2.1? I need to know this because we want to have the sources of all 
OSS libraries we are using in our project.
I tried to use the date of the files inside the jar for comparison with 
httpclient releases, but i had no luck :(

any pointers appreciated

TIA,

Willem
Brad Szabo | 13 Jul 18:31
Favicon

Re: which commons-httpclient version is bundeled with slide 2.1?


I do not know if this will help, but I found that the commons-httpclient
version in the Slide 2.1 client and server components differs as
follows:

jakarta-slide-webdavclient-bin-2.1: httpclient 2.0-final
jakarta-slide-server-bin-2.1: httpclient 2.0-rc3

I determined this by looking at the Implementation-Version contained in
the MANIFEST.MF file within each commons-httpclient.jar file. 

I am not positive that these are correct, however, because the jar
md5sums do not match the ones in the Maven2 repository on ibiblio or in
the mirrored archives of commons-httpclient (ibiblio & the archives
match).

Best of luck,
Brad

On Thu, 2006-07-13 at 12:00 +0200, Willem Voogd wrote:
> Hi All,
> 
> Could anyone inform me which httpclient.jar version is bundeled with 
> slide2.1? I need to know this because we want to have the sources of all 
> OSS libraries we are using in our project.
> I tried to use the date of the files inside the jar for comparison with 
> httpclient releases, but i had no luck :(
> 
> any pointers appreciated
> 
(Continue reading)

Darren Hartford | 13 Jul 20:23

Propertiesindexer and /UURI problem

Hey all,
I grabbed a recent version from Slide trunk (421675) and deployed it on
Tomcat 5.5.17.

After getting everything configured, I ran some tests that I've had for
a while, but this time
I tried to enable the <propertiesindexer> because the DASL searches are
becoming prohibitively slow. 

I do recall that this used to work fine (about a year ago now?), but
this more recent build I'm getting errors as detailed below.

Note that disabling the indexer and re-injecting the exact same files
and properties and then doing a DASL search everything works fine -- it
is only when the indexer is enabled that this error occurs.

Anyone have a quick fix for this pls?
-D

=====================
org.apache.slide.structure.ObjectNotFoundException: No object found at
/UURI:
        at
org.apache.slide.store.txfile.AbstractXMLResourceDescriptor.retrieveO
bject(AbstractXMLResourceDescriptor.java:296)
        at
org.apache.slide.store.txfile.TxXMLFileDescriptorsStore.retrieveObjec
t(TxXMLFileDescriptorsStore.java:104)
        at
org.apache.slide.store.AbstractStore.retrieveObject(AbstractStore.jav
(Continue reading)

Willem Voogd | 14 Jul 08:44
Picon

Re: which commons-httpclient version is bundeled with slide 2.1?

Thanks, indeed i tried the 2.0 branch of httpclient and it seems to work 
nicely, so i guess that would be the one to use. branch 3.0 works not at 
all.
Thanks for your input!

greetings
Willem

Brad Szabo schreef:
> I do not know if this will help, but I found that the commons-httpclient
> version in the Slide 2.1 client and server components differs as
> follows:
>
> jakarta-slide-webdavclient-bin-2.1: httpclient 2.0-final
> jakarta-slide-server-bin-2.1: httpclient 2.0-rc3
>
> I determined this by looking at the Implementation-Version contained in
> the MANIFEST.MF file within each commons-httpclient.jar file. 
>
> I am not positive that these are correct, however, because the jar
> md5sums do not match the ones in the Maven2 repository on ibiblio or in
> the mirrored archives of commons-httpclient (ibiblio & the archives
> match).
>
> Best of luck,
> Brad
>
>
>
> On Thu, 2006-07-13 at 12:00 +0200, Willem Voogd wrote:
(Continue reading)


Gmane