Miguel Figueiredo wrote:

Miguel> I believe you're using it correctly. Check the depth-limit parameter
Miguel> in the WEB-INF\web.xml file of slide webapp:
Miguel> " This init-parameter determines the depth limit for PROPFIND and
Miguel> other methods, to avoid performance hits on the server for
Miguel> requests with infinite depth. The default value is '3'."


Ah, cheers, I'll have a look at that, I guess that's probably the problem.

Next, when I've tried to use database powered DASL serach by adding the following line to my config

<parameter name="use-rdbms-expression-factory">true</parameter>

I get the following warning:

16 Mar 2005 12:30:46 - org.apache.slide.common.Domain - WARNING -
http8080-Processor25, 16-Mar-2005 12:30:46, luke, SEARCH, 400 "Bad Request", 750 ms, /files


and no results. The line above in my log files shows the SQL that was being executed, and it seems the problem is that it isn't Oracle friendly. Any suggestions?

Miguel> Hmm... that's the trick part. Are you using the oracle rdbms
Miguel> adapter?


Yep, that's the one. I guess the relevant methods for this haven't been overridden in the oracle adapter, or something.


Cheers

Luke.
-----


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



Reply via email to