Re: MKACTIVITY and transactions

2004-12-02 Thread Oliver Zeigermann
Slide does not support this, but it sounds like a good idea. Anything you could contribute that goes in that direction? Oliver On Thu, 02 Dec 2004 12:21:04 +0900, Carlos Villegas [EMAIL PROTECTED] wrote: No, what I'm saying is that instead of using MS extensions one could possibly use

Re: MKACTIVITY and transactions

2004-12-02 Thread Carlos Villegas
No. I don't have any code. As you said it just sounded like a good idea... BTW, I submitted a patch sometime ago to fix url encoding on double byte locales. I haven't heard if a committer reviewed it and it has been accepted or rejected. I think somebody was asking recently about chinese. I

example for explicit versioning

2004-12-02 Thread Stefan Burkard
hi slide-users i've got the situation that any new property-patch on a document creates a new version of the ressource. of course, because i have activated auto-versioning. i found several hints in the mailarchive, but no concrete example how to explicitly manage the creation of a new version

example for versioning

2004-12-02 Thread Stefan Burkard
hi slide-users i've got the situation that any new property-patch on a document creates a new version of the ressource. of course, because i have activated auto-versioning. i found several hints in the mailarchive, but no concrete example how to manage the creation of a new version with the

acl_inheritance_type - how does it work?

2004-12-02 Thread Jacob Lund
Hi Can someone explain the parameter acl_inheritance_type in the domain.xml? Thanks Jacob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MKACTIVITY and transactions

2004-12-02 Thread Oliver Zeigermann
Which one is it? I think Thomas is the one who has insight. Maybe he can help?! Thomas? Oliver On Thu, 02 Dec 2004 19:30:40 +0900, Carlos Villegas [EMAIL PROTECTED] wrote: No. I don't have any code. As you said it just sounded like a good idea... BTW, I submitted a patch sometime ago to

RE: acl_inheritance_type - how does it work?

2004-12-02 Thread Eckehard.Hermann
Hi Jacob, the acl_inheritance_type explains, how ACEs are inherited. It supports the values none (no ACE inheritance), root (just the root ACEs are inherited), path (ACEs are inherited over the URI) and full (ACEs are inherited over all available bindings), Default should be path (as far as I

Re: acl_inheritance_type - how does it work?

2004-12-02 Thread Oliver Zeigermann
No idea. Does it have any impact on current code? Or is it deprecated? Oliver On Thu, 2 Dec 2004 12:52:03 +0100, Jacob Lund [EMAIL PROTECTED] wrote: Hi Can someone explain the parameter acl_inheritance_type in the domain.xml? Thanks Jacob

Dreamweaver and Slide

2004-12-02 Thread Carlos Valiente
Hi! I'm having some troubles PUTting files Slide (2.0) with Dreamweaver (MX 2004) via WebDAV. Before PUTting a file, DreamWeaver tires to LOCK it, and the issues a PROPFIND request to retrieve the lock token. It then includes the lock token in the If: header in the following PUT request. The

Re: example for versioning

2004-12-02 Thread Tim Frank
Stefan, Not sure if I'm fully understanding what you are trying to do, but see comments inline below Stefan Burkard wrote on 02/12/04 05:49 AM: i'd like to do something like this: - put a file in the repository (first time) You would want to have the auto-version-control on. - patch several

Add put with optional length ?

2004-12-02 Thread Carsten Zerbst
Hello, when using the webdavresource on one users client an error occured with the proxy (Squid). This requires a content-lenth for put and post and I use the public boolean putMethod(String path, InputStream is) method to avoid copying the file into a byte[]. Is there a chance that a patch

DreamWeaver and Slide

2004-12-02 Thread Carlos Valiente
Hi! I'm having some troubles PUTting files Slide (2.0) with Dreamweaver (MX 2004) via WebDAV. Before PUTting a file, DreamWeaver tries to LOCK it, and then issues a PROPFIND request to retrieve the lock token. It then includes the lock token in the If: header in the following PUT request. The

Re: Dreamweaver and Slide

2004-12-02 Thread Oliver Zeigermann
Isn't this the same problem as described in http://issues.apache.org/bugzilla/show_bug.cgi?id=32436 However, Gregory says, it has nothing to do with the CDATA block. I think putting the name in a CDATA block really is a bug at least as it contains the namespcace reference. I will thing of a

RE: Slide and JSR170

2004-12-02 Thread John Gilbert
I have been planning to experiment with it. Not sure when. If it turns out to be something worth while I'll gladly donate. Or at least I'll submit what I have as a starting point. -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004

URL encoding patch, was Re: MKACTIVITY and transactions

2004-12-02 Thread Carlos Villegas
That's fine as long as the problem gets solved. I'll test yours in my setup and report later. I just discovered an issue that breaks my fix. Something is different when using the AJP connector in Tomcat instead of the HTTP connector. We use mod_jk2 with the Apache webserver to integrate

Re: Dreamweaver and Slide

2004-12-02 Thread Oliver Zeigermann
OK, this has been fixed both in CVS HEAD as well as in the 2.1 release branch. Now the owner will only be wrapped inside CDATA if really necessary. E.g. owner huhu would still be wrapped. Oliver On Thu, 2 Dec 2004 16:16:52 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Isn't this the same

Re: Slide and JSR170

2004-12-02 Thread Oliver Zeigermann
Great! Looking forward to that :) Oliver On Thu, 2 Dec 2004 10:21:25 -0500, John Gilbert [EMAIL PROTECTED] wrote: I have been planning to experiment with it. Not sure when. If it turns out to be something worth while I'll gladly donate. Or at least I'll submit what I have as a starting

Re: Possible Slide development position

2004-12-02 Thread Lisa Dusseault
I was just trying to find out if it would be a faux pas if I posted the job description here :) OSAF prefers to have people working face-to-face part of the week, or if not face-to-face, then preferably working online at around the same times of day -- it makes it easier to absorb (and

developers: table prefix

2004-12-02 Thread Richard Emberson
This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere. How to add table prefixes to Slide's database table names - the simple way: Alter the build.xml file so that it does a filtered

Re: developers: table prefix

2004-12-02 Thread Oliver Zeigermann
On Thu, 02 Dec 2004 13:50:31 -0800, Richard Emberson [EMAIL PROTECTED] wrote: This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere. I humbly, but strongly disagree. There is no

RE: developers: table prefix

2004-12-02 Thread Warwick Burrows
There's something about preprocessing Java source that makes me a little uneasy :-) Isn't there another way? eg. instead of inserting a placeholder that gets replaced simply change the jdbc operation strings passed to the jdbc client as in this example? select name from +

Re: developers: table prefix

2004-12-02 Thread Carlos Villegas
This is simple enough. But how about using one of the O/R mapping tools like Hibernate, Apache's OJB or Torque. The table names or mappings are usually setup in an external configuraton file. It adds additional benefits like supporting more databases and keeping all the database adapters in

RE: developers: table prefix

2004-12-02 Thread Warwick Burrows
Are you talking about a product like ofbiz that abstracts away the db implementation and creates an object (entity) layer instead? It would be great but would require quite a lot of work. We use ofbiz for another of our products and all of the tables and table joins (views) would need to be

Re: developers: table prefix

2004-12-02 Thread James Mason
This is sort of on my todo list, but the only O/R tool I'm familiar with is Hibernate and for licensing reasons we can't integrate that with Slide (this may change in the future). I looked at OJB, but I wasn't impressed with some of the hoops I would have to jump through to accomplish, for

Re: developers: table prefix

2004-12-02 Thread Carlos Villegas
Yes, we have used OJB, now on the Apache DB project. Basically, you create a bean class for each of the tables. In the configuration file you tell OJB how to map the db table to your bean. The go and replace the JDBC code by OJB query code which is straightforward, there are query classes and

Re: example for versioning

2004-12-02 Thread Lixin Chu
I guess what we want to know is: 1) how to config domain.xml and 2) how to use the API so that: 1) when a file is added, a new version will be created AND 2) when properties are changed, NO new version will be created. I have been trying different configurations so far but still do not know how

Re: developers: table prefix

2004-12-02 Thread Carlos Villegas
Well I have experience with OJB but not the time :-( I had promissed to look at the issues about the property-value field for storing lists like the revisions or group members. Maybe I can do it as part of that but I'm still trying to make the time... OJB will do just fine for Slide purposes and