cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/additionalUseCases/workspace VCRDelWSChoutChinUpdte.xml WsChoutMveChinUpdte.xml WsChoutUnchoutWsChout.xml WsMveChoutChinUpdte.xml

2003-11-04 Thread juergen
juergen 2003/11/04 00:23:09 Modified:testsuite/testsuite/junit/xmltestcases/DeltaV/additionalUseCases/move ChoutMveChIn.xml ChoutMvePutUnckout.xml VcMveDelPutMveVc.xml VcMveDelVcMve.xml VcMveDelVcMvePut.xml

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/DeltaV/compatability/UnlockedVCR Checkin.xml Checkout.xml CopySource.xml CopyTarget.xml Delete.xml Get.xml Head.xml Label.xml Lock.xml Mkcoll.xml Mkworkspace.xml MoveSource.xml MoveTarget.xml Options.xml Post.xml Propfind.xml Proppatch.xml Put.xml Report.xml Unlock.xml Update.xml Versioncontrol.xml

2003-11-04 Thread juergen
juergen 2003/11/04 00:23:26 Modified:testsuite/testsuite/junit/xmltestcases/DeltaV/compatability/LockC Checkin.xml Checkout.xml Label.xml Mkworkspace.xml Report.xml Update.xml Versioncontrol.xml

Re: REQUEST FOR HELP/COMMENT: Store problems

2003-11-04 Thread Oliver Zeigermann
Hi Colin, hi Ashok, hi all! If you reposted and donated the latest version of your code I will promise to do my best to merge it with the other versions / branches. This could be good for us all, as our efforts can be combined! Anyway (just observations / questions, no exposing or anything

Re: REQUEST FOR HELP/COMMENT: Store problems

2003-11-04 Thread Martin Holz
Christophe Lombart [EMAIL PROTECTED] writes: I'm trying to use J2EEStore with MySql (with adapter :-)) ). I also modifed this store in order to support DBCP. Did you use MySql 4? MySql 3 has not transaction support, which is required for slide. Martin

RE: REQUEST FOR HELP/COMMENT: Store problems

2003-11-04 Thread LOMBART Christophe
4.0.15 standard - InnoDB It strange because dealocks occurs only on delete statments. Sometime, the Slide RDBMS Adapter delete rows without using primary key. Do you think that MySql locks more rows in this case ? Christophe -Original Message- From: Martin Holz [mailto:[EMAIL

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/propfind propfindAclAllC.xml propfindAclAllR.xml

2003-11-04 Thread juergen
juergen 2003/11/04 03:45:30 Modified: testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlExisitingMethods OptionsAccess-ControlHeader.xml testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/get 01_getAllGroup.xml 02_getGroup.xml 03_getUserOfGroup.xml

2003-11-04 Thread juergen
juergen 2003/11/04 03:45:41 Modified: testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlMethods/ACLExamples 01_ACL2DenyAllForGroupGrantRead.xml 02_ACL2DenyAllForGroupGrantWrite.xml

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/BIND/functional/webdavMethods NoObjLockCopy.xml NoObjLockCopy_2.xml bindLock.xml copy201resId.xml copy204Tree.xml copy204Tree_1.xml copy204resId.xml copy204resId_2.xml copyNobindStrucBind.xml copyNobindStrucBind_2.xml copybindStrucNoBind.xml copybind_1.xml copybind_2.xml copybind_3.xml getbind.xml propfindbindcopy.xml propfindbindproppatch.xml propfindbindput.xml proppatchbind.xml putbind.xml

2003-11-04 Thread juergen
juergen 2003/11/04 04:09:17 Modified:testsuite/testsuite/junit/xmltestcases/BIND/functional binddir.xml bindfile.xml testsuite/testsuite/junit/xmltestcases/BIND/functional/Unbind unbindCollectionFile_1.xml

Re: Implementing ACL draft-12 (was: BUG: cvs commit: ...)

2003-11-04 Thread Oliver Zeigermann
Hello, Peter, thanks for letting us participate :) Nevermann, Dr., Peter wrote: 1) User group relationships will not be mapped anymore to the URI hierarchy Instead, the DAV:group-member-set and DAV:group-membership properties are used which allows for many-to-many relationships between users

RE: REQUEST FOR HELP/COMMENT: Store problems

2003-11-04 Thread cbritton
1.) There is this closing of resources issue: If you take a closes look you will see statement will not be closed when res.close() rises an exception. Admittedly, this is unlikely, but why risking this? Maybe it is fixed in your code, already? I know it is ugly, but maybe like this: Agreed

Re: Implementing ACL draft-12 (was: BUG: cvs commit: ...)

2003-11-04 Thread Martin Dulisch
Oliver Zeigermann wrote: Hello, Peter, thanks for letting us participate :) Nevermann, Dr., Peter wrote: 1) User group relationships will not be mapped anymore to the URI hierarchy Instead, the DAV:group-member-set and DAV:group-membership properties are used which allows for

[VOTE]: J2EE-Adapter or Not

2003-11-04 Thread Oliver Zeigermann
[EMAIL PROTECTED] wrote: 2.) Why do you think the approach in org.apache.slide.store.impl.rdbms is better than yours? Why is there an adapter? Also, where do you see a nicer Java approach? Well with the adaptor then different DB optimizations maybe more easily accommodated. Also I prefer more

Re: Implementing ACL draft-12 (was: BUG: cvs commit: ...)

2003-11-04 Thread Oliver Zeigermann
Martin Dulisch wrote: In WebDAV principals are also represented as resources. These have the properties. You can find a detailed description here: http://www.webdav.org/acl/protocol/draft-ietf-webdav-acl-12.htm#_Toc53484905 Thanks Martin, this makes things clear to me. I am not very good in

Re: [VOTE]: J2EE-Adapter or Not

2003-11-04 Thread Daniel Florey
Hello all! In my opinion, both approaches do have their pros and cons. One difference between doing the db-optimization by using the adapter-concept or doing it by subclassing will appear in the domain.xml-configuration: The use of the adapter is a little bit more complicated, because the user

Latest J2EEStore

2003-11-04 Thread akumar
Hi All Resubmitting the latest J2EEStore related classes from our CVS. I have incorporated the point(1) raised by Oliver. Now we have nested try..final blocks for each. Include the SQLServer Schema with and with out foreign key relations and the sample domain.xml Ashok -Original

RE: Implementing ACL draft-12 (was: BUG: cvs commit: ...)

2003-11-04 Thread Nevermann, Dr., Peter
Nevermann, Dr., Peter wrote: 1) User group relationships will not be mapped anymore to the URI hierarchy Instead, the DAV:group-member-set and DAV:group-membership properties are used which allows for many-to-many relationships between users and groups. Just for my understanding.

Re: REQUEST FOR HELP/COMMENT: Store problems

2003-11-04 Thread Michael Smith
Given the obervations above and my *personal* impression your store seems to be the most mature, so it would be of great help if you donated the latest version of your code! Oliver (and others), Be warned that NONE of the JDBC/J2EE based stores can be safely used with access control, unless

Re: Servlet API support for multiple HTTP status codes (1xx)?

2003-11-04 Thread Michael Smith
Servlet API lacking? Brief examination of the source for Tomcat 4.1 leads me to believe that though sendError(int) does provide a way for communicating informational responses in the 1xx range -- which incidently aren't error conditions -- that later attempts to

Re: REQUEST FOR HELP/COMMENT: Store problems

2003-11-04 Thread Oliver Zeigermann
Michael Smith wrote: Be warned that NONE of the JDBC/J2EE based stores can be safely used with access control, unless you take care to never set an ACL with more than one ACE. See the discussion of this a few months back as to why (fixing it requires minor db schema changes). Ahhh. Thanks for

Re: REQUEST FOR HELP/COMMENT: Store problems

2003-11-04 Thread Michael Smith
Oliver Zeigermann wrote: Michael Smith wrote: Be warned that NONE of the JDBC/J2EE based stores can be safely used with access control, unless you take care to never set an ACL with more than one ACE. See the discussion of this a few months back as to why (fixing it requires minor db schema