cvs commit: jakarta-slide/docs howto-j2eestore.html

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 00:37:05 Modified:src/doc howto-j2eestore.xml docs howto-j2eestore.html Log: Fixed wrong content store configuration Revision ChangesPath 1.7 +2 -2 jakarta-slide/src/doc/howto-j2eestore.xml Index:

cvs commit: jakarta-slide/src/doc howto-j2eestore.xml

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 00:37:43 Modified:docs Tag: SLIDE_2_0_RELEASE_BRANCH howto-j2eestore.html src/doc Tag: SLIDE_2_0_RELEASE_BRANCH howto-j2eestore.xml Log: Fixed wrong content store configuration Revision ChangesPath No revision

cvs commit: jakarta-slide/docs contrib.html

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 00:33:15 Modified:src/doc Tag: SLIDE_2_0_RELEASE_BRANCH contrib.xml docs Tag: SLIDE_2_0_RELEASE_BRANCH contrib.html Log: Added Daniel to the committers section Revision ChangesPath No revision No

cvs commit: jakarta-slide/docs contrib.html

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 00:32:44 Modified:src/doc contrib.xml docs contrib.html Log: Added Daniel to the committers section Revision ChangesPath 1.36 +7 -7 jakarta-slide/src/doc/contrib.xml Index: contrib.xml

Re: cvs commit: jakarta-slide/src/doc howto-deltav.xml howto-bind.xml howto-acl.xml project.xml

2004-02-25 Thread Oliver Zeigermann
Great! I guess many people were waiting for such docs :) I will update the web with them! Oliver [EMAIL PROTECTED] wrote: pnever 2004/02/23 06:00:29 Modified:src/doc project.xml Added: src/doc howto-deltav.xml howto-bind.xml howto-acl.xml Log: Added docu

cvs commit: jakarta-slide/src/conf/schema dropPostgresSchema.sql MySqlSchema.sql SybaseSchema.sql SQLServerSchema.sql createPostgresSchema.sql

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 01:13:20 Added: src/conf/schema dropPostgresSchema.sql MySqlSchema.sql SybaseSchema.sql SQLServerSchema.sql createPostgresSchema.sql Removed: src/stores/org/apache/slide/store/impl/rdbms MySqlSchema.sql

RE: Full Text Search for MS Word and Excel files?

2004-02-25 Thread Martin.Wallmer
Hi Jim, thats good news! I embedded some questions in the text. So as I understood for XML documents your extractor defines the content of one or more nodes as properties and stores them as webdav properties. This extraction is done in the webdav layer. Thats cool! Did you modify the WebDAV

cvs commit: jakarta-slide/src/share/org/apache/slide/search Indexer.java IndexException.java

2004-02-25 Thread wam
wam 2004/02/25 02:04:29 Modified:src/share/org/apache/slide/store AbstractStore.java DefaultIndexer.java IndexStore.java src/share/org/apache/slide/search/basic BasicQuery.java BasicQueryImpl.java Added:

NTLM auth

2004-02-25 Thread Xavier Frisaye
Hi everybody, I try slide 2.0 beta 1 and i have one question : is there a simply way to connect to a webdav server using slide client and NTLM authentication? I know i must use NTCredentials and it works perfectly with a HttpClient stand alone but i don't know where to set it in

Re: Full Text Search for MS Word and Excel files?

2004-02-25 Thread Daniel Florey
This sounds good. I'll do some work on this today and will check in as much as I will achieve. So we can check the requirements on code basis. Regards, Daniel Am Dienstag, 24. Februar 2004 21:04 schrieb Jim Myers: I think I mentioned previously that we implemented this in the webDAV layer for

cvs commit: jakarta-slide/webdavclient/clientlib/src/java/org/apache/util MIME2Java.java

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 04:09:59 Modified:src/util/org/apache/util Tag: SLIDE_2_0_RELEASE_BRANCH MIME2Java.java webdavclient/clientlib/src/java/org/apache/util Tag: SLIDE_2_0_RELEASE_BRANCH MIME2Java.java Log: Changed from

cvs commit: jakarta-slide/src/util/org/apache/util MIME2Java.java

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 04:11:36 Modified:webdavclient/clientlib/src/java/org/apache/util MIME2Java.java src/util/org/apache/util MIME2Java.java Log: Changed from 1.1 to 2.0 license Revision ChangesPath 1.2 +16 -50

Extractor framework

2004-02-25 Thread Daniel Florey
Hi, I just checked in some classes for the extractor thing. I've implemented a very simple demo extractor that extracts data from xml documents by doing some configurable xpath queries. If you want to test this you have to enable the extractor trigger. This is done in the Domain.xml file in the

Re: NTLM auth

2004-02-25 Thread Ingo Brunberg
Currently there is no support for NTLM authentication in WebdavResource. I posted a patch addressing that issue to this list a long time ago, but I did not get any feedback whether it was really working. It propably was not right from a design standpoint, too. I will have a look at it again, so

RE: Event driven indexing

2004-02-25 Thread Martin.Wallmer
Hi Daniel, that looks good! I like, that you can either use contenttype mapping or uri mapping, as Stefano suggested. Now how to access with DASL? Regards, Martin -Original Message- From: Daniel Florey [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 25. Februar 2004 14:07 To: Apache

cvs commit: jakarta-slide/src/share/org/apache/slide/store ExtendedStore.java

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 05:10:19 Modified:src/share/org/apache/slide/util TxLRUObjectCache.java ByteSizeLimitedObjectCache.java src/share/org/apache/slide/store ExtendedStore.java Log: Added two new cache modes: - off: disables all caching

Re: New caching mode

2004-02-25 Thread Oliver Zeigermann
Oliver Zeigermann wrote: P.S.: An additional mode that has global cache for read-only request is already in preparation. It will have the same isolation features as this new one, but will cache more. This comes at the cost of not having the clusterable feature. Just checked in this third mode and

Funny bug when caching is turned off

2004-02-25 Thread Oliver Zeigermann
There is a funny bug that only shows up when data is imported from Domain.xml and caching is turned off. This is the exception: org.apache.slide.common.ServiceAccessException: Service SQLServerStore(org.apache.slide.store.ExtendedStore) access error : cause is empty at

Re: Event driven indexing

2004-02-25 Thread Daniel Florey
Hi Martin, there are some things left to do on event driven index triggering (enable synchronous or asynchronous index updating). As I mentioned before the indexers can be implemented using the singleton patter ( .getInstance() ), so in real world an indexer might look like this public class

Re: NTLM auth

2004-02-25 Thread Ingo Brunberg
Here is a little patch that allows you to use whatever Credentials you like for creating a WebdavResource. Could you please try it out (should apply cleanly against 2.0-beta1). If it works for you I will commit it to HEAD and the 2_0-branch. Ingo Index:

RE: NTLM auth

2004-02-25 Thread Xavier Frisaye
Thank you Ingo, i'll give a try as soon as possible and i'll notice you. -Original Message- From: Ingo Brunberg [mailto:[EMAIL PROTECTED] Sent: mercredi 25 février 2004 14:50 To: [EMAIL PROTECTED] Subject: Re: NTLM auth Here is a little patch that allows you to use whatever Credentials

cvs commit: jakarta-slide/src/stores/org/apache/slide/store/txfile TxFileContentStore.java TxXMLFileDescriptorsStore.java

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 07:14:27 Modified:src/stores/org/apache/slide/store/txfile TxFileContentStore.java TxXMLFileDescriptorsStore.java Log: Minor change of toString Revision ChangesPath 1.7 +8 -3

cvs commit: jakarta-slide/src/share/org/apache/slide/store ExtendedStore.java

2004-02-25 Thread ozeigermann
ozeigermann2004/02/25 07:15:15 Modified:src/share/org/apache/slide/store ExtendedStore.java Log: - Fixed initialization bug when caching it turned off - Cleaned code for permission and lock caching Revision ChangesPath 1.7 +61 -73

Re: Funny bug when caching is turned off

2004-02-25 Thread Oliver Zeigermann
Found the cause: ExtendedStore as the caching entity tried to enlist twice in a single transaction. I fixed this and did a cleanup of permission and lock caching. As this might introduce more bugs and the described error only occured when caching is turned off (which is not possible for 2.0) I

Re: Full Text Search for MS Word and Excel files?

2004-02-25 Thread Jim Myers
Martin, We modified PutMethod - mostly because we started with Slide 1 and wanted to stay on the edges. For an XSLT extractor, we just run the specified XSLT against the incoming content stream and expect that the output will look like D:prop xmlns;D=DAV: prop1val1//prop1 ... /D:prop which

Re: NTLM auth

2004-02-25 Thread Ingo Brunberg
So great! It works for me, thanks a lot Ingo! But i'm a noob with cvs and i patch manually the code, there is another = way (automatic), i suppose? If you are on a Unix like system, just cd into the toplevel jakarta-slide directory and call patch -p0 path_to_patchfile Don't know how

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

2004-02-25 Thread ib
ib 2004/02/25 08:32:16 Modified:webdavclient/clientlib/src/java/org/apache/webdav/lib WebdavSession.java WebdavResource.java Log: Allow to provide custom credentials for authentication. This will most likely be used when NTLM authentication is

RE: Full Text Search for MS Word and Excel files?

2004-02-25 Thread Ryan Rhodes
Let me see if I understand something. Search normally finds resources based on their properties. When you use CONTAINS in your search, it checks against the actual contents of the resource for a match. Does that sound right? DASL is the protocol level search while org.apache.slide.search is

Re: [GUMP@lsd]: jakarta-slide/jakarta-slide failed

2004-02-25 Thread Antoine Lévy-Lambert
Hi sliders, On Feb 18, 2004, at 5:50 PM, Jason Hunter wrote: As I wrote in a separate mail to a smaller set of addresses, the setEncoding() method just moved for the Format class. The functionality is still there. The setEncoding() method was actually deprecated quite a while ago, in

DO NOT REPLY [Bug 27240] New: - Slide startup failure leaves a dangling /tempaction that makes subsequent Slide startup always fail.

2004-02-25 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=27240. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[GUMP@lsd]: jakarta-slide/jakarta-slide failed

2004-02-25 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://jakarta.apache.org/gump/nagged.html, and/or contact [EMAIL PROTECTED] Project jakarta-slide has an issue affecting it's community integration, and