Re: AW: SVN Migration

2005-01-10 Thread Stefan Ltzkendorf
Yes, thats an Option too. Should we have a vote about our decision? Stefan James Mason wrote: Agreed. It's fairly easy to move stuff around in Subversion, so refactoring should be easier. On that note, I'd like to suggest we do the initial conversion from CVS to a structure like /slide

[GUMP@brutus]: Project slide-webdavclient (in module jakarta-slide) failed

2005-01-10 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project slide-webdavclient has an issue affecting its community integration. This issue

Re: Indexer and extractor bugs

2005-01-10 Thread Stefan Lützkendorf
Eirikur Hrafnsson wrote: On 7.1.2005, at 16:44, Stefan Lützkendorf wrote: Hi Eirikur, your are right we should have some thing like if (this.indexedProperties != null) { indexConfiguration.readPropertyConfiguration(this.indexedProperties); } (I will fix this) Great, I see from the cvs you

Re: Indexer and extractor bugs

2005-01-10 Thread Eirikur Hrafnsson
On 10.1.2005, at 13:16, Stefan Lützkendorf wrote: Eirikur Hrafnsson wrote: On 7.1.2005, at 16:44, Stefan Lützkendorf wrote: Hi Eirikur, your are right we should have some thing like if (this.indexedProperties != null) { indexConfiguration.readPropertyConfiguration(this.indexedProperties);

cvs commit: jakarta-slide/proposals/tamino/src/urm/org/apache/slide/urm/common/impl/tamino URMTaminoConnectionHandler.java

2005-01-10 Thread eckehard
eckehard2005/01/10 08:15:53 Modified:proposals/tamino/src/urm/org/apache/slide/urm/common/impl/tamino Tag: TWS421_BRANCH URMTaminoConnectionHandler.java Log: fixed URM Metadata domain bug Revision ChangesPath No revision No

cvs commit: jakarta-slide/proposals/tamino/src/urm/org/apache/slide/urm/common/impl/tamino URMTaminoConnectionHandler.java

2005-01-10 Thread eckehard
eckehard2005/01/10 08:18:05 Modified:proposals/tamino/src/urm/org/apache/slide/urm/common/impl/tamino URMTaminoConnectionHandler.java Log: fixed URM Metadata domain bug Revision ChangesPath 1.5 +4 -3

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/notification pollUpdateCollDepthInfinit.xml pollUpdateCollDepthOne.xml pollUpdateFile.xml

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 08:29:52 Modified:testsuite/testsuite/junit/xmltestcases/functional/notification pollUpdateCollDepthInfinit.xml pollUpdateCollDepthOne.xml pollUpdateFile.xml Log: tetcases adapted to new information item for

DASL bad request?

2005-01-10 Thread Eirikur Hrafnsson
Any idea why this DASL property search fails? A content search works with the same path and scope :D String path = /content; String query = D:searchrequest xmlns:D =\DAV:\ + D:basicsearch + D:select + D:prop

Re: DASL bad request?

2005-01-10 Thread Stefan Lützkendorf
The namespace S is not defined. Add xmlns:S=xmlns:S=http://jakarta.apache.org/slide/; to your searchrequest element. Stefan Eirikur Hrafnsson wrote: Any idea why this DASL property search fails? A content search works with the same path and scope :D String path = /content;

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind ResourceKindManager.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:06:39 Modified:src/webdav/server/org/apache/slide/webdav/util/resourcekind ResourceKindManager.java Log: improved configurability and logging Revision ChangesPath 1.4 +82 -43

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind ResourceKind.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:07:05 Modified:src/webdav/server/org/apache/slide/webdav/util/resourcekind ResourceKind.java Log: new methods Revision ChangesPath 1.12 +4 -0

Re: DASL bad request?

2005-01-10 Thread Eirikur Hrafnsson
On 10.1.2005, at 17:31, Stefan Lützkendorf wrote: The namespace S is not defined. Add xmlns:S=xmlns:S=http://jakarta.apache.org/slide/; to your searchrequest element. Ok, saw that right after I posted the mail and changed my xml to D:searchrequest xmlns:D =\DAV:\

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind AbstractResourceKind.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:08:48 Modified:src/webdav/server/org/apache/slide/webdav/util/resourcekind AbstractResourceKind.java Log: implementation of new methods of resourceKind cleanup Revision ChangesPath 1.37 +15 -118

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties CheckoutSetProperty.java RootVersionProperty.java SupportedLivePropertySetProperty.java SupportedMethodSetProperty.java SupportedReportSetProperty.java VersionHistoryProperty.java WorkspaceCheckoutSetProperty.java WorkspaceProperty.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:09:22 Modified:src/webdav/server/org/apache/slide/webdav/util/properties CheckoutSetProperty.java RootVersionProperty.java SupportedLivePropertySetProperty.java

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util RedirectRefWorkaroundWithProvidedProperties.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:12:39 Modified:src/webdav/server/org/apache/slide/webdav/util RedirectRefWorkaroundWithProvidedProperties.java Log: reformating (removed unused CR) Revision ChangesPath 1.2 +110 -110

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util ComputedPropertyProvider.java PropertyRetrieverImpl.java ResourceWithProvidedProperties.java VersioningHelper.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:13:26 Modified:src/webdav/server/org/apache/slide/webdav/util ComputedPropertyProvider.java PropertyRetrieverImpl.java ResourceWithProvidedProperties.java

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

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:15:08 Modified:src/webdav/server/org/apache/slide/webdav/method PropPatchMethod.java Log: Reworked and unified evaluation of precondition violations. Uses new resourcekind features. Revision ChangesPath 1.90 +20

cvs commit: jakarta-slide/src/share/org/apache/slide/event DomainEvent.java DomainListener.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:16:53 Modified:src/share/org/apache/slide/common Domain.java Added: src/share/org/apache/slide/event DomainEvent.java DomainListener.java Log: new DomainEvent to allow configuration after successfull init of the domain.

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

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:17:28 Modified:src/share/org/apache/slide/search/basic ComparableResourceImpl.java src/share/org/apache/slide/search PropertyProvider.java src/share/org/apache/slide/common RequestedProperty.java

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

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:18:57 Modified:src/stores/org/apache/slide/store/impl/rdbms RDBMSComparableResourcesPool.java Log: new methods with full qualified PropertyName instead of String Revision ChangesPath 1.16 +11 -3

cvs commit: jakarta-slide/src/stores/org/apache/slide/store/ojb OJBStore.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:19:43 Modified:src/stores/org/apache/slide/store/ojb OJBStore.java Log: deprecated NodeRevisionDescriptor constructor replaced Revision ChangesPath 1.2 +6 -9 jakarta-slide/src/stores/org/apache/slide/store/ojb/OJBStore.java

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind ResourceKindConfigurator.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:21:05 Added: src/webdav/server/org/apache/slide/webdav/util/properties ConfigurablePropertyComputer.java InheritedProperty.java src/webdav/server/org/apache/slide/webdav/util/resourcekind

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code DAV_CCI.xml DAV_CDI.xml DAV_CIC.xml DAV_CID.xml DAV_CIM.xml DAV_CMI.xml DAV_ICC.xml DAV_ICD.xml DAV_ICM.xml Default_CCI.xml Default_CDI.xml Default_CIC.xml Default_CID.xml Default_CIM.xml Default_CMI.xml Default_ICC.xml Default_ICD.xml Default_ICM.xml PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml PropPatchDeleteDAVPropertyWithPropFindOnCreationDate.xml PropPatchDeleteDAVPropertyWithPropFindOnETag.xml PropPatchDeleteDAVPropertyWithPropFindOnLastModified.xml PropPatchDeleteDAVPropertyWithPropFindOnLockDiscovery.xml PropPatchDeleteDAVPropertyWithPropFindOnSource.xml PropPatchDeleteDAVPropertyWithPropFindOnSupportedLock.xml PropPatchDeleteDAVPropertyWithPropFindOnresourcetype.xml UserDefined_CCI.xml UserDefined_CDI.xml UserDefined_CIC.xml UserDefined_CID.xml UserDefined_CIM.xml UserDefined_CMI.xml UserDefined_ICC.xml UserDefined_ICD.xml UserDefined_ICM.xml proppatch207.xml

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:22:31 Modified:testsuite/testsuite/junit/xmltestcases/functional/proppatch/code DAV_CCI.xml DAV_CDI.xml DAV_CIC.xml DAV_CID.xml DAV_CIM.xml DAV_CMI.xml DAV_ICC.xml DAV_ICD.xml DAV_ICM.xml

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/extra/proppatch/code proppatch207.xml

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:22:58 Modified: testsuite/testsuite/junit/xmltestcases/functional/extra/proppatch/code proppatch207.xml Log: adaption to unified and corrected check of precondition violations. Revision ChangesPath 1.7 +1 -1

cvs commit: jakarta-slide build.xml

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:24:54 Modified:.build.xml Log: cosmetics (indention) Revision ChangesPath 1.254 +38 -38jakarta-slide/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor TProcessors.java

2005-01-10 Thread luetzkendorf
luetzkendorf2005/01/10 10:26:40 Modified: testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tutil TArgs.java TProcessorTask.java XConf.java testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor

Re: DASL bad request?

2005-01-10 Thread Stefan Lützkendorf
Do you have your u:Author/ property declared to be a text-property in out domain.xml. e.g. property name=Author namespace=your namespace here text/ /property see my favorite page http://wiki.apache.org/jakarta-slide/DaslConfiguration for details :-). Stefan Eirikur Hrafnsson

[Jakarta-Slide Wiki] Updated: ClusterSupport

2005-01-10 Thread jakarta-slide-cvs
Date: 2005-01-10T10:45:33 Editor: DanielFlorey Wiki: Jakarta-Slide Wiki Page: ClusterSupport URL: http://wiki.apache.org/jakarta-slide/ClusterSupport no comment Change Log: -- @@ -43,4 +43,4 @@ ||udp

Re: DASL bad request?

2005-01-10 Thread Eirikur Hrafnsson
On 10.1.2005, at 18:34, Stefan Lützkendorf wrote: Do you have your u:Author/ property declared to be a text-property in out domain.xml. e.g. property name=Author namespace=your namespace here text/ /property see my favorite page

RE: [Jakarta-Slide Wiki] Updated: ClusterSupport

2005-01-10 Thread Warwick Burrows
Daniel, Can the notifier be configured to use TCP in the Slide 2.1 release as well? Thanks, Warwick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 12:46 PM To: [EMAIL PROTECTED] Subject: [Jakarta-Slide Wiki] Updated: