Bill Keese | 1 Apr 02:56
Picon

Re: webdav ant tasks and filename encoding

Hi Kolja,

I'm just learning Slide myself, but I think that the user id / password 
need to be passed in the Authorization header inside the HTTP request, 
rather than as part of the URL.  If you want to have username/password 
as part of the URL, I think you would have to write a filter (as 
specified in web.xml) that does that conversion.

joust <at> gmx.net wrote:

>Hi all,
>
>why is it, that with SlideRealm/JAAS as authentication scheme, when
>connecting via Windows Explorer (WebFolder Client) or via the slide ant
>tasks the first connection always is (or assumed to be) unauthenticated,
>resulting in a username is null exception on server side? In Explorer
>sometimes I give a full http://user:pass <at> server/slide URL and nonetheless
>have to provide user and pass again. Is it something in the JAAS
>implementation?
>
>Thanks for your hints, Kolja
>
>  
>
Bill Keese | 1 Apr 06:55
Picon

Re: slide alternatives

By the way,  if there are issues with WCK, how should I report them?  
Mailing list?  Bug database?

Currently I'm trying to use WCK mapping to a directory underneath my 
webapp, rather than the root directory.  (IE: 
http://localhost:8080/slide/myDir.)  Using the reference file store as 
the store, it's not working for me.  (I did set default-servlet to false)

Oliver Zeigermann wrote:

>I agree that threre is a lot of extra baggage that might not be
>necessary for all (most) applications, but that simply may be the
>drawback of a general solution. It will fit many applications, so it
>is not specially geared towards yours.
>
>Before I contributed to WCK I was considering a much more lean and
>slim solution, but I that would have meant lots of double work.
>Additionally, by making it as generic as the Slide WCK solution it
>would almost have ended up in a similar complexity.
>
>Just my 2 cents.
>
>Oliver
>
>
>On Tue, 29 Mar 2005 17:23:29 +0900, Bill Keese
><billk <at> tech.beacon-it.co.jp> wrote:
>  
>
>>Thanks Edmund. I have been using WCK but still have that feeling of so
(Continue reading)

Ebersohn, Mr R | 1 Apr 11:05
Picon
Favicon

Using slide to access MS Exchange

Hi my name is Ruan; I am a postgraduate student at the NelsonMandelaMetropolitanUniversity. 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 MandelaMetropolitanUniversity

PO Box 77000

Port Elizabeth 6031

SOUTH AFRICA

Tel.: 27-41-504 2093

Email: ruan.ebersohn <at> nmmu.ac.za

 

 

 

 

 

 

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>>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe <at> jakarta.apache.org
For additional commands, e-mail: slide-user-help <at> jakarta.apache.org
Miguel Figueiredo | 1 Apr 13:13
Picon
Favicon

RE: Using slide to access MS Exchange

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:Ruan.Ebersohn <at> nmmu.ac.za] 
Sent: sexta-feira, 1 de Abril de 2005 10:06
To: slide-user <at> 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:ruan.ebersohn <at> nmmu.ac.za> ruan.ebersohn <at> nmmu.ac.za

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>> 

Ben Sales | 1 Apr 15:22
Picon

Case-insensitive DAV:contains

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: ben.sales <at> openlogic.co.uk
URL: http:// www.openlogic.co.uk
Brusic, Ivan | 1 Apr 22:09

RE: Errors when creating a new node

-----Original Message-----
From: Andrey Shulinsky [mailto:ashulinsky <at> arnoldworldwide.ca] 
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
Andrey Shulinsky | 1 Apr 23:16
Picon

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?

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 enсounter the same problem.

Yours sincerely,
Andrey.
Darren Hartford | 2 Apr 00:02

Optical/RO Stores with Slide?

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
Miguel Figueiredo | 4 Apr 12:38
Picon
Favicon

RE: Optical/RO Stores with Slide?


Hello Darren,

 I believe you are having read-only problems. First of all, stores should
have read-write access or strange things might happen. In your case, I bet
that the domain.xml file is pointing to the transient files (like
transaction information) also know as the 'work' directory, to the same base
directory of the 'store' directory. This would explain the error you
describe.
 The solution is to define very well these store parameters (presented here
is the default conf of domain.xml):

                    <parameter name="rootpath">store/metadata</parameter>
                    <parameter name="workpath">work/metadata</parameter>

 I don't know how you could do it but: what you want is the rootpath in the
DVD, but you need the workpath with write access for accessing the roothpath
through slide.

 I believe there are also simpler file stores, that don't need to store
transient files (SimpleStore rings me a bell). Perhaps is good spot for you
to search also.

 Hope this helps,
 Miguel Figueiredo

-----Original Message-----
From: Darren Hartford [mailto:dhartford <at> ghsinc.com] 
Sent: sexta-feira, 1 de Abril de 2005 23:02
To: Slide Users Mailing List
Subject: Optical/RO Stores with Slide?

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: slide-user-unsubscribe <at> jakarta.apache.org
For additional commands, e-mail: slide-user-help <at> jakarta.apache.org
Darren Hartford | 4 Apr 13:31

RE: Optical/RO Stores with Slide?

Hi Miguel,
Thank you for your input.  Unfortunately, I already considered the
transaction-nature of these stores, and the work/'metadata' and
work/'content' related directories are still on regular filesystem, not
pointing to the read-only CD/DVD.

Example:
<parameter name="rootpath">e:/kbstore/metadata</parameter>
<parameter name="workpath">work/metadata2</parameter>

This is where e:/ is the CD drive, and 'work' is still the relative BIN
path of Tomcat with r/w access.

Unfortunately, one of the concerns is that I purposely want to keep the
DAV properties metadata that is stored via TxXMLFileDescriptorsStore. I
think SimpleStore only handles files/content, not the metadata.  And I
do not know of any metadata stores that can read the files generated by
TxXMLFileDescriptorsStore.

Hopefully I'm wrong?  Any feedback please!

-D

> -----Original Message-----
> From: Miguel Figueiredo [mailto:mfigueiredo <at> maisis.pt] 
> Sent: Monday, April 04, 2005 6:39 AM
> To: 'Slide Users Mailing List'
> Subject: RE: Optical/RO Stores with Slide?
> 
> 
> Hello Darren,
> 
>  I believe you are having read-only problems. First of all, 
> stores should have read-write access or strange things might 
> happen. In your case, I bet that the domain.xml file is 
> pointing to the transient files (like transaction 
> information) also know as the 'work' directory, to the same 
> base directory of the 'store' directory. This would explain 
> the error you describe.
>  The solution is to define very well these store parameters 
> (presented here is the default conf of domain.xml):
> 
>                     <parameter 
> name="rootpath">store/metadata</parameter>
>                     <parameter 
> name="workpath">work/metadata</parameter>
> 
>  I don't know how you could do it but: what you want is the 
> rootpath in the DVD, but you need the workpath with write 
> access for accessing the roothpath through slide.
> 
>  I believe there are also simpler file stores, that don't 
> need to store transient files (SimpleStore rings me a bell). 
> Perhaps is good spot for you to search also.
> 
>  Hope this helps,
>  Miguel Figueiredo


Gmane