I have sussed the problem of PROPFIND not working after trying to mod the
revisioncontent table content column to LONGBLOB (so that max file size can
be upped over 65kb)... well, at least I have bodged a possibly slightly crap
solution:

In the property table there is a column called namespace, and all the
standard DAV properties have the entry 'DAV:' in this column for their
tuples.  I have found that if I insert 'DAV:' in this column for my property
tuples, then I can do PROPFIND.  

It would be nice to not have to use ContentInterceptor (or indeed a custom
database handler) to 'insert' this for every property I PROPPATCH on file
upload... as its not v elegant.

Does anyone know where I can modify the Slide code to insert this field
aswell as all the others for JDBCDescriptorsStore?

Many thanks
Stu



-----Original Message-----
From: James Higginbotham [mailto:[EMAIL PROTECTED] 
Sent: 23 August 2003 05:00
To: Stuart MacPherson
Subject: RE: PROPFIND returns 404 when using MySQL LONGBLOB for content

Stuart,

I don't know the answer to your problem, but if you have an ide that
will let you step through the code, I'd find a nice spot and setup a
breakpoint to trace from. I had to do that several times to learn why
things were happening, only to find empty catch statements and the like.


HTH a little,
James

> -----Original Message-----
> From: Stuart MacPherson [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, August 22, 2002 8:57 AM
> To: 'Slide Users Mailing List'
> Subject: PROPFIND returns 404 when using MySQL LONGBLOB for content
> 
> 
> The only way I can get MySQLContentStore working with files 
> larger than 65k is to set 'revisioncontent' table column 
> 'content' type to LONGBLOB (the default is BLOB).  Now I can 
> put and retrieve big files BUT I can't do PROPFIND on 
> anything other than the standard DAV properties; it throws a 
> 404 Not Found in the logs (if you look hard enough), but no 
> exceptions.
> 
>  
> 
> I noticed this question was asked by someone else who had 
> this problem some time ago, but there was no response.
> 
>  
> 
> Is there a way to sort this, or is MySQLContentStore 
> therefore realistically useless?
> 
>  
> 
> Many thanks in advance
> 
> Stuart
> 
>  
> 
> 



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

Reply via email to