RE: creationuser and modificationuser null

2004-07-12 Thread Michael Oliver
Ok, so I got it that reportMethod only returns "live" properties and creationuser and modificationuser are not listed as "live" properties, but "creator-displayname" is listed as a "live" property and can be retrieved by reportMethod. So, can "dead" properties be retrieved? If so how? Michael

RE: is a "mixed" store (jdbc/filesystem) possible?

2004-07-12 Thread Michael Oliver
Yes, indeed you can have content in the filesystem using the default TxFileContentStores and the metadata in a JDBC Descriptor Store and even break it down further with custom stores you can put exactly what you want, where you want/need it and through setting of scope you can even have some conten

Re: is a "mixed" store (jdbc/filesystem) possible?

2004-07-12 Thread Stefan Lützkendorf
In a configuration like this the classname attribute is ignored and the referenced store is used so Lukes configuration does the following: - it stores information about the directory structure ("Nodes"), about locks and about permissions in the JDBC store (in its MySQL DB) - it stores the

Re: is a "mixed" store (jdbc/filesystem) possible?

2004-07-12 Thread Luke Noel-Storr
Umm, that's a good question actually. I based this domain.xml on someone elses so am not actually all that sure. I'll try and investiagte for you if I get a moment (I'm quite bust today), and nobody else has answered by then. Cheers Luke. - Stefan Burkard wrote: great - that's exactly what

Re: is a "mixed" store (jdbc/filesystem) possible?

2004-07-12 Thread Stefan Burkard
great - that's exactly what i meant! may i ask what you're doing for the revision-stores? if i understand this config right you store it into the database, but with a class that uses/generates xml-files??? that looks interesting because i will receive xml-files each containing metadata to a pdf

Re: is a "mixed" store (jdbc/filesystem) possible?

2004-07-12 Thread Luke Noel-Storr
If I understand you correctly - then yes, as this is what I have set up. With my set-up all the content is stored in files, everything else is stored in a database. Here is the relevant part of my domain.xml: org.apache.slide.store.impl.rdbms.MySq

is a "mixed" store (jdbc/filesystem) possible?

2004-07-12 Thread Stefan Burkard
hi slide-users can i define ONE store that has a jdbc-store for the nodestore, a filesystem-store for the content-store and a reference to the jdbc-store on all other substores? i've seen some examples using jdbc OR filesystem for all substores of ONE store, but no mixed example (just mixed in

Re: Cache refresh

2004-07-12 Thread Stefan Fromm
Thank you. It's exactly what I need :) Best regards Stefan Am Mon, 12 Jul 2004 11:42:09 +0200 schrieb Oliver Zeigermann <[EMAIL PROTECTED]>: Done. public void resetCache() Hope this is what you expected. Oliver Stefan Fromm wrote: Please could you do that for me? Thanks a lot!! Stefan Am Sat, 10 J

Slide expertise required

2004-07-12 Thread Chris Butlin
The company that I work for, Stibo Catalog, is looking for an experienced java developer to assist us with integrating WebDav into our J2EE application. You can find out more about us and what we do by visiting: http://www.stibocatalog.com/us/company.asp

Re: Cache refresh

2004-07-12 Thread Oliver Zeigermann
Done. public void resetCache() Hope this is what you expected. Oliver Stefan Fromm wrote: Please could you do that for me? Thanks a lot!! Stefan Am Sat, 10 Jul 2004 09:50:13 +0200 schrieb Oliver Zeigermann <[EMAIL PROTECTED]>: Yes, of course it is possible to reset caches. Shall I add a method