Re: about searching

2004-12-22 Thread Stefan Lützkendorf
Lucene integration is available in the currently unrelease HEAD. For this you can find some infos at http://wiki.apache.org/jakarta-slide/DaslConfiguration Stefan haipeng du wrote: How could I use Lucene in Slide? Could somebody give me some examples that I can follow? Thanks a lot. -- Stefan

Re: WCK: session parameter

2004-12-22 Thread EngR H
Hello Oliver, all, Thanz Oliver for the reply! So far, I succeeded to let OC4J authenicate slide and calls WCK layer :) The bad thing is that I get my principal connection objects set to null inside the begin function, it seems that somthing is wrong with my configuration. Or is there any

MS XP client oddities

2004-12-22 Thread Morten
Hi. I have 2 identical Slide configurations Good and Bad. Both are RC1 bundled w. Tomcat 5.0.28, and both are unmodified. Good runs on localhost (WinXP), and I can connect fine to that using WebFolders. Bad runs on a remote Linux box, and I can initiate the connection process, get prompted for

Re: MS XP client oddities

2004-12-22 Thread Alessandro Apostoli
Hi Morten... take a look at this two articles, http://greenbytes.de/tech/webdav/webdav-redirector-list.html http://greenbytes.de/tech/webdav/webfolder-client-list.html it appears that on ports different than 80 you can expect pretty much anything, like non-ascii URL s not working, connection

Re: MS XP client oddities

2004-12-22 Thread kranga
Another culprit (for unicode) is most likely an old version of msdaipp.dll. If you have version 8.x it fails on unicode. If you have Office 2003 then a newer version is installed (11.x). That fixes the problem. 1. Open the command prompt and go to c:\program files\common files\system\ole db 2.

Re: MS XP client oddities

2004-12-22 Thread Morten
Hi, Interesting, but depressing, links. Anyway, I changed to WebDrive as DAV client in order to troubleshoot a bit further. Apparently it's our firewall that blocks the PROPFIND method :-/ (log below). But what DAV client do you guys usually recommend? Cheap is good... Thanks, Morten 12/22/04

Robust setup (Was: MS XP client oddities)

2004-12-22 Thread Morten
Hi, http://greenbytes.de/tech/webdav/webdav-redirector-list.html http://greenbytes.de/tech/webdav/webfolder-client-list.html Seen in the light of this, what would you recommend as a robust setup? Does Slide put in any extra effort to work around MS client deficiencies? My list of considerations

Re: Robust setup (Was: MS XP client oddities)

2004-12-22 Thread Julian Reschke
Morten wrote: Hi, http://greenbytes.de/tech/webdav/webdav-redirector-list.html http://greenbytes.de/tech/webdav/webfolder-client-list.html Seen in the light of this, what would you recommend as a robust setup? Does Slide put in any extra effort to work around MS client deficiencies? My list of

Re: Robust setup (Was: MS XP client oddities)

2004-12-22 Thread Morten
4. Apache rewrites URLs so DAV repositories are root folders, eg. http://dav.foo.myhost.com/ proxies to http://myhost.com:8080/dav/foo/ I'm curious: how is URL rewriting supposed to work with WebDAV? For instance, PROPFIND response bodies contain URLs that will not get rewritten on their way

AW: MS XP client oddities

2004-12-22 Thread Daniel Florey
I'd recommend netdrive from novell as WebDAV-client. This one works even in the dos shell and handles locks and properties. And it's free. Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Morten Gesendet: Mittwoch, 22. Dezember 2004

Re: WCK: session parameter

2004-12-22 Thread EngR H
Hello again, I succeeded now to let OC4J use the org.apache.slide.simple.reference.FakeSessionManager but after giving the username/password it gives: Page cannot be displayed also using org.apache.slide.jaas.spi.SlideLoginModule gives the same result! :( But when I change the configuration

Re: WCK: session parameter

2004-12-22 Thread Oliver Zeigermann
Hi Ragia, Webfolders remember the user you used to log in. Concerning null connection, you will have to implement a session manager that maps to your data. Oliver On Wed, 22 Dec 2004 09:26:57 -0800 (PST), EngR H [EMAIL PROTECTED] wrote: Hello again, I succeeded now to let OC4J use the

Re: WCK: JAAS

2004-12-22 Thread James Mason
On Tue, 2004-12-21 at 22:52 -0800, EngR H wrote: Hello James, Thanx for the reply! As I told u in my post, Yes, the web.xml requires authentication, although the login window doesnot appear when I open a webfolder.. while it appears if I accessed my webdav servlet through Internet

RE: Using external privilege control

2004-12-22 Thread James Mason
It should only be hardcoded in MacroPropertyUpdater. If you look at NamespaceAccessTokenImpl you'll notice it first tries to instantiate the class named in the acl_semantics parameter. You can copy this logic to MacroPropertyUpdater to make them equivalent (this will probably be done in 2.1.1) or