Re: AbstractWebdavServlet

2007-11-08 Thread Alan D. Cabrera
On Nov 5, 2007, at 11:55 PM, Angela Schreiber wrote: hi alan Alan D. Cabrera wrote: Quite a handy servlet. Too bad it's in jackrabbit-server. Would this not be better placed in jackrabbit-webdav? I'm writing my own server bits under WEBDAV and would prefer not to have JCR/

AbstractWebdavServlet

2007-11-05 Thread Alan D. Cabrera
Quite a handy servlet. Too bad it's in jackrabbit-server. Would this not be better placed in jackrabbit-webdav? I'm writing my own server bits under WEBDAV and would prefer not to have JCR/Jackrabbit stuff. I realize that this is a fussy preference. Regards, Alan

Re: Tight coupling to XML configurations

2007-10-23 Thread Alan D. Cabrera
things as interceptors at the moment. And most probably, there will not be such things on the PersistenceManager level unless you implement it yourself. But I am not sure, whether this would be a good idea. Regards Felix Am Freitag, den 31.08.2007, 10:57 -0700 schrieb Alan D. Cabrera: Thoughts? On Au

Re: System slowdown

2007-10-20 Thread Alan D. Cabrera
On Oct 19, 2007, at 11:33 PM, Thomas Mueller wrote: Hi, Are file based blob stores inherently non-transactional or does one just need to be written? Just needs to be written. I need one and am happy to try to write one. Do you have any pointers before I embark on this endeavor? Sorry, I

Re: System slowdown

2007-10-19 Thread Alan D. Cabrera
On Oct 2, 2007, at 4:41 PM, Jukka Zitting wrote: Are file based blob stores inherently non-transactional or does one just need to be written? Just needs to be written. I need one and am happy to try to write one. Do you have any pointers before I embark on this endeavor? Regards, Alan

Re: System slowdown

2007-09-27 Thread Alan D. Cabrera
On Sep 22, 2007, at 9:44 AM, Alan D. Cabrera wrote: On Sep 22, 2007, at 3:32 AM, Jukka Zitting wrote: Hi, On 9/22/07, Alan D. Cabrera <[EMAIL PROTECTED]> wrote: On Sep 20, 2007, at 12:34 AM, Thomas Mueller wrote: Yes, using RMI does make a difference. Is RMI required in your

Re: System slowdown

2007-09-22 Thread Alan D. Cabrera
On Sep 22, 2007, at 3:32 AM, Jukka Zitting wrote: Hi, On 9/22/07, Alan D. Cabrera <[EMAIL PROTECTED]> wrote: On Sep 20, 2007, at 12:34 AM, Thomas Mueller wrote: Yes, using RMI does make a difference. Is RMI required in your case? Because not using it would be another speed up.

Re: System slowdown

2007-09-21 Thread Alan D. Cabrera
On Sep 20, 2007, at 12:34 AM, Thomas Mueller wrote: Hi, No particular reason. I didn't know that the others were better. What are the differences between the three? I have updated the PersistenceManagerFAQ in the Wiki: http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ The informatio

Re: System slowdown

2007-09-19 Thread Alan D. Cabrera
On Sep 17, 2007, at 7:33 AM, Thomas Mueller wrote: Hi, I think the ObjectPersistenceManager should not be used. Maybe it is time to deprecate it... Is there some specific reason why you can't use a more modern persistence manager, for example BundleFsPersistenceManager or BundleDbPersistenceMa

System slowdown

2007-09-14 Thread Alan D. Cabrera
I'm using JackRabbit v1.3.1 with the ObjectPersistenceManager. I noticed that after a large number of binary inserts, about one million, that inserting takes over three times as long. When I restart the server it becomes much more lively. I notice that the info from the CacheManager durin

Re: Tight coupling to XML configurations

2007-08-31 Thread Alan D. Cabrera
Thoughts? On Aug 28, 2007, at 9:16 AM, Alan D. Cabrera wrote: On Aug 27, 2007, at 11:16 PM, Thomas Mueller wrote: Hi, Yes, in my view, repository.xml and workspace.xml should go away or at least be less visible for a user. Or do you mean something else with XML configuration? I don&#

Re: Tight coupling to XML configurations

2007-08-28 Thread Alan D. Cabrera
On Aug 27, 2007, at 11:16 PM, Thomas Mueller wrote: Hi, Yes, in my view, repository.xml and workspace.xml should go away or at least be less visible for a user. Or do you mean something else with XML configuration? I don't see why we would want to make configuration files less visible to t

Tight coupling to XML configurations

2007-08-27 Thread Alan D. Cabrera
There seems to be a tight coupling to XML configurations. This makes it a bit hard for me to make extensions. IMO, we would have factories. What are other people's thoughts and are there plans to change this? Also, I was thinking that it would be neat to have interceptor stacks. wdyt?

Re: Advice sought on node definition

2007-08-27 Thread Alan D. Cabrera
On Aug 27, 2007, at 8:31 AM, Thomas Mueller wrote: Hi, Do you have your own PersistenceManager implementation? Yes. Regards, Alan

Advice sought on node definition

2007-08-27 Thread Alan D. Cabrera
I need to have a node whereby there are some read-only properties that get filled in by the persistence manager. This particular node type will always have these read-only attributes which are just strings. Any advice as to how I should declare these special R/O properties? Regards, A

Re: A JCR with infinite capacity

2007-08-23 Thread Alan D. Cabrera
On Aug 23, 2007, at 5:49 PM, Padraic I. Hannon wrote: However, you will probably run into search and retrieval issues? I am unsure as to the guts of the lucene part of the application, but there may be problems there with so many files? Yeah, I was thinking that a ton of relatively little,

A JCR with infinite capacity

2007-08-23 Thread Alan D. Cabrera
I need a JCR that has infinite capacity. This is for a photo repository that would store millions of 5-10MB photos. The photos themselves would not change. I need to be able to add One idea that I've been toying with is to create a persistence manager that manages multiple stores. Some