DO NOT REPLY [Bug 31196] - error thrown in init() when no namespace defined

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31539] - exception when creating a webdavresource on a non existing resource

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib WebdavResource.java

2004-10-05 Thread ozeigermann
ozeigermann2004/10/05 14:24:21 Modified:webdavclient/clientlib/src/java/org/apache/webdav/lib WebdavResource.java Log: Applied patch for #31539 Revision ChangesPath 1.32 +9 -4 jakarta-slide/webdavclient/clientlib/src/java/org/apache/webd

DO NOT REPLY [Bug 31166] - exception trace during initialization

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-slide/src/share/org/apache/slide/common Namespace.java

2004-10-05 Thread ozeigermann
ozeigermann2004/10/05 14:19:55 Modified:src/share/org/apache/slide/common Namespace.java Log: Removed annoying stack trace as suggested in #31166 Revision ChangesPath 1.69 +4 -5 jakarta-slide/src/share/org/apache/slide/common/Namespace.java Index: Namespace

Re: DO NOT REPLY [Bug 31552] - LuceneNodeIndexer

2004-10-05 Thread Oliver Zeigermann
Man, that was quick. Seems you have already made some good progress :) Only had I quick glance at your code, but I was wondering what about <,> comparisions. Isn't there something in Lucene that allows you to use something like an ordering? Oliver [EMAIL PROTECTED] schrieb: DO NOT REPLY TO THIS

cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms PostgresRDBMSAdapter.java CommonRDBMSAdapter.java StandardRDBMSAdapter.java

2004-10-05 Thread ozeigermann
ozeigermann2004/10/05 13:56:10 Modified:src/stores/org/apache/slide/store/impl/rdbms Tag: SLIDE_2_1_RELEASE_BRANCH PostgresRDBMSAdapter.java CommonRDBMSAdapter.java StandardRDBMSAdapter.java Log: Added additional check for null permissi

cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms StandardRDBMSAdapter.java PostgresRDBMSAdapter.java CommonRDBMSAdapter.java

2004-10-05 Thread ozeigermann
ozeigermann2004/10/05 13:53:32 Modified:src/stores/org/apache/slide/store/impl/rdbms StandardRDBMSAdapter.java PostgresRDBMSAdapter.java CommonRDBMSAdapter.java Log: Added additional check for null permission which was reported to be pa

DO NOT REPLY [Bug 31552] - LuceneNodeIndexer

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31552] - LuceneNodeIndexer

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31552] - LuceneNodeIndexer

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31552] - LuceneNodeIndexer

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31552] New: - LuceneNodeIndexer

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: New indexer class...now how to integrate search capability

2004-10-05 Thread Oliver Zeigermann
Certainly, create a bugzilla entry and attach what you have. If it is making more progress, we can even consider adding it to the proposals section. Oliver Darren Hartford schrieb: Some testing, on 1000 records normal basic/default searching on the XMLFileDescriptor takes 3 seconds (3000ms). D

RE: New indexer class...now how to integrate search capability

2004-10-05 Thread Darren Hartford
Some testing, on 1000 records normal basic/default searching on the XMLFileDescriptor takes 3 seconds (3000ms). Direct Lucene search for the same search over the same files took under 100ms. Now, just need to get it integrated within the Slide search/query infrastructure. Is there some place

RE: New indexer class...now how to integrate search capability

2004-10-05 Thread Darren Hartford
I've created a LuceneNodeQuery class in addition to a LuceneNodeExpression and LuceneNodeExpressionFactory on my local machine. Added the following line into my domain.xml within the store definition: org.apache.slide.index.LuceneNodeQuery --verified this is working, as this is calling the empty

New indexer class...now how to integrate search capability

2004-10-05 Thread Darren Hartford
Hey all, Made some small modifications to the 'org.apache.slide.TextContentIndexer' to create a 'LuceneNodeIndexer'. The only real thing that was changed was the indexed content: = // Create document Document doc = new Document(); doc.add(Field.Keyword(URI

Re: cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression RDBMSExpressionFactory.java

2004-10-05 Thread Stefan Lützkendorf
I know no other way too. Thank you. Stefan Unico Hommes wrote: Stefan Lützkendorf wrote: OK, I see that the build.xml is updated too. But to be honestly, I think it is not a good idea to introduce a dependency of the stores to the webdav layer. Yes you are right, it's on my todo list. I need to u

Re: Initializing files at startup

2004-10-05 Thread Oliver Zeigermann
[EMAIL PROTECTED] schrieb: Oliver, how does the problem with the content always being created shows up? ... I cannot reproduce it with objectnodes being initialized in Domain.xml (at least not with Slide_2.0). With my modest changes to XMLUnmarshaller.java, content is only created if the element c

cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression RDBMSExpressionFactory.java

2004-10-05 Thread unico
unico 2004/10/05 07:05:02 Modified:src/stores/org/apache/slide/store/impl/rdbms/expression Tag: SLIDE_2_1_RELEASE_BRANCH RDBMSExpressionFactory.java Log: remove dependency on webdavservlet Revision ChangesPath No

cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression RDBMSExpressionFactory.java

2004-10-05 Thread unico
unico 2004/10/05 07:04:54 Modified:src/stores/org/apache/slide/store/impl/rdbms/expression RDBMSExpressionFactory.java Log: remove dependency on webdavservlet Revision ChangesPath 1.14 +16 -20 jakarta-slide/src/stores/org/apache/slide/st

Re: cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression RDBMSExpressionFactory.java

2004-10-05 Thread Unico Hommes
Stefan Lützkendorf wrote: OK, I see that the build.xml is updated too. But to be honestly, I think it is not a good idea to introduce a dependency of the stores to the webdav layer. Yes you are right, it's on my todo list. I need to use PropertyProvider interface instead to determine what are pr

Re: cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression RDBMSExpressionFactory.java

2004-10-05 Thread Oliver Zeigermann
I agree with Stefan. Oliver Stefan Lützkendorf schrieb: OK, I see that the build.xml is updated too. But to be honestly, I think it is not a good idea to introduce a dependency of the stores to the webdav layer. Stefan Stefan Lützkendorf wrote: This breaks the build, because stores currently does

Re: cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression RDBMSExpressionFactory.java

2004-10-05 Thread Stefan Lützkendorf
OK, I see that the build.xml is updated too. But to be honestly, I think it is not a good idea to introduce a dependency of the stores to the webdav layer. Stefan Stefan Lützkendorf wrote: This breaks the build, because stores currently does not depend from the webdav layer. The problems are the

Re: cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/expression RDBMSExpressionFactory.java

2004-10-05 Thread Stefan Lützkendorf
This breaks the build, because stores currently does not depend from the webdav layer. The problems are the imports of AclConstants and DeltaV constants. Can we resolve the informations from otherwhere, or want we the constants in the shared util (org.apache.slide.util)? regards, Stefan [EMAIL PR

Re: cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java

2004-10-05 Thread Oliver Zeigermann
Oliver Zeigermann schrieb: When locks are being checked and the user does not have suffient rights to do so a stack trace was displayed indicating something bad happened. Instead only the error code should be set and the exception should be suppressed. That's what is done when something like thi

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java

2004-10-05 Thread ozeigermann
ozeigermann2004/10/05 05:09:24 Modified:src/webdav/server/org/apache/slide/webdav/method Tag: SLIDE_2_1_RELEASE_BRANCH AbstractWebdavMethod.java Log: When checking locks forbidden responses caused stack traces done in the webdav servlet. Suppressed them...

Re: cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java

2004-10-05 Thread Oliver Zeigermann
When locks are being checked and the user does not have suffient rights to do so a stack trace was displayed indicating something bad happened. Instead only the error code should be set and the exception should be suppressed. That's what is done when something like this happens in the concrete

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java

2004-10-05 Thread ozeigermann
ozeigermann2004/10/05 04:31:28 Modified:src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java Log: When checking locks forbidden responses caused stack traces done in the webdav servlet. Suppressed them... Revision ChangesPath

cvs commit: jakarta-slide/src/share/org/apache/slide/security NodePermission.java

2004-10-05 Thread ozeigermann
ozeigermann2004/10/05 03:53:27 Modified:src/share/org/apache/slide/security NodePermission.java Log: Minor: added inheritance flag to toString Revision ChangesPath 1.19 +6 -5 jakarta-slide/src/share/org/apache/slide/security/NodePermission.java Index: Node

RE: Initializing files at startup

2004-10-05 Thread Peter.Nevermann
There are two open issues i forgot to mention: 1) Where to look for files referenced from Domain.xml via file="..." or dir="..."? AFAIK, there are two options: (a) relative to the dir where the server was started (b) in the classpath 2) How to determine the content type (mime-type) of initializ

RE: Initializing files at startup

2004-10-05 Thread Peter.Nevermann
Jim, sounds very good what you are describing. I'm not sure if I can distinguish between "DBinitialization" and "serverStartup" within the repository initialization mechanism I'm slightly extending (common/XMLUNmarshaller.java), as it uses Slide Core API and is independent from the underlying

RE: Initializing files at startup

2004-10-05 Thread Peter.Nevermann
Oliver, how does the problem with the content always being created shows up? ... I cannot reproduce it with objectnodes being initialized in Domain.xml (at least not with Slide_2.0). With my modest changes to XMLUnmarshaller.java, content is only created if the element contains a element contain

DO NOT REPLY [Bug 31539] - exception when creating a webdavresource on a non existing resource

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31539] New: - exception when creating a webdavresource on a non existing resource

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31196] - error thrown in init() when no namespace defined

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31166] - exception trace during initialization

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: slide and encodings

2004-10-05 Thread Thomas Draier
Hi all, The bug #31265 has not been fixed yet, tell me if anybody has an issue with the patch I provided - It's not perfect, but I think this could be very useful as it allows to supports more "standard" clients (indeed it is very useful for some of my customers :-) thomas Le 17 sept. 04, à

DO NOT REPLY [Bug 30544] - Not able to successfully grant a correct permission to a resource. Slide writing an invalid permission prefixing with nc3

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30827] - Client cert authnetication for ant tasks

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30828] - centralize connection properties in ant tasks

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30900] - New lock method with depth param. New lock discover method taking owner.

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Initializing files at startup

2004-10-05 Thread Oliver Zeigermann
[EMAIL PROTECTED] schrieb: Hallo Stefan, One query I have is, what happens if the server starts up a second time and the content of the file or the referenced collection is changed? Is it updated, are new subdirectories added or how do you handle this? They way I coded it now, no update takes

RE: Initializing files at startup

2004-10-05 Thread Peter.Nevermann
Hi Daniel, an export/import feature would be *great* for Slide, in particular if it would easy repository migration (e.g. migrating from a filesystem- to a jdbc-based repository, or from an older to a newer version of the repository). So, export/import is a powerful feature which is tipically i

DO NOT REPLY [Bug 18813] - SAXException in XMLResponseMethodBase.parseXMLResponse is ignored

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: Initializing files at startup

2004-10-05 Thread Peter.Nevermann
Hallo Stefan, > One query I have is, what happens if the server starts up a > second time and the content of the file or the referenced > collection is changed? Is it updated, are new subdirectories > added or how do you handle this? They way I coded it now, no update takes place on the 2nd s

DO NOT REPLY [Bug 18813] - SAXException in XMLResponseMethodBase.parseXMLResponse is ignored

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21338] - Non parseable XML response causes NullPointerException

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18813] - SAXException in XMLResponseMethodBase.parseXMLResponse is ignored

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31335] - ANT style property expansion for file stores.

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31335] - ANT style property expansion for file stores.

2004-10-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu