DASL questions

2005-03-15 Thread Pontus Strand
Hi there,

I got a few questions regarding DASL.

1) Is it possible to do nested and/or/etc queries, like this:
D:searchrequest xmlns:D =DAV:
  D:basicsearch
D:select
  D:allprop/
/D:select
D:from
  D:scope
D:href/D:href
  /D:scope
/D:from
D:where
  D:and
D:gt
  D:propD:some-property//D:prop
  D:literalA value/D:literal
/D:gt
D:or
  D:eq
D:propD:some-other-property//D:prop
D:literalvalue/D:literal
  /D:eq
  D:eq
D:propD:yet-another-property//D:prop
D:literalvalue/D:literal
  /D:eq
/D:or
  /D:and
/D:where
D:orderby
  ...
/D:orderby
D:limit
  D:nresultsx/D:nresults
/D:limit
  /D:basicsearch
/D:searchrequest

I have rather hastily browsed through the documentation without finding any
information either way.

2) Is DAV:like (so we can do wildcard searches) still going to be in 2.2 of
Slide? When is 2.2 scheduled to be released? An updated roadmap could be
useful, or if that is too much work ... remove the old one (for 2.1).

Best regards,
Pontus Strand
Teleca OSS

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



Re: AW: Is Projector running?

2005-03-15 Thread Doug Reeder a.k.a. Skapti
Daniel Florey wrote:
In order to get the demo application (admin-app) running you need to unpack
the stores.zip that can hopefully be found in the distro to the stores
folder.
 

Is this the file dist/slide/lib/slide-stores-2.2pre1.jar, created by 
compiling the latest source?  That file does not have any files with 
'projector' or 'admin-app' in their name.

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


Version numbering?

2005-03-15 Thread Warwick Burrows
Hi guys,
 
What is the idea behind the version numbering in Slide (or is it
WebDAV). The versions start at 1.0 and keep incrementing -- never
reaching 2.0 as far as I can tell. When the UPDATE method is used to
select an earlier branch (the closest thing to deleting a revision that
Slide seems to have) then the revisions will branch.  Can a 2.0 version
ever be reached? Is the version number design part of the WebDAV spec or
just Slide's implementation?
 
Thanks,
Warwick
 


Re: AW: Is Projector running?

2005-03-15 Thread Daniel Florey
Hi,
you either need to 
 - check out the latest Slide sources from CVS and build it
or
 - find the Slide2.1beta1 tomcat bundle
in order to get it running.
I'm very busy at the moment but I'll take care if I'm free again...
Cheers,
Daniel


Slide Users Mailing List slide-user@jakarta.apache.org schrieb am 15.03.05 
16:42:04:
 
 Daniel Florey wrote:
 
 In order to get the demo application (admin-app) running you need to unpack
 the stores.zip that can hopefully be found in the distro to the stores
 folder.
   
 
 Is this the file dist/slide/lib/slide-stores-2.2pre1.jar, created by 
 compiling the latest source?  That file does not have any files with 
 'projector' or 'admin-app' in their name.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


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



Re: Version numbering?

2005-03-15 Thread Julian Reschke
Warwick Burrows wrote:
Hi guys,
 
What is the idea behind the version numbering in Slide (or is it
WebDAV). The versions start at 1.0 and keep incrementing -- never
reaching 2.0 as far as I can tell. When the UPDATE method is used to
select an earlier branch (the closest thing to deleting a revision that
Slide seems to have) then the revisions will branch.  Can a 2.0 version
ever be reached? Is the version number design part of the WebDAV spec or
just Slide's implementation?
It's implementation-specific.
Best regards, Julian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Version numbering?

2005-03-15 Thread Miguel Figueiredo

 Hello Warwick,

 I believe that the BASELINE webdav-versioning method is the one to use.
Unfortunally, Slide doesn't implement the advanced versioning features, in
witch the baseline methods is included, along with methods like fork and
merge.

 Best regards,
 Miguel 
_

Warwick Burrows wrote:
 Hi guys,
  
 What is the idea behind the version numbering in Slide (or is it
 WebDAV). The versions start at 1.0 and keep incrementing -- never
 reaching 2.0 as far as I can tell. When the UPDATE method is used to
 select an earlier branch (the closest thing to deleting a revision that
 Slide seems to have) then the revisions will branch.  Can a 2.0 version
 ever be reached? Is the version number design part of the WebDAV spec or
 just Slide's implementation?

It's implementation-specific.

Best regards, Julian

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


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



Re: AW: Is Projector running?

2005-03-15 Thread Doug Reeder a.k.a. Skapti
I grabbed a snapshot of the latest code Monday, and can compile it and 
make a war file, and get the war file to deploy in my Tomcat server 
(5.0.28), and this new version of slide seems to work just fine. I can 
use ant to make the target webapp in the projector directory, and this 
creates a war file.  The only zip or jar file with stores in its name 
is slide-stores-2.2pre1.jar, and this contains no files with projector 
or listUsers in its name. 

I can use the tomcat manager to deploy the file projector.war, and the 
manager lists projector as up and running, but when I try to access 
/projector with my web browser, I get the following error:


 HTTP Status 500 -

*type* Exception report
*message*
*description* _The server encountered an internal error () that 
prevented it from fulfilling this request._

*exception*
java.lang.NullPointerException

org.apache.slide.projector.application.ApplicationManager.init(ApplicationManager.java:52)

org.apache.slide.projector.application.ApplicationManager.getInstance(ApplicationManager.java:128)

org.apache.slide.projector.engine.ProcessServlet.service(ProcessServlet.java:41)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
*note* _The full stack trace of the root cause is available in the 
Apache Tomcat/5.0.28 logs._


 Apache Tomcat/5.0.28

I appreciate your taking time for this!

Daniel Florey wrote:
Hi,
you either need to 
- check out the latest Slide sources from CVS and build it
or
- find the Slide2.1beta1 tomcat bundle
in order to get it running.
I'm very busy at the moment but I'll take care if I'm free again...
Cheers,
Daniel

Slide Users Mailing List slide-user@jakarta.apache.org schrieb am 15.03.05 16:42:04:
 

Daniel Florey wrote:
   

In order to get the demo application (admin-app) running you need to unpack
the stores.zip that can hopefully be found in the distro to the stores
folder.
 


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