Re: REQUEST FOR HELP/COMMENT: Store problems

2003-11-03 Thread Oliver Zeigermann
I did some investigations as well. My aim is to concentrate the scattered efforts and merge all our work into one implementation everyone can live with. It seems a lot of branching has occured, and there are two main branches of the J2EE stuff: org.apache.slide.store.impl.rdbms.J2EEStore -

Re: Question to relationship between scope and store

2003-11-03 Thread Stefan Lützkendorf
Thanks Oliver, that are good news. Our question occurs because the Service interface has a setScope method (instead of addScope) and all implementations are storing a single Scope instance in a member variable, though we have not any usage of it. Regards, Stefan Lützkendorf Oliver Zeigermann

Re: Question to relationship between scope and store

2003-11-03 Thread Oliver Zeigermann
Hmmm. Confusing. Could not find any reading references to scope either. Can you think of any circumstances where the store could be interested in its scope? Oliver Stefan Lützkendorf wrote: Thanks Oliver, that are good news. Our question occurs because the Service interface has a setScope

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/performance/Nested Nested100d_propfind.xml Nested10d_propfind.xml Nested1d_propfind.xml

2003-11-03 Thread juergen
juergen 2003/11/03 03:32:47 Modified:testsuite/testsuite/junit/xmltestcases/performance/Amount 100d_propfind.xml 10d_propfind.xml 1d_propfind.xml testsuite/testsuite/junit/xmltestcases/performance/Size 100k_c_propfind.xml

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/URM - New directory

2003-11-03 Thread juergen
juergen 2003/11/03 03:33:37 jakarta-slide/testsuite/testsuite/junit/xmltestcases/URM - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/URM/2_group - New directory

2003-11-03 Thread juergen
juergen 2003/11/03 03:35:30 jakarta-slide/testsuite/testsuite/junit/xmltestcases/URM/2_group - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/URM/1_user - New directory

2003-11-03 Thread juergen
juergen 2003/11/03 03:35:37 jakarta-slide/testsuite/testsuite/junit/xmltestcases/URM/1_user - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 24357] New: - PATCH: Fine granular access rights improvement.

2003-11-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24357. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: REQUEST FOR HELP/COMMENT: Store problems

2003-11-03 Thread cbritton
The slidestore.j2ee.J2EEStore work was done by Ashok to provide a merged store, which is transactionally correct. We use a version of it in our product. We discovered in the original J2EEStore model, where the stores were separate classes that the transactions were not clean and database

Re: REQUEST FOR HELP/COMMENT: Store problems

2003-11-03 Thread Christophe Lombart
I'm trying to use J2EEStore with MySql (with adapter :-)) ). I also modifed this store in order to support DBCP. Unfortunatly, I got some deadlock issues when this store makes some delete. Do you know how to solve this problem ? Without deletes, everything works fine, I can run 100 threads

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

2003-11-03 Thread Daniel Rall
Question How to send multiple 1xx responses and a final 200 response to a single request? An example -- A HTTP/1.1 user agent (UA) sends a large, multi-GB XML data file to your server. Thirty seconds pass and the server is still digesting the data file. The server responds