Re: S3 persistence manager

2007-07-02 Thread Martin Perez
as well as S3 > "filesystems". If there was a S3 Jackrabbit persistence manager being > developed, I'd be interested as well. > > -- jerome > > > Martin Perez wrote: > > > > Really glad to read that. Massive distributed storage propositions are > >

Re: Web app design pattern questions

2007-06-20 Thread Martin Perez
IMHO, everything depends on the nature of your application. This remembers me the putting triggers/business logic/rules in your tables/db/stored procs. discussion. So there is many ways to do it and everything depends on how you plan to evolve your app. Personally I find myself more comfortable w

Re: S3 persistence manager

2007-06-05 Thread Martin Perez
shares his experience. Cheers, Martin On 6/5/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 6/4/07, Martin Perez <[EMAIL PROTECTED]> wrote: > Is there anyone developing something like a Amazon S3 persistence manager? > > If not, it seems to me like a good candidate for

S3 persistence manager

2007-06-04 Thread Martin Perez
Hi guys, Is there anyone developing something like a Amazon S3 persistence manager? If not, it seems to me like a good candidate for a new project ( it is too late for SOC ), or perhaps it is an insane idea? Cheers, Martin

Re: Unit tests for known issues

2006-07-07 Thread Martin Perez
I think that this article tracks that issue offering some solutions. http://www.artima.com/weblogs/viewpost.jsp?thread=4603 Not sure if it can be helpful. Martin On 7/7/06, Alexandru Popescu <[EMAIL PROTECTED]> wrote: Not as far as I know :-(. I know TestNG supports different strategies for

Re: Multivalue or single?

2006-06-19 Thread Martin Perez
The only solution to your problem would be to have some metadata info about them, and so you could look if the property was single or multivalued. Obviously the real problem is how to find if a property is single/multiple if such property does not exist so I cannot agree more with Jukka. Having a

jLibrary 1.0.1 released and JCR Browser

2006-06-18 Thread Martin Perez
Hello. jLibrary, the Open Source Document Management System built on top of Apache Jackrabbit, has released its 1.0.1 version. This version is a fixpack release and solves many bugs but also includes some new features like a brand new JCR Browser created by Sandro Boehme and from which it was a p

Re: Apache2 licensed JCRBrowser Eclipse plugin // version 0.9.0 released

2006-06-13 Thread Martin Perez
features > indicated in the roadmap. In order to avoid annoying > noise on the list I will rather announce them at the > sourceforge homepage than on the list. The easiest way > to stay tuned is to subscribe to the RSS feed for full > text project news releases ( http://sourceforge.n

Re: Test Jackrabbit For Backup

2006-06-01 Thread Martin Perez
Well, not sure if you know jLibrary (http://jlibrary.sourceforge.net). It's based in Jackrabbit. So if you install it you could create a repository in minutes. You only have to create a repository and put some documents in it. I can send you already created repositories, but with jLibrary you co

jLibrary 1.0 released

2006-05-18 Thread Martin Perez
Hello. I hope you allow me some spam here. I'm proud to announce that jLibrary 1.0has been released. I'm not sure if this is the first official product being based on the Jackrabbit 1.0 final, but anyways, here it is. jLibrary is a document management system built over Eclipse Rich Client Platfo

Re: Bug on unscaping node names?

2006-05-18 Thread Martin Perez
Ok, no problem. Just only guessing if it could be a bug. It won't be bad anyways to have an utility to create valid JCR names. Martin On 5/18/06, Stefan Guggisberg <[EMAIL PROTECTED]> wrote: On 5/18/06, Martin Perez <[EMAIL PROTECTED]> wrote: > Hello. > > I&#

Bug on unscaping node names?

2006-05-18 Thread Martin Perez
Hello. I'm using the Jackrabbit Text utility class to unscape and scape node names before adding them to the repository. This works very fine scaping whitespaces, written accents, etc. but curiosly it seems unable to unscape the symbol ' . This means that if you scape the word "don't" you get th

Re: Planning for post-1.0 releases

2006-04-29 Thread Martin Perez
On 4/29/06, Martin Perez <[EMAIL PROTECTED]> wrote: > Well, if you include the current trunk code, it won't be only a pure bug fix > release. No, the plan is to merge the essential bug fixes to the 1.0 branch to guarantee easy upgrades within the 1.0.x cycle. BR, Jukka Zitting --

Re: Planning for post-1.0 releases

2006-04-29 Thread Martin Perez
Hi. Well, if you include the current trunk code, it won't be only a pure bug fix release. I mean, the patch that Marcel did some weeks ago to the textfilters package to index the file contents only when is needed it greatly boosts jackrabbit performance when working with binary documents like PD

Re: Multi-values Properties.

2006-04-24 Thread Martin Perez
There are examples and a great explanation on the JSR-170 specification. Remember that Jackrabbit is the RI for that spec. so you can find a lot of examples and documention there. In fact, there is a pretty good explanation about multivalued properties. http://jcp.org/aboutJava/communityprocess/f

Re: SQLException "Data too long" using SimpleDbPersistenceManager/MySQL

2006-04-19 Thread Martin Perez
Martin On 4/19/06, Brian Moseley <[EMAIL PROTECTED]> wrote: > > On 4/19/06, Martin Perez <[EMAIL PROTECTED]> wrote: > > > I have no problems uploading various megabyte files to derby without > > configuring anything... > > that's not the issue. saving se

Re: SQLException "Data too long" using SimpleDbPersistenceManager/MySQL

2006-04-19 Thread Martin Perez
mmm I have no problems uploading various megabyte files to derby without configuring anything... On 4/19/06, Brian Moseley <[EMAIL PROTECTED]> wrote: > > On 4/19/06, Alexandru Popescu <[EMAIL PROTECTED]> wrote: > > > I am wondering if this problem may occur with Derby too? > > yes, it does. derb

Re: SQLException "Data too long" using SimpleDbPersistenceManager/MySQL

2006-04-19 Thread Martin Perez
Alexandru, I'm using Derby on my application and I had no problems uploading big files. Martin On 4/19/06, Alexandru Popescu <[EMAIL PROTECTED]> wrote: > > Hi Stefan. > > > I am wondering if this problem may occur with Derby too? > > tia, > > ./alex > -- > .w( the_mindstorm )p. > > #: Stefan Gug

Re: Importing workspaces, content handler.

2006-04-10 Thread Martin Perez
trivial. If we could extend it then we could implement the filter with something like template methods. Martin On 4/10/06, Stefan Guggisberg <[EMAIL PROTECTED]> wrote: > > hi martin > > On 4/9/06, Martin Perez <[EMAIL PROTECTED]> wrote: > > Hi. > > >

Importing workspaces, content handler.

2006-04-09 Thread Martin Perez
Hi. The biggest issued that I'm currently facing with Jackrabbit is being able to migrate workspaces from one version to another. For example, I have on the recent version of my nodetypes hierarchy I have removed two properties. This removal forces me to be able to migrate workspaces from previous

Re: Is doc addition / indexing synchronous or asynchronous?

2006-04-07 Thread Martin Perez
Yes, you're right. Indexing operations are currently done asynchronously. If you have textfiltering enabled, probably most of the time is being spent by the textmining.org word extraction API struggling with your 45Mb document. Martin On 4/7/06, thomasg <[EMAIL PROTECTED]> wrote: > > > Yep, I ca

Re: Is doc addition / indexing synchronous or asynchronous?

2006-04-07 Thread Martin Perez
Are you doing the search just after adding the document? What type of document it is? PDF files can really take a long to be indexed, also word files. Martin On 4/7/06, thomasg <[EMAIL PROTECTED]> wrote: > > > > Tried adding to my this to my workspace : > > No noticable effect, or setting i

Error with XPath queries

2006-04-06 Thread Martin Perez
Hi. I think I found a bug with RC3 and XPath queries. Correct me if I'm wrong, I will try to describe it as good as possible. On my workspace, the next query does not returns any results: "/jcr:root//element(*,jlib:jlibrary)[EMAIL PROTECTED]:id]" That is fine as the workspace should not have any

Re: Removing a node of type nt:file

2006-04-06 Thread Martin Perez
That's fine. I suppose that you have received my patch. Martin On 4/6/06, Marcel Reutegger <[EMAIL PROTECTED]> wrote: > > Martin Perez wrote: > > Yes, the problem with the filters is that if I'm not wrong, they are > called > > three times each time you make

Re: Removing a node of type nt:file

2006-04-06 Thread Martin Perez
Yes, the problem with the filters is that if I'm not wrong, they are called three times each time you make a simple save() operation. There is a bug opened about that but it's complex to be solved. Thomas, don't worry about the textfilters, I really didn't know that after getting a stream through

Re: Jackrabbit 1.0 RC3 and references to versions

2006-03-31 Thread Martin Perez
Yes, it mentioned, I saw it. Maybe it can be the cause. Martin On 3/31/06, Marcel Reutegger <[EMAIL PROTECTED]> wrote: > > Hi Alvaro, > > thanks for testing the rc3 release of jackrabbit. > > I've slightly rewritten your test case and added it to the > o.a.j.core.query.DerefTest test class in jac

Jackrabbit 1.0 RC3 seems working but with a little bug

2006-03-29 Thread Martin Perez
I think that Jukka asked for reports. Ok, jLibrary seems working fine with Jackrabbit 1.0RC3, so for me everything seems ok :-) But I found a bug on the .war file. It is missing the slf4j-log4j12-1.0.jar. It's in someway tricky to detect it because if you do not include it a ClassNotFoundExceptio

Re: Problem with web client and spaces

2006-03-21 Thread Martin Perez
Bye. On 3/21/06, Angela Schreiber <[EMAIL PROTECTED]> wrote: > > hi martin > > the issue (JCR-365) is addressed with rev. 387472. > is it important for you that this goes into the 1.0 > release? otherwise it would set the fix version to 1.0.1 > > regards > a