Re: Slide User Base Oracle Support

2005-06-28 Thread Martin Kalén
Martin, Tammy (US SSA) wrote: I am investigating Slide and noticed that the last release 2.1 was Dec 26, 2004. Is there another release planned or currently being worked on? Also, I read on the site that ports for Oracle were in preparation. Do you know when these will be ready? I don't know

Re: filespath in Domain.xml

2005-06-07 Thread Martin Kalén
Brusic, Ivan wrote: The filespath value is appended to the nodestore/contentstore value ...and it might seem confusing or redundant when using a disk-based Store, but consider that filespath is used for URI:s also with eg RDBMS-based stores such as JDBCStore (then the JDBC settings can be

Re: A sporadic ConcurrentModificationException

2005-06-06 Thread Martin Kalén
Andrey Shulinsky wrote: After upgrade from Slide 2.0 to 2.1 I'm getting the java.util.ConcurrentModificationException followed by the org.apache.commons.transaction.file.ResourceManagerException from time to time: java.util.ConcurrentModificationException at

Re: Slide authentification

2005-06-06 Thread Martin Kalén
galihhari wrote: I use bundle Tomcat 5.0.28 and slide 2.1 I can login to slide server with username = root and password = root, But, why do i can't login to both Tomcat's Administration and Tomcat's Manager with username = root and password = root ? Access to the Tomcat Manager and

Re: Store object

2005-06-02 Thread Martin Kalén
Guillaume Chervet wrote: Do you know where I can find more informations about slide? I don't understand the store system. I am using (org.apache.slide.content) but I don't find how to store some java objects. I can store String object using this example

Re: Deadlock in Slide 2.1 RC 1 /Tomcat 5.0.29

2005-06-02 Thread Martin Kalén
Scott Lewis wrote: We are working with/using the Slide libraries (2.1RC1) on Tomcat (v 5.0.28 currently). We are having what seems to be a deadlock condition inside the Slide server code. Are you using different RDBMS-based stores pointing to the same database? I have a reproducable case

Re: Deadlock in Slide 2.1 RC 1 /Tomcat 5.0.29

2005-06-02 Thread Martin Kalén
Scott Lewis wrote: Is there a version of Slide that runs on 5.5 (jvm 1.5)? P.S. Slide kernel from CVS HEAD runs fine under Tomcat 5.5.x, at least with JRE 1.4 and the Tomcat compatibility JAR installed. I have not tried with either JRE 5.0 or the Slide WebDAV servlet. Regards, Martin

Re: Retrieving namespace definition / store properties

2005-06-02 Thread Martin Kalén
Brusic, Ivan wrote: I am trying to access the /slide/namespace/defintion/story/contentstore properties defined in domain.xml via code. NamespaceConfig obviously doesn't have them, and there are no get methods defined in ContentStore. I am basically trying to retrieve the value of path to the

Re: Use slide to transmit XML?

2005-05-02 Thread Martin Kalén
Linuxhippy wrote: I would like to send pre-written XML to my WebDav server, since slide is too complex for me. I already tried to upload it with HttpURLConnection or Jakarta's HttpClient but both only seem to support Http-Methods like Get, Post... Is it possible to use slide to transfer the

Re: Set up slide WebDAV server

2005-05-02 Thread Martin Kalén
newuser wrote: - Could you please tell me how to set up slide as a webdav server an how to integrate it with Tomcat, i use Tomcat 5.0.28 and slide 2.0 ? You could use the Tomcat bundle [1]. - Is it possible to have a manipulation namespaces, locking and metadata management accessed by web browser?

Re: Problem with the webdav lib and common http client 3.0rc2

2005-05-02 Thread Martin Kalén
Laurent Michenaud wrote: I'm trying to use the webdav client lib with the library Jakarta common http client 3.0rc2. ... http-8080-Processor25, 02-mai-2005 11:38:04, root, PROPPATCH, 400 Bad Request ... The xml, that is sent to the slide server, is the same as with the http client 2.0 : ... Any

Re: Versioning: Conent cloning on PROPPATCH.

2005-04-29 Thread Martin Kalén
Denis Zvonov wrote: Another issue with Oracle store implementation. Revoking of privileges from resources has error in SQL statement and does not work. We use Slide 2.1 Yes, there was a missing right parenthesis in the SQL since one of the Slide developers (presumable without the possibility to

Re: WCK setup problems

2005-04-27 Thread Martin Kalén
Joakim Verona wrote: - I'm using a jpackage environment, and the jpackage ant didnt work for some reason with, so I built an ordinary ant, which works - I've set the catalina.dist to /usr/share/tomcat5, which is supposedly correct for jpackage tomcat - I build with ant, everything seems ok,

Re: Howto access the Calendar of Exchange accounts?

2005-04-25 Thread Martin Kalén
* Is it possible to use slide to access the calendar of excange accounts? Is there any example-code available doing this or similar tasks? Personally I don't like Exchange at all (non-windows user) but my boss wants to have support for it, so I have no way out ;-) Most things you can do via

Re: null pointer when enabling contentindexer

2005-04-25 Thread Martin Kalén
Jérémy Soula wrote: I have the same error with the same config. snip/ java.lang.NullPointerException at java.io.File.init(File.java:180) at org.apache.lucene.store.FSDirectory.getDirectory(FSDirectory.java:83) at org.apache.lucene.index.IndexWriter.init(IndexWriter.java:173) at

Re: slide WCK question : CVS down ?

2005-04-20 Thread Martin Kalén
Jean-Philippe Encausse wrote: Strange ... I got the same problem :-( Any idea ? The ASF hosting facility had a power outage (hitting most CVS and SVN repos). Everything should be back up again. Regards, Martin - To unsubscribe,

Re: How to change Slide debug level?

2005-04-19 Thread Martin Kalén
Denis Zvonov wrote: After adding logger=log4j.Log4jLogger I see log4j:WARN No appenders could be found for logger (org.apache.slide.common.Domain). log4j:WARN Please initialize the log4j system properly. Log4J needs to be configured using a property- or XML-configuration. A simple approach is to

Re: can't remove any role through webdav

2005-04-18 Thread Martin Kalén
delbd wrote: We have got a problem here to remove a role using a webdav client. When we select any role and ask for deletion, we get this in console: 18 Apr 2005 07:15:12 - org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter - ERROR - SQL error 2292 on /roles/PublicationManager: ORA-02292:

Re: microsoft webfolder + authentication

2005-04-15 Thread Martin Kalén
Jean-Philippe Encausse wrote: And i don't understand why this #$# of Windows XP remember my login/password. I think they consider it a feature. :-) I was thinking of a timeout server side problem but event if I kill the webserver, the web link ... Widows remember the password. It's so strange that

Re: Copy and Move macro events - a question

2005-04-14 Thread Martin Kalén
Robert r. Sanders wrote: You could try using a ThreadLocal... they kind of worry me, but I've seen a lot of people use them for data passing when there isn't a more straightforward way. That only keeps an object local to the current thread, so unless these things are actually executed in

Re: workflow on slide

2005-04-14 Thread Martin Kalén
Tim Williams wrote: I eventually want a Forrest site that is contained in Slide that has a workflow engine built on top. It seems that plugging Forrest and Slide wouldn't be that difficult but I also want it to follow some sort of workflow which neither has built in. Workflow means a lot of

Re: microsoft webfolder + authentication

2005-04-14 Thread Martin Kalén
Jean-Philippe Encausse wrote: My Windows Explorer Web folder always remember login/password how can I logout user or timeout login ? For application server portability I remove Slide security an set a Servlet Filter doing BASIC Authentication. That's work fine ! To expire inactive HTTP logins you

Re: workflow on slide

2005-04-14 Thread Martin Kalén
Tim Williams wrote: Workflow means a lot of different things to different people, could you specify a bit more what you mean? I'm thinking something fairly simple. I'm clearly no expert in either CMS or WFE's so my terminology coule be a bit off but something like: o) A document has multiple

Re: microsoft webfolder + authentication

2005-04-14 Thread Martin Kalén
Jean-Philippe Encausse wrote: On client side: - Login as a new login/pass in a web folder windows remember my login pass and so always resend it without asking me With a browser it's working very well but with WebFolder I don't know how to explitly logout do not save login/password. OK, then I see

Re: sending emails using exchange and slide ?

2005-04-11 Thread Martin Kalén
Mark Breitner wrote: because I just don´t get it working : has anyone here been able to send an email via microsoft exchange by using slide ? I think it's easier for you to do things the other way around: 1) learn Microsoft Exchange specifications for submitting the mail via WebDAV 2) see how

Re: sending emails using exchange and slide ?

2005-04-10 Thread Martin Kalén
Mark Breitner wrote: I think you misunderstood me. Yes, after reading your explanaition I see that I did. It´s not about sending emails by webdav, it´s about connecting by webdav to exchange and then sending an email. Then the Slide WebDAV-client library should be able to help you. JavaDoc for the

Re: sending emails using exchange and slide ?

2005-04-10 Thread Martin Kalén
Martin Kalén wrote: Then the Slide WebDAV-client library should be able to help you. P.S. The JAR files you need for using the client lib only are: commons-httpclient jdom jakarta-slide-webdavlib Martin - To unsubscribe, e

Re: sending emails using exchange and slide ?

2005-04-08 Thread Martin Kalén
Mark Breitner wrote: does anyone of you know how to send emails with slide ? Hmm... Slide is a repository kernel and WebDAV client/server library [*], so I think your chances are slim to actually send e-mails with Slide. :-) You probably want to go here: http://java.sun.com/products/javamail/

Re: Slide installation problem

2005-04-07 Thread Martin Kalén
Paul Dorman wrote: am I missing something or does the /webapps/slide not get created any more when extracting the jakarta-slide-2.1-tomcat-5.0.28.tar.gz file? I notice only the slide.war file is there in the /webapps directory, not the directory. If you use default Tomcat settings, the WAR should

Re: Problems in adding user

2005-04-06 Thread Martin Kalén
Sandeep wrote: Hi, i am new as far as using slide is concerned. I am having problems in creating users using DAVExplorer. The user created using DAVExplorer cannot log into SLIDE unless and untill i add it to tomcat-user.xml. Is there any way where in i can add users without making the changes