RE: Using slide to access MS Exchange

2005-04-01 Thread Miguel Figueiredo
Hello Ruan,

 

 From what I've read in this mailing list, you'll only need to use the
client  wevdav package, but that is not enough because M$ might have added
proprietary extensions on the exchange access, and forbidden the usage of
the standard one. :P

 I believe you should start by looking M$ documentation about webdav
alternate commands (like BPROPFIND or so) to access exchange, and search on
this mailing list history for anything to do with exchange.

 

 Best regards,

 Miguel Figueiredo

 

  _  

From: Ebersohn, Mr R [mailto:[EMAIL PROTECTED] 
Sent: sexta-feira, 1 de Abril de 2005 10:06
To: slide-user@jakarta.apache.org
Subject: Using slide to access MS Exchange

 

Hi my name is Ruan; I am a postgraduate student at the Nelson Mandela
Metropolitan University. I am currently doing a project where I need access
to MS exchange server so to be able to get information about appointments
and tasks of a user in Java. I have just downloaded slide. I don't know the
first place to start and I have been researching this for days now. It seems
Slide is the way to go, can you by any chance give me any pointers on how to
use slide and any documentation for coding using slide to connect to
exchange. I am running an apache server currently.

 

 

Your help would be greatly appreciated.

 

Thank you 

 

 

Mr Ruan Ebersohn

Department of Computer Science and Information Systems

Nelson Mandela Metropolitan University

PO Box 77000

Port Elizabeth 6031

SOUTH AFRICA

Tel.: 27-41-504 2093

Email:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

 

 

 

 

 

 

NOTICE: Please note that this eMail, and the contents thereof, 
is subject to the standard NMMU eMail disclaimer which may be found at: 

http://www.nmmu.ac.za/disclaimer/email.htm 



Case-insensitive DAV:contains

2005-04-01 Thread Ben Sales
Is it at all possible?

I'm using Slide 2.1 and it's in a production environment so I'm reluctant 
to use 2.2 from CVS in order to gain Lucene indexing.  I can live with the 
2.1 'contains' being slow but I really need to be able to perform case 
insensitive searches.

I've found the Slide proprietry extension for searching on properties 
which is case-insensitive but nothing similar for content.

Any help would be greatly appreciated.

Regards,

Ben.
-- 
Ben Sales
Open Logic Solutions Limited
Woodside, Perry Wood Walk, Worcester, WR5 1ES
Tel: ++44 (0) 1905 760950 Fax: ++44 (0) 01905 760951
Email: [EMAIL PROTECTED]
URL: http:// www.openlogic.co.uk

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



RE: Errors when creating a new node

2005-04-01 Thread Brusic, Ivan
-Original Message-
From: Andrey Shulinsky [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 31, 2005 5:48 PM
To: 'Slide Users Mailing List'
Subject: RE: Errors when creating a new node

 I'm working with the 2.0 so it ought to be the 2.1 problem. 
 And can a user (say, root) actually put a file using a WebDAV client?

I am not using WebDAV, so testing from a client is not an option.  Is it
simply that Slide 2.1 is broken for such simple operations?

Cheers,

Ivan


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



RE: Errors when creating a new node

2005-04-01 Thread Andrey Shulinsky
  I'm working with the 2.0 so it ought to be the 2.1 problem. 
  And can a user (say, root) actually put a file using a 
 WebDAV client?
 
 I am not using WebDAV, so testing from a client is not an 
 option.  Is it simply that Slide 2.1 is broken for such 
 simple operations?

Yeah, it shouldn't, it's very strange... Could you try the same config with
2.0, btw?
And  I'm starting to upgrade to 2.1 right now in fact and I'll let you know
if I enounter the same problem.

Yours sincerely,
Andrey.


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



Optical/RO Stores with Slide?

2005-04-01 Thread Darren Hartford
Hey all,
I have been utilizing the TxXMLFileDescriptorsStore, TxFileContentStore
to save my files.

Now, I want to safely save a store and burn it to CD/DVD, so I do not
need to worry about viruses/corruption.

How do I do this?  When I burn the 'content' and 'metadata' files to CD,
and point the domain.xml store to the new location of 'content' and
'metadata', it comes back with the following error:

01 Apr 2005 16:52:23 - org.apache.slide.common.Namespace - INFO - Finish
init namespace slide configuration
01 Apr 2005 16:52:23 -
org.apache.commons.transaction.file.FileResourceManager - EMERGENCY -
Fatal error during critical commit/rollback of transaction main-111
2392342717-1, setting database to dirty.
01 Apr 2005 16:52:23 -
org.apache.commons.transaction.file.FileResourceManager - EMERGENCY -
org.apache.commons.transaction.file.ResourceManagerSystemException:
main-1112392342717-1: Commit failed (ERR_SYSTEM)
Caused by: java.io.FileNotFoundException:
e:\mycdstore\metadata\files.def.xml (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.init(FileOutputStream.java:179)
at java.io.FileOutputStream.init(FileOutputStream.java:131)


Any recommendations please?

-D

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