Hi,

Sorry if this has been asked an answered previously, only there no longer seems to be a search feature on the mail asrchive, and searching it with Google returned nothing helpful.

Anyway, I have a couple of problems using DASL:

Firstly setting the depth to infinity, seem to actually set it to somewhere around 3, rather than infinity. For example, if I have the following:

<D:scope>
   <D:href>project/Demo/data/funds</D:href>
   <D:depth>infinity</D:depth>
</D:scope>

no results are returned, but if I use:

<D:scope>
   <D:href>project/Demo/data/funds/1002</D:href>
   <D:depth>infinity</D:depth>
</D:scope>

two results are returned.

Am I doing something wrong, or is this a bug (or just how it works)?


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?


Cheers

Luke.
-----




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



Reply via email to