Re: WCK API question

2004-12-03 Thread Oliver Zeigermann
of the code of setResourceContent in the file RI looks like this File file = getFile(resourceUri); if (!file.exists()) throw new ObjectNotFoundException(resourceUri); I hope this helps, Oliver On Fri, 3 Dec 2004 23:58:48 +0100, Oliver Zeigermann [EMAIL

Re: developers: table prefix

2004-12-03 Thread Oliver Zeigermann
Hi John, thanks a lot this really makes sense to me. Thanks for explaining with this simple example. I was just wondering, does this really work? For real? Isn't it too complx? Can you still debug this? Why having all these different implementations? Maybe I am too suspicious, but I am always

Re: main branch vs. 2.1 release branch

2004-12-03 Thread Oliver Zeigermann
I would try upgrading to MySQL 4.1. It worked fine for me. Oliver On Fri, 03 Dec 2004 13:34:41 -0800, Mirko Froehlich [EMAIL PROTECTED] wrote: How stable would you consider the Slide main branch at this point? What are some of the significant differences between this and 2.1? I am still

Re: MKACTIVITY and transactions

2004-12-02 Thread Oliver Zeigermann
Slide does not support this, but it sounds like a good idea. Anything you could contribute that goes in that direction? Oliver On Thu, 02 Dec 2004 12:21:04 +0900, Carlos Villegas [EMAIL PROTECTED] wrote: No, what I'm saying is that instead of using MS extensions one could possibly use

Re: MKACTIVITY and transactions

2004-12-02 Thread Oliver Zeigermann
to fix url encoding on double byte locales. I haven't heard if a committer reviewed it and it has been accepted or rejected. I think somebody was asking recently about chinese. I only tested with japanese but I think it should work with chinese and korean as well. Carlos Oliver Zeigermann

Re: acl_inheritance_type - how does it work?

2004-12-02 Thread Oliver Zeigermann
No idea. Does it have any impact on current code? Or is it deprecated? Oliver On Thu, 2 Dec 2004 12:52:03 +0100, Jacob Lund [EMAIL PROTECTED] wrote: Hi Can someone explain the parameter acl_inheritance_type in the domain.xml? Thanks Jacob

Re: Dreamweaver and Slide

2004-12-02 Thread Oliver Zeigermann
Isn't this the same problem as described in http://issues.apache.org/bugzilla/show_bug.cgi?id=32436 However, Gregory says, it has nothing to do with the CDATA block. I think putting the name in a CDATA block really is a bug at least as it contains the namespcace reference. I will thing of a

Re: Dreamweaver and Slide

2004-12-02 Thread Oliver Zeigermann
OK, this has been fixed both in CVS HEAD as well as in the 2.1 release branch. Now the owner will only be wrapped inside CDATA if really necessary. E.g. owner huhu would still be wrapped. Oliver On Thu, 2 Dec 2004 16:16:52 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Isn't this the same

Re: Slide and JSR170

2004-12-02 Thread Oliver Zeigermann
. -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 5:06 AM To: Slide Users Mailing List Subject: Re: Slide and JSR170 On Tue, 30 Nov 2004 23:13:45 -0500, John Gilbert [EMAIL PROTECTED] wrote: - wrap a webdav api (e.g

Re: developers: table prefix

2004-12-02 Thread Oliver Zeigermann
On Thu, 02 Dec 2004 13:50:31 -0800, Richard Emberson [EMAIL PROTECTED] wrote: This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere. I humbly, but strongly disagree. There is no

Re: problem: OS X mounting webdav as read only

2004-12-01 Thread Oliver Zeigermann
Most likely this is due to the SimpleFileStore implementation. I remember having some problems with this as well. I have done some work based on your initial contribution and have created WCK with a file store reference implementation. Perhaps you want to try that out? Oliver On Tue, 30 Nov 2004

Re: Slide and JSR170

2004-12-01 Thread Oliver Zeigermann
On Tue, 30 Nov 2004 23:13:45 -0500, John Gilbert [EMAIL PROTECTED] wrote: - wrap a webdav api (e.g. slide) with the jsr170 api This has been discussed as in option inside Slide. If you plan to implement something like that would you consider donating it to Slide? Oliver

Re: Slide and JSR170

2004-12-01 Thread Oliver Zeigermann
On Tue, 30 Nov 2004 19:56:44 -0500, Jeff Broberg [EMAIL PROTECTED] wrote: Thanks for the response. I quess my question is, What is the overall architecture for CMS as far as Apache goes ? There seems to be quite a bit of duplication, and I am not sure why slide wouldn't use jackrabbit, or

Re: Slide and JSR170

2004-12-01 Thread Oliver Zeigermann
AFAIK the Jackrabbit people plan to add WebDAV as well... By the way I see no way why you should not program your management console to the Slide client API that translates your stuff to WebDAV. That one is nice, exists, is easy to program to *and* supports a standard. Oliver On Wed, 1 Dec

Re: WCK: A Question

2004-12-01 Thread Oliver Zeigermann
of the id) that's why i need to know how to change the item url to show the id instead of the name?? should I issue a refresh, (so that my CMS reads the items by ID and set the label as the diplay name as needed) ?? or is there another way?? Thanx alot! Rony Oliver Zeigermann [EMAIL

Re: UserTransaction and WebdavResource

2004-12-01 Thread Oliver Zeigermann
There is a Slide connector that can be used. However, it currently works with JBoss only. Have a look at the thread Andrew Tibets started. Oliver On Wed, 01 Dec 2004 09:06:57 -0800, Richard Emberson [EMAIL PROTECTED] wrote: I'd like to create a J2EE application which is both a Slide client

Re: WCK Building Error

2004-11-30 Thread Oliver Zeigermann
here may be the problem (3) modified build.properties, build.xml (4) wrote my own code to glue WebDav to my content mgmt system. (5) Build. Problem as described before. Please help. Thanks, Jane - Original Message - From: Oliver Zeigermann [EMAIL PROTECTED

Re: Can't use log4j.Logger wth Slide-WCK

2004-11-30 Thread Oliver Zeigermann
Obviously Logger.getLogger(Data.class) returns null. I suppose log4j is not properly configured as I see no way how Slide or WCK could interfere with your log4j setup... I'd recommend to use the LoggerFacade passed in the begin method to have all logging use the same logging mechanism. Oliver

Initial WCK Quick Start page in Wiki

2004-11-30 Thread Oliver Zeigermann
Folks, I have added the initial WCK quick start page to the Wiki: http://wiki.apache.org/jakarta-slide/WckQuickStart This page can be edited by anyone who has set up a Wiki account. Please do so if you see anything missing or anything wrong. Oliver

Re: Slide and JSR170

2004-11-30 Thread Oliver Zeigermann
Slide does not support JRS170. Jackrabbit isn't used either. It's the other way round as well, Jackrabbit does not use Slide either. I guess there are quite a number of parameters included in the decision which way to go, so I really can not make any recommendation. Good thing about WebDAV is

Fwd: WCK: A Question

2004-11-29 Thread Oliver Zeigermann
-- Forwarded message -- From: Oliver Zeigermann [EMAIL PROTECTED] Date: Mon, 29 Nov 2004 17:59:55 +0100 Subject: Re: WCK: A Question To: EngR H [EMAIL PROTECTED] On Mon, 29 Nov 2004 00:06:55 -0800 (PST), EngR H [EMAIL PROTECTED] wrote: Hi Oliver, thanks alot for the reply

Re: Performance

2004-11-29 Thread Oliver Zeigermann
Using that large collections is certainly discouraged. Would you put 2000 files into a folder and browse with Windows explorer? Certainy not... Just think of the gigantic XML that has to be build and and parsed again on such a propfind. Given that 30 to 40 seconds does not look that bad. By the

Re: Real filenames in slide tx store

2004-11-28 Thread Oliver Zeigermann
questions about the code. --Andy On Thu, 25 Nov 2004 12:16:52 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: After I had a closer look at this it seems your patch seems to fit nicely into the PathForIDMapper proposed by Antraning in http://nagoya.apache.org/eyebrowse/ReadMsg?listId

Re: WCK: A Question

2004-11-28 Thread Oliver Zeigermann
Hi Rony, great that WCK has been helpful for you, have you been able to use the JAAS authenciation with Oracle application server, as well? Concerning your problem, I guess you are talking about caching, right? A certain action creates an additional resource inside your CMS and as the Slide

Re: Tomcat classloader after deploying Slide

2004-11-28 Thread Oliver Zeigermann
Hi Roman, I really wonder what you are doing. I just checked my Tomcat that has WCK installed the way I described in recent posts. As WCK is an ordinary WAR it does not effect any other web application, thus both the manager as well as the admin application work fine on my machine. Maybe it

Re: WCK: Does it work?

2004-11-27 Thread Oliver Zeigermann
Ooops, I was leaving out something important: 3a) Copy build.properties.sample to build.properties 3b) Set property catalina.dist to the location of your Tomcat installation Oliver On Sat, 27 Nov 2004 00:58:09 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Roman, thanks for the feedback

Re: WCK: Does it work?

2004-11-27 Thread Oliver Zeigermann
instead of default. It would be great if you could have separate source package of reference implementation so you can deploy it with Slide, it will give easier jump-start for users like me. Regards. Oliver Zeigermann wrote: Folks, has anyone except Alessandro had any success

Re: WCK Building Error

2004-11-26 Thread Oliver Zeigermann
Maybe it is due to a mismatch of the compile target set in the build.properties. The sample file for WCK set it to 1.4 and the one for Slide is 1.3. I will align them... Oliver On Thu, 25 Nov 2004 15:14:43 -0500, Jane [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am building WCK with my

WCK: Does it work?

2004-11-26 Thread Oliver Zeigermann
Folks, has anyone except Alessandro had any success with WCK? Does it work at all? Has it actually been useful? If not what should be changed? At which points more documentation would be helpful? Anyone with any experience is kindly asked to add to the WCK Wiki page at

Re: WCK: Does it work?

2004-11-26 Thread Oliver Zeigermann
Added a bunch of disclaimers to the WCK page now. Do you have the impression the WCK is optimistic/pessimistic/rather fair according the useability of WCK? What should be changed to give someone the right impression? Oliver On Fri, 26 Nov 2004 22:08:04 +0100, Oliver Zeigermann [EMAIL PROTECTED

Re: WCK: Does it work?

2004-11-26 Thread Oliver Zeigermann
much, I'd love to see an extension to it based upon the JGroups jars :-) Alessandro. - Original Message - From: Oliver Zeigermann [EMAIL PROTECTED] To: Slide Users Mailing List [EMAIL PROTECTED] Sent: Friday, November 26, 2004 10:37 PM Subject: Re: WCK: Does it work

Re: WCK: Does it work?

2004-11-26 Thread Oliver Zeigermann
be example implementation package along with some documentation. Regards! Oliver Zeigermann wrote: Folks, has anyone except Alessandro had any success with WCK? Does it work at all? Has it actually been useful? If not what should be changed? At which points more documentation would

Re: major deadlock issues (JDBC store with MySQL)

2004-11-25 Thread Oliver Zeigermann
at 03:45, Oliver Zeigermann wrote: Inside security code I have found an additional request which was done outside of the transaction which explains why the locking in the WebDAV layer failed: different transactions inside the same requests where blocking each other. Now everything should

Re: Real filenames in slide tx store

2004-11-25 Thread Oliver Zeigermann
Thanks for the patch, I really like it and would like to see it in 2.1 final. The idea to limit path size to 128 is a nice idea, but you know there is the risk of two different paths to be encooded to the same MD5 hash. Although this is rather unlikely... As the file system has moved to

Re: Real filenames in slide tx store

2004-11-25 Thread Oliver Zeigermann
2004 11:32:40 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Thanks for the patch, I really like it and would like to see it in 2.1 final. The idea to limit path size to 128 is a nice idea, but you know there is the risk of two different paths to be encooded to the same MD5 hash. Although

Re: Slide usage questions

2004-11-24 Thread Oliver Zeigermann
? If not, when will it be? Do these changes impact the 2.1 store implementations? Thanks, Peter -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Dienstag, 23. November 2004 17:05 To: Slide Users Mailing List Subject: Re: Slide usage questions More

Re: Re[2]: WebDAV JCA status=STATUS_NO_TRANSACTION

2004-11-24 Thread Oliver Zeigermann
Why didn't you use the default ds definition shipped with Slide? In webdavclient/etc/conf/connector/jboss/webdav-connector-ds.xml ?xml version=1.0 encoding=UTF-8? connection-factories tx-connection-factory jndi-nameWebDAV-Connector/jndi-name xa-transaction/

Re: Can not find File org.apache.slide.store.MacroStore, Please help

2004-11-23 Thread Oliver Zeigermann
If you are compiling against 2.1 and not CVS HEAD you will have to adjust build.properties and comment out supports.macro.store as this is not supported in 2.1. Oliver On Mon, 22 Nov 2004 22:52:04 -0500, Jane [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I downloaded WCK from CVS and

Re: major deadlock issues (JDBC store with MySQL)

2004-11-23 Thread Oliver Zeigermann
... :) -Mirko On Sat, 2004-11-20 at 12:35, Oliver Zeigermann wrote: This should not be caused by using MySQL 4 as the Slide code for both is identical when it comes to inserting content. Additionally, serilzability of requests is handled in the WebDAV layer, so there really

Re: Can not find File org.apache.slide.store.MacroStore, Please help

2004-11-23 Thread Oliver Zeigermann
source files to D:\eclipse\workspace\webdav\build\classes BUILD FAILED: java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main (Unsupported major.minor version 49.0) Total time: 781 milliseconds - Original Message - From: Oliver Zeigermann [EMAIL PROTECTED] To: Slide

Re: Slide usage questions

2004-11-23 Thread Oliver Zeigermann
More generally I can say that in Slide 2.1 there are restrictions concerning the number of concurrent users and the practical size of collections. Both restrictions have been addressed in the latest Slide code that eventually will become 2.2. In detail 2.2 will have much more fain grained locks

Re: WebDAV JCA status=STATUS_NO_TRANSACTION

2004-11-23 Thread Oliver Zeigermann
Did the example work for you? I had the connector running with 3.x.x, no idea if it works with JBoss 4.0... Maybe Ryan has more knowledge... Oliver On Tue, 23 Nov 2004 20:04:39 +0200, Andrew Tibets [EMAIL PROTECTED] wrote: Hello! I used WebDAV JCA Connector Jakarta Slide 2.1beta1 in

Re: Real filenames in slide tx store

2004-11-23 Thread Oliver Zeigermann
You have set parameter name=url-encode-pathtrue/parameter Remove it and it will be the old behavior. Oliver On Tue, 23 Nov 2004 13:26:46 -0800, Warwick Burrows [EMAIL PROTECTED] wrote: Hi, I have a question regarding the way that content is actually physically stored in the tx

Re: Real filenames in slide tx store

2004-11-23 Thread Oliver Zeigermann
- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 3:57 PM To: Slide Users Mailing List Subject: Re: Real filenames in slide tx store You have set parameter name=url-encode-pathtrue/parameter Remove it and it will be the old behavior

Re: defer-saving parameter?

2004-11-23 Thread Oliver Zeigermann
Turning it on will make writes faster. Now that the WebDAV layer has locks it will not be needed when accessing Slide via WebDAV. Oliver On Tue, 23 Nov 2004 14:25:34 -0800, Warwick Burrows [EMAIL PROTECTED] wrote: What does the defer-saving parameter do? I'd like to know if its a performance

Re: major deadlock issues (JDBC store with MySQL)

2004-11-23 Thread Oliver Zeigermann
I just could reproduce the problem with the new test case testsuite/junit/xmltestcases/functional/extra/multi-user/getPut/getPutFolder.xml and it also exists in the latest sources. It has got something to do with security and seems to be what Warwick already identified in

Re: WCK: correct way to interoperate with slide locks

2004-11-22 Thread Oliver Zeigermann
Thanks, Alessandro, I have added this to the Wiki... Oliver On Mon, 22 Nov 2004 10:58:16 +0100, Alessandro Apostoli [EMAIL PROTECTED] wrote: Hi Oliver, I made it work on the weekend... To summarize things up: I have a static Map to hold the lockids to be returned by getLockInfo(). Every

Re: NewComer: Add WebDav to my Document Management System

2004-11-22 Thread Oliver Zeigermann
On Mon, 22 Nov 2004 11:58:23 -0500, Jane [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I just started to add WebDav to my Document/File Management System. I have only 1 week to finish this (a customer demo need it).(It seems a rather simple process from the document.. but..) Anyone with

Re: WCK: correct way to interoperate with slide locks

2004-11-21 Thread Oliver Zeigermann
Alessandro, does it work for you now? If so please share your insight with us :) Thanks, Oliver On Mon, 15 Nov 2004 19:05:59 +0100, Alessandro Apostoli [EMAIL PROTECTED] wrote: Hi all, my WCK Slide store implementation has its own locking system, much simpler than slide's. I can only lock

Re: using CLOB for properties table's property_value column

2004-11-20 Thread Oliver Zeigermann
This sounds like before shut down, the values are still in cache. Turn off caching for testing. Oliver On Sat, 20 Nov 2004 10:42:10 +0800 (CST), Yong Hu [EMAIL PROTECTED] wrote: I met a strange problem when using CLOB type. I change property_value column in properties table to CLOB. Then I

Re: major deadlock issues (JDBC store with MySQL)

2004-11-20 Thread Oliver Zeigermann
/dummy_1100908351664 -Mirko On Fri, 2004-11-19 at 16:17, Oliver Zeigermann wrote: Make sure you have parameter name=sequential-modefull/parameter parameter name=all-methods-in-transactionstrue/parameter in the configuration sections of Domain.xml which is default for Slide 2.1b2. I

Re: major deadlock issues (JDBC store with MySQL)

2004-11-20 Thread Oliver Zeigermann
. Oliver On Sat, 20 Nov 2004 09:31:17 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: OK, thanks for providing that info. I will have a look at it ASAP. Which MySQL version are you using? Oliver On Fri, 19 Nov 2004 17:44:11 -0800, Mirko Froehlich [EMAIL PROTECTED] wrote: Yes, I'm

Re: major deadlock issues (JDBC store with MySQL)

2004-11-20 Thread Oliver Zeigermann
... and if you provided a test case that revealed any more deadlock I promise that I will try to help you further. Oliver On Sat, 20 Nov 2004 14:40:47 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: And finally took the time to check it with MySQL 4.1 with the attached Domain.xml which

Re: major deadlock issues (JDBC store with MySQL)

2004-11-20 Thread Oliver Zeigermann
in cvs head. Maybe you can tune it to reveal the deadlocks. I will have an additional look at it then. Oliver On Sat, 20 Nov 2004 14:42:44 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: ... and if you provided a test case that revealed any more deadlock I promise that I will try to help you

Re: major deadlock issues (JDBC store with MySQL)

2004-11-20 Thread Oliver Zeigermann
\extra\multi-user\getPut\getPutSame.xml in cvs head. Maybe you can tune it to reveal the deadlocks. I will have an additional look at it then. Oliver On Sat, 20 Nov 2004 14:42:44 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: ... and if you provided a test case that revealed any

Re: major deadlock issues (JDBC store with MySQL)

2004-11-19 Thread Oliver Zeigermann
Please send your Domain.xml and the stack traces of said exceptions. You said your were using 2.1b2? Oliver On Fri, 19 Nov 2004 15:59:22 -0800, Mirko Froehlich [EMAIL PROTECTED] wrote: I did some basic JMeter concurrency testing to validate if Slide meets our concurrency requirements.

Re: major deadlock issues (JDBC store with MySQL)

2004-11-19 Thread Oliver Zeigermann
collection resp. to different ones. One problems Oliver On Sat, 20 Nov 2004 01:05:54 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Please send your Domain.xml and the stack traces of said exceptions. You said your were using 2.1b2? Oliver On Fri, 19 Nov 2004 15:59:22 -0800, Mirko

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Oliver Zeigermann
Wouldn't it be a good idea to create a Wiki page for WS? This email would a great start to cumulate all information in a single location. Oliver On Wed, 17 Nov 2004 17:30:07 -0500, Jagadeesh Sunkara [EMAIL PROTECTED] wrote: I am wondering if there is atleast one person who is successful in

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Oliver Zeigermann
Link to Slide Wiki: http://wiki.apache.org/jakarta-slide Oliver On Thu, 18 Nov 2004 16:10:03 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Wouldn't it be a good idea to create a Wiki page for WS? This email would a great start to cumulate all information in a single location. Oliver

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Oliver Zeigermann
OK, I created an initial Wiki page at http://wiki.apache.org/jakarta-slide/WebSphereSetup that initially contains Jagadeesh's experience. Lionel, have you been able to let Slide run on WS? Would you share your knowledge in the Wiki as well? Thanks, Oliver On Thu, 18 Nov 2004 16:57:15

Re: WCK: correct way to interoperate with slide locks

2004-11-17 Thread Oliver Zeigermann
On Wed, 17 Nov 2004 14:30:34 +0100, Alessandro Apostoli [EMAIL PROTECTED] wrote: Map davLocks = new HashMap(); ... Lock[] getLockInfo(String uri) { MyLock myLock = null; String lockId = null; if ((myLock = getProprietaryLock()) != null) { if ((lockId =

Re: Server API

2004-11-17 Thread Oliver Zeigermann
On Wed, 17 Nov 2004 08:59:40 -0800, James Mason [EMAIL PROTECTED] wrote: On Wed, 2004-11-17 at 14:31 +, Andy Bowes wrote: The long term goal for our portal is to be able to migrate to a JCR compliant repository but I reckon it will be nearly a year before the major CMS players introduce

Re: WCK: correct way to interoperate with slide locks

2004-11-17 Thread Oliver Zeigermann
Hi Alessandro, (1) This is wrong, do not throw an exception, but return it in getLockInfo as well, otherwise Slide will think it can acquire such a lock. This probably is the source of your problem. (2) I see, you are right. (3) But you have something like isExclusive in your lock implementation

Re: release date for Slide

2004-11-17 Thread Oliver Zeigermann
We haven't even one for Slide 2.1 final :( One thing for sure: 2.2 not before 2005 Oliver On Wed, 17 Nov 2004 11:51:06 -0800 (PST), Bin Liu [EMAIL PROTECTED] wrote: Hi, Do we have a target date for release of Slide 2.2? thanks a lot! Bin

Re: write privileges for owner

2004-11-17 Thread Oliver Zeigermann
Jason, the collections in users should not be used to store data. These are not supposed to be the home directory of the specific user, but are the representation of the user itself. Oliver On Wed, 17 Nov 2004 13:54:59 -0500, Jason McElravy [EMAIL PROTECTED] wrote: I am hoping to get some

Re: Database integration

2004-11-16 Thread Oliver Zeigermann
I suppose you see the impact of caching. Have a look at http://wiki.apache.org/jakarta-slide/CacheConfiguration Oliver On Tue, 16 Nov 2004 14:57:47 +0100, Hidalgo Busto, Jose Antonio [EMAIL PROTECTED] wrote: Hi from spain. Sorry for my english. I am new in Slide. I am working in a project

Re: WCK: correct way to interoperate with slide locks

2004-11-15 Thread Oliver Zeigermann
Hi Alessandro, this is a very reasonable question! One idea was to allow lockObject to throw an already locked exception, but this would be somehow weird if getLockInfo did not return any locks. So, short answer: Currently the only solution would be to actually fake (create) such a lock object. I

Re: AW: Added projector documentation link

2004-11-14 Thread Oliver Zeigermann
Isn't velocity a more general (not restricted to HTML) template engine? Additionally it allows control structures like foreach, assignments, methods, etc. This is a complete programming language while Projector templating is much simpler... Oliver On Mon, 15 Nov 2004 00:34:27 +0900, Carlos

Re: AW: Added projector documentation link

2004-11-14 Thread Oliver Zeigermann
On Sun, 14 Nov 2004 16:35:55 +0100, Stephane Bailliez [EMAIL PROTECTED] wrote: Daniel Florey wrote: If you feel like using a template language, I will probably recommend to look at StringTemplate (www.stringtemplate.org) Enforcing Strict Model-View Separation in Template Engines There's a

Re: Concurrency, WebDAV vs. client API, topology, versions, etc.

2004-11-13 Thread Oliver Zeigermann
On Fri, 12 Nov 2004 18:14:03 -0800, Mirko Froehlich [EMAIL PROTECTED] wrote: My initial testing with Slide using the WebDAV client API looks pretty promising, and I am very impressed with the feature set. However, I have not had a chance to do any concurrency testing. Does anybody have any

Re: Authentication not required after installation

2004-11-12 Thread Oliver Zeigermann
How does the JAAS entry in server.xml look like? Does it contain useContextClassLoader=false as attribute? It should... Oliver On Fri, 12 Nov 2004 01:04:13 + (GMT), johnw woo [EMAIL PROTECTED] wrote: Hi, I am already copying it from the slides webpage. // sample login config file

Re: User data available in stores?

2004-11-12 Thread Oliver Zeigermann
Have you tried uri.getToken().getCredentialsToken().getPrincipal() on the uri passed to every store method? Oliver On Fri, 12 Nov 2004 11:45:40 +0100, Stefan Fromm [EMAIL PROTECTED] wrote: Hello, I have implemented a store which maps logical views of an IR system into Slide. For read

Re: Tomcat not starting after deploying slide-Wck build

2004-11-11 Thread Oliver Zeigermann
OK, I used the gzipped version, but the zip works just as well. Just checked that.. Now, the only thing I could imagine is that your CATALINA_BASE / CATALINA_HOME environment variable has been set and points to a broken Tomcat installation and not the patched one. Please check that. The variables

Re: I also have trouble doing versionControl in Oracle...

2004-11-10 Thread Oliver Zeigermann
Without really having looked into this the error seems to say that the stream to read from has already been closed. This may mean there is a bug in the Slide core or (more likely) in the Oracle store. Oliver On Wed, 10 Nov 2004 10:47:21 -0500, Nick Longinow [EMAIL PROTECTED] wrote: I get this

Mac OSX Tracking

2004-11-10 Thread Oliver Zeigermann
Folks, Chris sent me this reference to the built in dumping tool in OS X. Oliver -- Forwarded message -- From: Chris Sharp [EMAIL PROTECTED] Date: Tue, 9 Nov 2004 15:02:14 -0800 Subject: Re: Mac OSX Issue To: Oliver Zeigermann [EMAIL PROTECTED] OS X has tcpdump built

Re: I also have trouble doing versionControl in Oracle...

2004-11-10 Thread Oliver Zeigermann
inputstream has nothing available. The InputStream might not be closed, but it seems to have been already emptied. RME Oliver Zeigermann wrote: Without really having looked into this the error seems to say that the stream to read from has already been closed. This may mean

Re: I also have trouble doing versionControl in Oracle...

2004-11-10 Thread Oliver Zeigermann
NOT a InputStream close issue since that happens after the Oracle connection SQLException. So the question is where is the Oracle DB connection being closed? RME Oliver Zeigermann wrote: Without really having looked into this the error seems to say that the stream to read from has already

Re: Tomcat not starting after deploying slide-Wck build

2004-11-10 Thread Oliver Zeigermann
On Wed, 10 Nov 2004 22:13:17 +0200, Roman D [EMAIL PROTECTED] wrote: Hi, it's me again, Fifth day of trying to make Slide with WCK work (duh..) I am building Slide WCK with deploy target. it builds and deploys with no errors at all. Tomcat 5.0.28 doesn't start after that. stdout.log

Re: slide.war produced by WCK build process

2004-11-10 Thread Oliver Zeigermann
session manager how to do this. Oliver On Wed, 10 Nov 2004 13:06:49 +0200, Roman D [EMAIL PROTECTED] wrote: I don't need JAAS, how can I configure Domain.xml to allow access without auth? How can I configure domain.xml to pass all authentication to my own class? Oliver Zeigermann wrote

Re: I also have trouble doing versionControl in Oracle... Memory issue ? Compress fixes it.

2004-11-10 Thread Oliver Zeigermann
succeed. I'll go check to see how compress helps the situation. Nick -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 3:49 PM To: Slide Users Mailing List Subject: Re: I also have trouble doing versionControl in Oracle... Your

Re: Can't run WCK example application

2004-11-09 Thread Oliver Zeigermann
Hi Roman, sorry that you had no success :( The most reliable way to make it run is to check out the full Slide head from CVS, then switch to the wck directory and call ant. When you want to adjust Tomcat for WCK and install it there you will have to call ant deploy Please refer to

Re: Resource Permissions

2004-11-09 Thread Oliver Zeigermann
Securiy is checked according to http://www.greenbytes.de/tech/webdav/rfc3744.html Oliver On Tue, 09 Nov 2004 11:45:12 -0800, Brian Lee [EMAIL PROTECTED] wrote: Can someone tell me how permissions work? Looking at the source - in particular the stores code in WCK and Slide itself, I don't see

Re: Documentation

2004-11-09 Thread Oliver Zeigermann
+1, I really, really, appreciate your effort! Oliver On Tue, 09 Nov 2004 11:06:01 -0800, Brian Lee [EMAIL PROTECTED] wrote: Hey guys, Once you get any answers to your questions, please update the wiki (found here - http://wiki.apache.org/jakarta-slide/FrontPage -all you have to do is to

Re: Can't run WCK example application

2004-11-09 Thread Oliver Zeigermann
This looks like you have configured your custom store correctly. I do not quite understand what your problem is, what do you mean with it can't even find the root directory? To see if this would work why not start with class MyStore extends WebdavFileStore { } and successively overloading the

Re: Resource Permissions

2004-11-09 Thread Oliver Zeigermann
? Oliver Zeigermann wrote: Securiy is checked according to http://www.greenbytes.de/tech/webdav/rfc3744.html Oliver On Tue, 09 Nov 2004 11:45:12 -0800, Brian Lee [EMAIL PROTECTED] wrote: Can someone tell me how permissions work? Looking at the source - in particular the stores

Re: Can't run WCK example application

2004-11-09 Thread Oliver Zeigermann
, 09-Nov-2004 12:41:43, root, PROPFIND, 404 Not Found, 227 ms, / Oliver Zeigermann wrote: This looks like you have configured your custom store correctly. I do not quite understand what your problem is, what do you mean with it can't even find the root directory? To see if this would

Re: Mac OSX Issue

2004-11-09 Thread Oliver Zeigermann
/._TestFile.xml PROPFIND /aa/Images PROPFIND /aa/Images/Images If necessary, I can try to capture more detailed info. John Williams -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED

Re: Problem with using JAAS for authentication

2004-11-08 Thread Oliver Zeigermann
You might try and switch on auto creation of users in Domain.xml in the configuration section like where filepath and similar parameters are set as well like: configuration ... auto-create-userstrue/auto-create-users

Re: Oracle Store Out of Memory on putMethod ??

2004-11-08 Thread Oliver Zeigermann
Hi Nick, the resource is zipped in memory first, so with the default size of your JVM of 64 MB this might get a bit too big. A short term solution would be to give it more memory. However, as I understood Davide said he would put back the old Oracle adapter using classs from Oracle's JDBC driver

Fwd: Mac OSX Issue

2004-11-07 Thread Oliver Zeigermann
-- Forwarded message -- From: James Mason [EMAIL PROTECTED] Date: Sat, 06 Nov 2004 23:43:27 -0800 Subject: Re: Mac OSX Issue To: Oliver Zeigermann [EMAIL PROTECTED] Maybe having someone setup a recording proxy and running through some basic usage examples would be a good idea

Re: The OS X issue

2004-11-06 Thread Oliver Zeigermann
Could you describe what is wrong in a bit more detail. Which Slide version? Oliver On Sat, 06 Nov 2004 16:46:04 +0100, Morten [EMAIL PROTECTED] wrote: Hi. Can anyone elaborate on what's wrong? Is this an Apple issue or? mod_dav works well with OS X, and from the Slide website, I gather

Mac OSX Issue

2004-11-06 Thread Oliver Zeigermann
Folks, there have been many reports that there is something wrong with accessing Slide using Mac OSX. I would like to get this solved, but have got no access to a Mac, so I am of little help. I do not even know what exactly is the problem. So if anyone out there who knows, has access to OSX,

Re: Slide 2.1b2 Tomcat bundle Mac Errors

2004-11-05 Thread Oliver Zeigermann
;) Oliver. On Thu, 04 Nov 2004 19:34:08 -0800, James Mason [EMAIL PROTECTED] wrote: On Thu, 2004-11-04 at 23:16 +0100, Oliver Zeigermann wrote: With the latest version from Slide HEAD or release branch with a fresh PUT? Can anyone confirm that? Oliver P.S.: Need to get myself

Re: How to use Slide with database for data storage?

2004-11-05 Thread Oliver Zeigermann
. Oliver Zeigermann wrote: Either comment out slide.version=2.2 or set it to slide.version=2.2pre1 as this is the version currently set in Slide's build.xml. Maybe this should be the value in the sample file - changing this... Hope this helps, Oliver On Thu, 04 Nov

Re: Domain.xml

2004-11-05 Thread Oliver Zeigermann
Great, I really appreciate this :) Oliver On Fri, 05 Nov 2004 10:58:11 -0800, Brian Lee [EMAIL PROTECTED] wrote: Thanks man - I figured I can learn Slide better that way and help other people along the way Stefan Lützkendorf wrote: No, we haven't any schema or dtd. Stefan

Re: WebdavFileStore javadoc

2004-11-05 Thread Oliver Zeigermann
Hihi, evil copy-paste-man, which is me, has made one more mistake, the second version should be objectnode classname=org.apache.slide.structure.SubjectNode uri=/files without the property. I will fix this, thanks for finding out... Oliver On Thu, 04 Nov 2004 16:25:20 -0800, Brian Lee [EMAIL

Re: Turning security off

2004-11-05 Thread Oliver Zeigermann
Should be possible as this is an option for WCK. What kind of problems are you experiencing? Oliver On Fri, 5 Nov 2004 15:09:05 -0500, John Gilbert [EMAIL PROTECTED] wrote: Based on the following page (http://jakarta.apache.org/slide/howto-acl.html) I need to turn off security in the web.xml

Re: WCK to servlet?

2004-11-05 Thread Oliver Zeigermann
WCK makes use of org.apache.slide.webdav.WebdavServlet as it makes use of the whole and complete Slide thing. Using WCK with Slide will be configured in the Domain.xml. Have a look at the Domain.xml provided with the WCK. Oliver On Fri, 05 Nov 2004 17:19:34 +0200, Roman D [EMAIL PROTECTED]

Re: DB2 deadlock committing transaction

2004-11-05 Thread Oliver Zeigermann
Hasn't Stefan fixed this problem in Slide 2.1b2? Which version are you using? Oliver On Fri, 5 Nov 2004 08:52:52 -0800, Warwick Burrows [EMAIL PROTECTED] wrote: Hi guys, I've just added transaction support into my WebDAV client based app using the WebdavResource transaction methods. But

Re: Slide 2.1b2 Tomcat bundle Mac Errors

2004-11-04 Thread Oliver Zeigermann
? Oliver Zeigermann wrote: It is not using 1.5. What makes you think it does? Oliver On Wed, 03 Nov 2004 11:36:41 -0800, Brian Lee [EMAIL PROTECTED] wrote: Definitely a problem with just the built-in Mac OSX client - with all the latest updates for both 2.0 and 2.1b2. I would like

<    1   2   3   4   5   6   >