cvs commit: jakarta-slide/wck build.properties.sample build.xml

2005-01-19 Thread ozeigermann
ozeigermann2005/01/19 00:52:46 Modified:wck build.properties.sample build.xml Log: Added property to allow for inclusion of configuration files available in the war classpath Revision ChangesPath 1.6 +4 -0 jakarta-slide/wck/build.properties.sample

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

2005-01-19 Thread ozeigermann
ozeigermann2005/01/19 01:11:02 Modified:src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java Log: Fine grain lock logging now goes to debug channel Revision ChangesPath 1.72 +4 -4

DO NOT REPLY [Bug 33163] New: - Default slide installation exposes all passwords

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

Re: Any way to force Lucene reindex?

2005-01-19 Thread Stefan Lützkendorf
Eirikur, I know this need too, but we have not a solution yet :-(. Stefan Eirikur Hrafnsson wrote: Hi all, I have an existing slide repo. that I need indexed by the Lucene indexers and extractors so they give me some search results :) Any way to do that? Best Regards Eirikur S. Hrafnsson, [EMAIL

Re: What's the correct response for a not supported report?

2005-01-19 Thread Stefan Lützkendorf
Thanks, so we should return HTTP/1.1 403 Forbidden Date: Mon, 17 Jan 2005 14:03:15 GMT D:error xmlns:D=DAV:D:supported-report//D:error If the requested report was a version-tree report, and the requested resource supports VERSION-CONTROL, should we then return 409, because later the reuest may be

cvs commit: jakarta-slide/wck build.properties.sample build.xml

2005-01-19 Thread ozeigermann
ozeigermann2005/01/19 05:06:58 Modified:wck build.properties.sample build.xml Log: Made location of web.xml configurable Revision ChangesPath 1.7 +1 -1 jakarta-slide/wck/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-slide/src/conf/webapp log4j.properties

2005-01-19 Thread ozeigermann
ozeigermann2005/01/19 05:07:51 Modified:src/conf/webapp log4j.properties Log: Made default log level INFO instead of DEBUG Revision ChangesPath 1.5 +1 -1 jakarta-slide/src/conf/webapp/log4j.properties Index: log4j.properties

Re: Any way to force Lucene reindex?

2005-01-19 Thread Eirikur Hrafnsson
Didn't think so :) Maybe it should be an option for the indexers in Domain.xml index-on-startup or something similar and that would cause the ExtractorManager to get all extractors and index their entire scopes. Cheers -Eiki On 19.1.2005, at 11:00, Stefan Lützkendorf wrote: Eirikur, I know this

Fatal Nullpointer in StandardRDBMSAdapter from NodeProperty on Oracle (at least)

2005-01-19 Thread Eirikur Hrafnsson
Hi, I switched from my test environment to an already made Slide 2.1 repo. running on Oracle and just upgraded to the Slide head source. And I have a fatal error in Slide when trying to get anything because a nullpointerexception is thrown intentionally in NodeProperty if a value of a property

Re: Fatal Nullpointer in StandardRDBMSAdapter from NodeProperty on Oracle (at least)

2005-01-19 Thread Stefan Lützkendorf
Well, I didn't see any problem adding this test, and in my environment it works, but id don't use RDBMS stuff. I'll remove this check. Stefan Eirikur Hrafnsson wrote: Hi, I switched from my test environment to an already made Slide 2.1 repo. running on Oracle and just upgraded to the Slide head

Re: Fatal Nullpointer in StandardRDBMSAdapter from NodeProperty on Oracle (at least)

2005-01-19 Thread Eirikur Hrafnsson
I think that might just move the problem to the validate method but I will test commenting out the nullpointer throwing myself, unless there is some other stuff that you know of. The weird thing also Stefan is that when using HSQLDB the value column is never null but an empty string so the

Re: Fatal Nullpointer in StandardRDBMSAdapter from NodeProperty on Oracle (at least)

2005-01-19 Thread Eirikur Hrafnsson
BTW it seems to me that Oracle cannot store empty strings! so the value will always be null. I tried doing this: update PROPERTIES set property_value='' where property_value is null and the response is that 200 rows where modified but setting the value '' has the same effect as saying

ContentInterceptor.preRemove with missing NodeRevisionDescriptors

2005-01-19 Thread Karl Øie
A question about the ContentInterceptor. Upon preRemove() and postRemove() only a NULL is passed as NodeRevisionDescriptors for the resource to be removed. But from NodeRevisionDescriptor and SlideToken i can't find any way to obtain the uri of the resource in question. I have searched

ContentInterceptor.preRemove with missing NodeRevisionDescriptors

2005-01-19 Thread Karl Øie
And, forgot to ask this too : the code in ContentImpl.java lines 1146 to 1150 doesn't seem to remove the NodeRevisionDescriptors either. Have missed something here? Mvh Karl - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Fatal Nullpointer in StandardRDBMSAdapter from NodeProperty on Oracle (at least)

2005-01-19 Thread Stefan Lützkendorf
In slide 2.1 null values given in NodeProperty ctor are automatically replaced with an empty string. That behavior I will restore. ok? Stefan Eirikur Hrafnsson wrote: I think that might just move the problem to the validate method but I will test commenting out the nullpointer throwing

cvs commit: jakarta-slide/src/share/org/apache/slide/content NodeProperty.java

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 06:47:30 Modified:src/share/org/apache/slide/content NodeProperty.java Log: null as property value now will be treated as empty string; because of problems with (oracle) rdbms Revision ChangesPath 1.30 +8 -8

cvs commit: jakarta-slide/src/share/org/apache/slide/content NodeRevisionDescriptors.java

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 07:14:14 Modified:src/share/org/apache/slide/content NodeRevisionDescriptors.java Log: getSuccessors now will never return null Revision ChangesPath 1.19 +7 -6

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

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 07:15:48 Modified:src/webdav/server/org/apache/slide/webdav/util PropertyHelper.java Log: new helper method replaceElementAtProperty Revision ChangesPath 1.91 +23 -0

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind resource_kinds.xml

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 07:17:02 Modified:src/webdav/server/org/apache/slide/webdav/util/resourcekind resource_kinds.xml Log: commented out not implemented properties, so PROPFIND with allprops works properly Revision ChangesPath 1.5 +15 -15

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

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 07:17:43 Modified:src/webdav/server/org/apache/slide/webdav/util/properties SuccessorSetProperty.java Log: NodeRevisionDescriptor.getSuccessors now will never return null Revision ChangesPath 1.4 +17 -19

cvs commit: jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/common XContentHandler.java

2005-01-19 Thread pnever
pnever 2005/01/19 07:19:02 Modified: proposals/tamino/src/store/org/apache/slide/store/tamino/datastore XAuthenticator.java XConnection.java XConnectionPool.java XDbHandler.java

cvs commit: jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/servlet XWebdavServlet.java

2005-01-19 Thread pnever
pnever 2005/01/19 07:19:52 Modified: proposals/tamino/src/store/org/apache/slide/store/tamino/datastore XDescriptorsAccessor.java proposals/tamino/src/store/org/apache/slide/store/tamino/servlet XWebdavServlet.java Log:

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

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 07:21:27 Modified:src/webdav/server/org/apache/slide/webdav/method PropPatchMethod.java Log: introduced new Domain parameter no-versioning-for-proppatch, that allows PROPPATCH on version controlled resources, that do not create new

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

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 07:21:53 Modified:src/webdav/server/org/apache/slide/webdav/util VersioningHelper.java Log: NodeRevisionDescriptor.getSuccessors now will never return null Revision ChangesPath 1.117 +8 -10

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

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 07:23:31 Modified:src/webdav/server/org/apache/slide/webdav/method DeleteMethod.java Log: new domain parameter allow-delete-of-versions Revision ChangesPath 1.39 +103 -20

cvs commit: jakarta-slide/src/conf/webapp Domain.xml

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 07:23:51 Modified:src/conf/webapp Domain.xml Log: new domain parameter allow-delete-of-versions Revision ChangesPath 1.72 +6 -0 jakarta-slide/src/conf/webapp/Domain.xml Index: Domain.xml

cvs commit: jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/common XContentHandler.java

2005-01-19 Thread pnever
pnever 2005/01/19 07:24:22 Modified: proposals/tamino/src/store/org/apache/slide/store/tamino/datastore Tag: TWS421_BRANCH XAuthenticator.java XConnection.java XConnectionPool.java XDbHandler.java

cvs commit: jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/servlet XWebdavServlet.java

2005-01-19 Thread pnever
pnever 2005/01/19 07:24:35 Modified: proposals/tamino/src/store/org/apache/slide/store/tamino/datastore Tag: TWS421_BRANCH XDescriptorsAccessor.java proposals/tamino/src/store/org/apache/slide/store/tamino/servlet Tag:

apache.org down? can't build

2005-01-19 Thread Eirikur Hrafnsson
ojbsql: ojbtorque: [echo] Generating axion SQL schema [torque-sql] Using contextProperties file: /Users/Shared/idega/workspace-maven/SLIDE-HEAD/build.properties [torque-sql] Using classpath [torque-sql] Generating to file /Users/Shared/idega/workspace-maven/SLIDE-HEAD/build/ojb/

Re: Any way to force Lucene reindex?

2005-01-19 Thread James Mason
I have a batch indexer that I'm currently using to update an external search engine. Both the batch indexer and a custom IndexTrigger add indexing events to a queue which is then processed by a separate thread. I haven't had a chance to look at the Lucene code yet, but what I've got is written

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

2005-01-19 Thread luetzkendorf
luetzkendorf2005/01/19 09:33:11 Modified:src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java Log: fix to make test case VcPutVHR passing (try to write to a version history should fail) Revision ChangesPath 1.73 +6 -3

AW: Need simple XPath help

2005-01-19 Thread Daniel Florey
I think someone added this stuff in a newer revision. As I guess this namespace property should be used to create a Slide property with a given namespace, not to include it into the XPath-expression. Can you check this? Cheers, Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED]

Re: Any way to force Lucene reindex?

2005-01-19 Thread Eirikur Hrafnsson
We are definately interested! best regards -Eirikur, idega. On 19.1.2005, at 17:33, James Mason wrote: I have a batch indexer that I'm currently using to update an external search engine. Both the batch indexer and a custom IndexTrigger add indexing events to a queue which is then processed by a

Re: Any way to force Lucene reindex?

2005-01-19 Thread James Mason
Ok. I'll try to get it into the proposals section later this week. Tomorrow if I have time, otherwise Friday. -James On Thu, 2005-01-20 at 00:30 +, Eirikur Hrafnsson wrote: We are definately interested! best regards -Eirikur, idega. On 19.1.2005, at 17:33, James Mason wrote: I

Re: apache.org down? can't build

2005-01-19 Thread Carlos Villegas
If you're not testing the new OJB store, you can just remove the ojbsql dependency on the dist targets like webapp-dist. Anyway, the SQL generation is not producing correct SQL so I will need to fix it, so I'll look at this also. Carlos Eirikur Hrafnsson wrote: ojbsql: ojbtorque: [echo]

Re: CalDav Implementation

2005-01-19 Thread Scott Carr
Thanks, James. I was told by Lisa Dusseault that you were already working on CalDav extensions for Slide. How can I help with this? -- Scott Carr OpenOffice.org Documentation Co-Lead James Mason said: You'll either need to modify DefaultMethodFactory or extend WebdavMethodFactory and pass

Re: CalDav Implementation

2005-01-19 Thread James Mason
In the proposals section of the jakarta-slide module in CVS you'll find a TODO for the caldav implementation. At this point all I've done is the todo and some reworking of Slide's internals to make it easier to extend. I've had discussions with a couple people off-list who are interested in

cvs commit: jakarta-slide/proposals/caldav TODO

2005-01-19 Thread masonjm
masonjm 2005/01/19 22:20:30 Modified:proposals/caldav TODO Log: Clarification of requirements for some tasks Revision ChangesPath 1.2 +18 -6 jakarta-slide/proposals/caldav/TODO Index: TODO