RE: Custom Store Q

2004-08-10 Thread Ragia
Thanx a lot kranga for your support, I really appreciate your response! -1 -Original Message- From: kranga [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 7:30 PM To: Slide Users Mailing List Subject: Re: Custom Store Q This has to rank as the worst response I've seen on an

Re: Help needed!

2004-08-10 Thread Oliver Zeigermann
Hi rd, I agree that Slide presently may not have an appropriate performance level for certain scenarios, especially massive concurrent write scenarios. You say you do not need the full functionality. Have you thought of switchitng off autoversions, security and maybe even locking? The

Re: Slide issues and 2.1 release

2004-08-10 Thread Oliver Zeigermann
1. Is 2.1 beta release on schedule (Aug 10?) Yes 2. Can we expect some performance gains in 2.1? I have do some work for the file store. With other stores performance should be pretty much the same as in 2.0, I guess. 3. Also from publishing point of view, is there any slide webDAV api

Re: Custom Store Q

2004-08-10 Thread Oliver Zeigermann
Ragia, Kranga, cool down a bit. Quoting from myself: documentation isn't the best. So, I do not know what you are after, we all agree in this. I just said documentation might not be the only problem here, and I still stand for it. Maybe my tone wasn't appropriate, but I already apologized for

RE: Custom Store Q

2004-08-10 Thread Ragia
Oliver, You are just quoting what you wanna quote, you judged things while you are not allowed to, and you still insist on that! Lack of documentation is an issue that all ppl agree on! Not only me who mentioned that!! (Review the mailing list if u have time) I started

Re: Custom Store Q

2004-08-10 Thread Oliver Zeigermann
I agree there is a lack of documentation as well, so it for sure is not just you. To my surprise a lot of people seem to have the plan to build a store of their own. Let's see that the documentation catches up with this development. Is there anything you can propose? Add some of your

Re: Slide issues and 2.1 release

2004-08-10 Thread Ingo Brunberg
1. Is 2.1 beta release on schedule (Aug 10?) Yes 2. Can we expect some performance gains in 2.1? I have do some work for the file store. With other stores performance should be pretty much the same as in 2.0, I guess. 3. Also from publishing point of view, is there any slide

Re: newbie: CheckOut property

2004-08-10 Thread Ingo Brunberg
Take the following code snippet as a starting point: Vector propVec = new Vector(2); propVec.addElement(checked-in); propVec.addElement(checked-out); try { Enumeration e = resource.propfindMethod(DepthSupport.DEPTH_0, propVec); if (e.hasMoreElements()) { Enumeration props =

Delistment of services

2004-08-10 Thread Stefan Fromm
Hi, the delistment of services seems to have changed its behaviour from Slide 2.0 to Slide 2.1. In method ExtendedStore.createObject() a new object is put into objectsCache. After executing delist() this object disappears from this cache in Slide 2.1. In Slide 2.0 it stays. More precisely the

Re: Delistment of services

2004-08-10 Thread Oliver Zeigermann
Hi Stefan! Could you explain this in a bit more detail, please? Does the object really disappear? I'd suspect it is only no longer visisble as the cache is no longer associated to the current thread. In this case you receive the global entry. But this is just my suspecion. If it really

Unknown table 'binding' in MULTI DELETE

2004-08-10 Thread Michele Costabile
I keep having this exception during startup org.apache.slide.common.ServiceAccessException: Service org.apache.slide.store.i [EMAIL PROTECTED] access error : Base table or view not found, message from server: Unknown table 'binding' in MULTI DELETE at

Re: Delistment of services

2004-08-10 Thread Stefan Fromm
Hello Oliver, I've just found out what my mistake was: in Slide 2.0 one could call Structure.create() without setting SlideToken.setForceStoreEnlistment(true) before. That's why I expected the same behaviour in Slide 2.1 and assumed a bug. Ok, thank you for your quick reply. Regards, Stefan

Jakarta Struts with Slide.

2004-08-10 Thread Simonin, Bradley K. (Brad)
Hello. We are embarking on project where were we want to have a Model-View-Controller Java based Servlet application for a content management system. How well does Slide integrate into Struts? So, lets say our Model would be the data stored in Slide, the view would be Servlets and/or JSP, and

Re: Delistment of services

2004-08-10 Thread Oliver Zeigermann
I saw myself forced to change it when I introduced external transactions. Actually, 2.0 had a bug or better to say inaccuracy that did not clear association with threads even after enlistment. I already explained this a bit... Sorry if this caused any inconvenience... Oliver Stefan Fromm

Re: Help needed!

2004-08-10 Thread r d
Hi Oliver, Thanks for your reply. You are always forthcoming and helping. We need autoversioning but may be I can try switch off locking. As I understand it, if I trun it off then multiple users can checout file and last checkin will be final, isn't it? How do I switch it off? In Domain.xml? I

RE: Jakarta Struts with Slide.

2004-08-10 Thread Michael Oliver
Yes! We are doing exactly that. We created a helper class based on the Slide WebDAV client that we use to access our Slide Content. We use versioned XML documents to persist ALL our data and then use Custom Stores to synchronize selected data to RDBMS or Legacy Applications. All the Struts

Re: Help needed!

2004-08-10 Thread Oliver Zeigermann
These release is already there, but the distributions currently are being checked, so I did not sent the announce mail, yet. General: http://jakarta.apache.org/slide/download.html Bin: http://jakarta.apache.org/site/binindex.cgi#slideb1 Source:

RE: Jakarta Struts with Slide.

2004-08-10 Thread Andrey Shulinsky
Hi, Brad! We use the same approach. However, we use Slide core API directly, not the WebDAV client. Yours sincerely, Andrey. -Original Message- From: Slide Users Mailing List [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 10:51 AM To: [EMAIL PROTECTED] Subject: Jakarta

Wiki page

2004-08-10 Thread Andrey Shulinsky
Hi! I've created a new Wiki page where I put some info about migration between different Slide versions. This page is accessible directly: http://wiki.apache.org/jakarta-slide/Migration but the link on the main page is not active: http://wiki.apache.org/jakarta-slide Have I done anything wrong?

Re: New Committers Davide and Ryan

2004-08-10 Thread James Mason
Welcome welcome :) Oliver Zeigermann wrote: Dear Slide community! We have two new committers, Davide and Ryan. Welcome to both of you. Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: PLEASE HELP WebdavResource init error, invalid port number

2004-08-10 Thread Michel Bohn
When I try and connect to the following url I get the following error. Could someone clarify why? What am I doing wrong. Error Output: Init WebdavResource invalid port number org.apache.commons.httpclient.URIException: invalid port number at

Re: New Committers Davide and Ryan

2004-08-10 Thread James Mason
I can understand the confusion :). Please feel free to contribute in the customer-user mode if that's what you're comfortable with. I think it's important to get feedback and contributions from as wide a range of people as possible. If you can suffer through the code discussions there are

Re: New Committers Davide and Ryan

2004-08-10 Thread Davide Savazzi
On Tuesday 10 August 2004 22:22, James Mason wrote: Welcome welcome :) Oliver Zeigermann wrote: Dear Slide community! We have two new committers, Davide and Ryan. Welcome to both of you. Thanks! :) -- Davide Savazzi

Re: PLEASE HELP WebdavResource init error, invalid port number

2004-08-10 Thread James Mason
Can you setup a sniffer/proxy for your connection (say Apache Ant's tcpmon or ethereal)? I think this may be a redirection problem, and it would be helpful to know what the http traffic looks like. -James Michel Bohn wrote: When I try and connect to the following url I get the following error.

Re: PLEASE HELP WebdavResource init error, invalid port number

2004-08-10 Thread Michel Bohn
Sure, I will set up a sniffer and respond. To give you some history, I set up my own XML HttpClient to see if I could get dialog and sure enough the first url - http://services.msn.com/svcs/hotmail/httpmail.asp redirects you to http://oe.hotmail.com/cgi-bin/hmdata where you authenticate and

2.1 beta run against the test suite?

2004-08-10 Thread Warwick Burrows
Hi guys, Great work on getting out the beta release! I look forward to integrating it and trying it out. Particularly James work with cache notifications in clustered mode. I'm wondering how the 2.1 beta ran against the testsuite you have in CVS? I didn't see any release notes in the News

A question about permission in slide(From YongHu)

2004-08-10 Thread Hu Yong
All, I use webdav client lib to implement the permission management in slide, and use command line provided with client lib to do some test. The initial directory structure looks like following: / -- files rootuser has the whole control to all resource, and user1 has no any permission

a question about version-control (From HuYong)

2004-08-10 Thread Hu Yong
All, When I use WebDavResource.proppatchMethod() to set one file's property, a new version will be created in history. Coulde I do some configure to avoid the new version's auto generation? My auto-version-control is set true and auto-version is checkout-checkin Looking forwards to the reply

Dreamweaver and Slide

2004-08-10 Thread Brett Collett
All, I have a problem doing a PUT from Dreamweaver. The resource is locked correctly but when the PUT is attempted it tells me that it is already locked. I have seen this problem in forums before but no fix was stated. Please help, Brett -Original Message- From: Hu Yong [mailto:[EMAIL

Re: 2.1 beta run against the test suite?

2004-08-10 Thread Oliver Zeigermann
The testsuite has been run. There was I thread in the dev list, I had 3 errors (of more than 200 cases), but those were the new cases. Stefan had none as the new ones needed authentication to be turned on which I had not. Oliver Warwick Burrows wrote: Hi guys, Great work on getting out the

RE: Jakarta Struts with Slide.

2004-08-10 Thread r d
Hi, We have prototyped using struts and slide webdav api. It was just plainly calling webdav api through struts actions. JSP was the view component. I have some questions though We use versioned XML documents to persist ALL our data and then use Custom Stores to synchronize selected data to

RE: Custom Store Q

2004-08-10 Thread Ragia
I will, hope every one does .. -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 5:44 PM To: Slide Users Mailing List Subject: Re: Custom Store Q Ragia, Can you keep notes as you work on your store regarding what areas you have problems with

Re: Custom Store Q

2004-08-10 Thread Oliver Zeigermann
I promise to add more to the store docs when I return from vacation! Oliver Ragia wrote: I will, hope every one does .. -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 5:44 PM To: Slide Users Mailing List Subject: Re: Custom Store Q Ragia,