enabling authentication/authorization

2007-07-02 Thread Zeus Courtois
Hi, I have Slide 2.2pre1 running and would like to enable authentication/authorization. I have created a file slide.properties and put in under $CATALINA_HOME/common/classes as stated on http://jakarta.apache.org/slide/howto-acl.html. The file includes: org.apache.slide.security=true I have

DB2 pureXML Adapter Update

2007-06-07 Thread Zeus Courtois
Hi guys, This e-mail is an update for the DB2 pureXML Adapter for Apache Slide. Please download the code from www.zeusorion.com/adapterCode.zip. I did not attach it to this email, it was being rejected as spam. We have submitted the Apache CCLA for this contribution and the grant has been

Re: build using Eclipse

2007-05-23 Thread Zeus Courtois
I believe Slide 2.1 does not compile with JDK 1.5. Get Slide 2.2 from the SVN, it compiles fine with JDK1.5. I have 2.2 on Eclipse and runs smoothly. If you want 2.1 then change to JDK 1.4 Regards, Zeus Courtois - Original Message From: Sukhvir Mahal [EMAIL PROTECTED] To: Slide

Re: build using Eclipse

2007-05-23 Thread Zeus Courtois
- Original Message From: Zeus Courtois [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Thursday, May 24, 2007 9:45:53 AM Subject: Re: build using Eclipse I believe Slide 2.1 does not compile with JDK 1.5. Get Slide 2.2 from the SVN, it compiles fine

Re: Adding custom property to Slide content

2007-05-07 Thread Zeus Courtois
tried with propfind with password as name of property. But I am unable to do so. Is namespace is any problem! I need to write the generic function which can read peoperty of any DAV resource! Can you please give any advice!! Regards, Satish - Original Message - From: Zeus Courtois

Re: Adding custom property to Slide content

2007-05-05 Thread Zeus Courtois
Hi Satish, You would use the propatch method from the API where you could use either a Property object, or two objects: one being the name of the property (Label) and another being the value. For the value, I believe you may have to html escape some of the characters if you are submitting XML

Re: Adding custom property to Slide content

2007-05-05 Thread Zeus Courtois
could not able to retrieve the same using PropFind method. Do I misinterpreted Paramter 3; PropertyValue? If not why I need to add another property for storing value? Thanks again for your valuable suggestion! Regards, Satish - Original Message - From: Zeus Courtois [EMAIL PROTECTED

Re: Tamino?

2007-05-01 Thread Zeus Courtois
Hi Belinda, Tamino is an XML database developed by Software AG: http://www.softwareag.com/corporate/products/tamino/default.asp. Good if you wish to store/retrieve/manipulate XML Documents. The code for Tamino is found in the trunk of slide but I don't know if you can get a free database such

Re: Which tomcat to download (UNCLASSIFIED)

2007-04-02 Thread Zeus Courtois
Hi Maria, Now that you have downloaded and installed Tomcat 5.5.20 as you mentioned, you just have to download Slide binaries and copy the slide.war file to the webapps folder in Tomcat. This is the link where u can download the Slide Binaries:

Accessing files through Excel by multiple users

2007-03-14 Thread Zeus Courtois
have to modify anything on the Domain.xml? Thanks, Zeus Courtois Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front

Re: NewBie : How to rename slide

2007-02-25 Thread Zeus Courtois
Hi Van Helsing, Just rename your file slide.war to venshell.war and restart Tomcat. A folder with the new name will now be created containing all the *.jar's and config files. Now use the url: http://localhost:8080/venshell and you should be good to go. Regards, Zeus Courtois - Original

Eclipse 3.2 WebDAV support

2007-02-01 Thread Zeus Courtois
Hi, Does anyone know why I can't save my files back to SLIDE from Eclipse? I can open a file (File-Open File) by pointing to the webfolder that I created on My Network Places. But I am not able to save the file back. Is there any plugin that I need to install in order to achieve this. I am

Running testlist unit errors

2007-01-15 Thread Zeus Courtois
Hi, I have been running the testlist units that I just retrieve from subversion with Slide 2.2 and 2.2pre1. I am using the org.apache.slide.store.impl.rdbms.DB2RDBMSAdapter and it gives me several errors. I am running the test units individually. First I run tp.functional, then tp.dasl,

Re: Running testlist unit errors

2007-01-15 Thread Zeus Courtois
Want to always have my latest info? Want a signature like this? From: Zeus Courtois [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 2:29 PM To: Slide Apache Subject: Running testlist unit errors Hi, I have

Re: Running the TestCases

2006-11-29 Thread Zeus Courtois
how it is spelled). Hopes this helps, Regards, Antoine On Nov 28, 2006, at 8:47 PM, Zeus Courtois wrote: Hi, I have modified a little some of the filestores in slide 2.1 and would like to run the testcases on them. Can anyone guide me to get the instructions on how to run

Re: Slide user manual

2006-11-13 Thread Zeus Courtois
Hi JV, As Antoine, pointed out, you should have a slide-doc.war which contains pretty much all the documentation on the website, but let me send you some links also just in case. Look at the Wiki page, it contains useful information for setup and configuration.

MOVE method

2006-11-07 Thread Zeus Courtois
Hi, Is there anyway that I can know from the classes TxFileContentStore and XMLResourceDescriptor that their methods (storeRevisionContent(...), removeRevisionContent(...)) are being called because of a MOVE command in Webdav. If so, how can I access both, the sourceUri and targetUri from

MOVE command when renaming files.

2006-11-01 Thread Zeus Courtois
on some other class that would eventually let me know that the file is being removed due to an actual deletion and not because of a MOVE command. Thanks in advance, Zeus Courtois

Re: Getting Slide 2.2

2006-09-18 Thread Zeus Courtois
-PLAN-2.0STATUSbuild.properties.samplebuild.xmldocs/lib/projector/proposals/src/testsuite/wck/ Which one is it? Thanks in advance, Zeus Courtois - Original Message From: Ha Pham [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org; Zeus Courtois [EMAIL PROTECTED

getRequestURL()

2006-09-15 Thread Zeus Courtois
Hi, I am overriding the TxFileContentStore.java class in order to manipulate the stored file. However, I would like to be able to get the specific URL that points to slide from this class. So I want to get something like http://localhost:80XX/myslide/files/ as a String in the