Re: Content Object Mapping - jcrom.org

2008-02-05 Thread Alexandru Popescu
Hi David and thanks for sharing this! I don't want to sound as I don't appreciate this effort, but I would have thought that people looking into this direction would firstly consider the JPA annotations firstly and then introduce new/custom annotations for special cases (I think a parallel with

Re: Content Object Mapping - jcrom.org

2008-02-05 Thread Alexandru Popescu
I am trying to summarize my comments below... (to Alex Lukin): 1) Current ocm in jackrabbit source tree does not have anything in common with JPA annotation and/or ideology Because it started on that direction. That doesn't mean it is the best approach. But falling back again to the

Re: Content Object Mapping - jcrom.org

2008-02-05 Thread Alexandru Popescu
Oops... it looks like I've left something unfinished... On Feb 5, 2008 7:21 PM, Alexandru Popescu ☀ [EMAIL PROTECTED] wrote: (to Alex Lukin): 2) JPA is based on relational approach and does not work properly with tree-like structures we use often with JCR That's partly correct. Indeed

Re: Sling BOF at ApacheCon Atlanta

2007-08-30 Thread Alexandru Popescu
On 8/30/07, Felix Meschberger [EMAIL PROTECTED] wrote: Hi all, Just wanted to spread word, that we listed for a BOF at ApacheCon07 in Atlanta. If you are interested in talking about the new Sling project and its future directions, please show your interest by bumping the counter up at [1].

Re: [Proposal] Sling

2007-08-08 Thread Alexandru Popescu
Very interesting initiative Felix! Still, I am wondering why this would not start as a Jackrabbit contrib project, and I don't think I have seen this in the attached proposal. tia, ./alex -- .w( the_mindstorm )p. On 8/8/07, Felix Meschberger [EMAIL PROTECTED] wrote: Hi all, I would like to

Re: [Proposal] Sling

2007-08-08 Thread Alexandru Popescu
On 8/8/07, Felix Meschberger [EMAIL PROTECTED] wrote: Hi Alex, Am Mittwoch, den 08.08.2007, 17:03 +0300 schrieb Alexandru Popescu ☀: Very interesting initiative Felix! Still, I am wondering why this would not start as a Jackrabbit contrib project, and I don't think I have seen

Re: SOA and Jackrabbit

2007-07-27 Thread Alexandru Popescu
On 7/27/07, Mohammed ATMANE [EMAIL PROTECTED] wrote: Hello, I need to integrate jackrabbit in an architecture SOA, where there are many applications that need to save some data in the repository, the question is can i access to the repository with webservices. thanks. MATMANE This is a

Re: New committer and PMC member

2007-07-26 Thread Alexandru Popescu
On 7/26/07, Alexandru Popescu ☀ [EMAIL PROTECTED] wrote: On 7/26/07, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, Please welcome Christoph Kiehl as a new committer and PMC member of the Apache Jackrabbit project. The Jackrabbit PMC recently voted to grant committership to Christoph and he

Re: New committer and PMC member

2007-07-26 Thread Alexandru Popescu
On 7/26/07, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, Please welcome Christoph Kiehl as a new committer and PMC member of the Apache Jackrabbit project. The Jackrabbit PMC recently voted to grant committership to Christoph and he accepted the nomination. The related administrational work is

Re: How to join to development team of JackRabbit

2007-07-04 Thread Alexandru Popescu
On 7/4/07, Anton Gavazuk [EMAIL PROTECTED] wrote: Good day, all! How I can join to your development team? It should be as for any other oss project: - become active on the mailing list by starting to help other users - become familiar with the source base - start submitting patches to the

Re: document order related questions

2007-07-04 Thread Alexandru Popescu
On 7/4/07, Marcel Reutegger [EMAIL PROTECTED] wrote: bilobag wrote: Does anyone know how to order a collection of child nodes by a specific property from the getNodes() call? or do i have to manually order the nodes using java? Please let me know if you have any ideas. Is there a way to

Re: Sling Proposal

2007-07-02 Thread Alexandru Popescu
On 7/2/07, Felix Meschberger [EMAIL PROTECTED] wrote: Hi all, You may have noticed, that I started adding pages to the Jackrabbit Wiki on a new project called Sling ([1]). The main features of Sling may be summarized as follows: * Uses a JCR Repository as its data store * Uses Jackrabbit

Re: Raw mode

2007-05-31 Thread Alexandru Popescu
On 5/31/07, Felix Meschberger [EMAIL PROTECTED] wrote: Hi, [snip...] On the other hand, proper integrity is at the heart of every professional data repository and IMHO is one of the strongholds of the JCR. Another reason to not add such a raw mode. I kinda disagree with the above

Re: storing PersistenceManager in httpSession ( jcr mapping layer)

2007-05-17 Thread Alexandru Popescu
On 5/17/07, ruchi goel [EMAIL PROTECTED] wrote: Hi, As per Jukka's proposal, it is a good idea to Can you provide a pointer to this? * have repository as ServletContextAttribute within ServletContextListener * jcr session can be stored in httpSession If I am using jcr

Re: NGP: Value records

2007-04-27 Thread Alexandru Popescu
On 4/28/07, Miro Walker [EMAIL PROTECTED] wrote: Alex, On 4/25/07, Alexandru Popescu ☀ [EMAIL PROTECTED] wrote: I may be misreading something, but my main concern with this approach is that while minimizing the size of the storage (which is very cheap right now and almost infinite) it has

Re: Fwd: [jira] Created: (JCR-859) rep:excerpt() may return malformed XML

2007-04-25 Thread Alexandru Popescu
On 4/25/07, Marcel Reutegger [EMAIL PROTECTED] wrote: Alexandru Popescu ☀ wrote: Sorry to ask a beginner question but what is rep:excerpt() function meant for? It creates a small XML fragment with text fragments where the query matches are marked up. example: //element(*, nt:resource

Re: NGP: Value records

2007-04-25 Thread Alexandru Popescu
On 4/25/07, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, On 4/25/07, Alexandru Popescu ☀ [EMAIL PROTECTED] wrote: On 4/23/07, Jukka Zitting [EMAIL PROTECTED] wrote: My idea is to store each value in a unique and immutable value record identified by a value identifier. Duplicate values

Re: NGP: Value records

2007-04-25 Thread Alexandru Popescu
On 4/25/07, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, On 4/25/07, Alexandru Popescu ☀ [EMAIL PROTECTED] wrote: Another possible problem with the shared values approach is that in a concurrent environment accessing these may become a bottleneck as you will almost always need to serialize

Re: NGP: Value records

2007-04-25 Thread Alexandru Popescu
On 4/25/07, Torgeir Veimo [EMAIL PROTECTED] wrote: On 25 Apr 2007, at 14:18, Alexandru Popescu ☀ wrote: I see. Now my next question is: how do you clean behind? If a value becomes unreferenced will you or will you not clear it? Isn't the purpose of a versioned repository to keep all old

Re: Creating Nodes is Excruciatingly Slow

2007-04-11 Thread Alexandru Popescu
should be 10ms. It must be something else because from 10ms up to 10-20seconds is a lot of time :-). ./alex -- .w( the_mindstorm )p. _ Alexandru Popescu, OSS Evangelist TestNG/Groovy/AspectJ/WebWork/more... Information Queue ~ www.InfoQ.com I assume you

Re: poll on jcr query usage

2007-04-02 Thread Alexandru Popescu
. ./alex -- .w( the_mindstorm )p. _ Alexandru Popescu, OSS Evangelist TestNG/Groovy/AspectJ/WebWork/more... Information Queue ~ www.InfoQ.com

Re: Web based JCR browser - Interests, OS, contribution

2007-03-24 Thread Alexandru Popescu
right now. ./alex -- .w( the_mindstorm )p. _ Alexandru Popescu, OSS Evangelist TestNG/Groovy/AspectJ/WebWork/more... Information Queue ~ www.InfoQ.com On 3/22/07, Hendrik Beck (camunda) [EMAIL PROTECTED] wrote: Hi all! About a year ago my company needed

Re: Google Summer of Code?

2007-02-23 Thread Alexandru Popescu
-abstraction.net !! In fact there is one big demo (and even more) built on Jackrabbit: www.infoq.com :-). ./alex -- .w( the_mindstorm )p. _ Alexandru Popescu, OSS Evangelist TestNG/Groovy/AspectJ/WebWork/more... Information Queue ~ www.InfoQ.com

Re: Jackrabbit in ApacheCon Europe

2007-01-03 Thread Alexandru Popescu
On 1/3/07, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, ApacheCon Europe takes place in Amsterdam on May 1-4 this year. The Call For Papers is open up to Friday next week. Has anyone been planning to propose a session on Jackrabbit? I'm thinking about proposing two sessions, one on using

Re: Changing affiliations

2007-01-02 Thread Alexandru Popescu
Congrats Jukka! A nice beginning of the new year for both you and Jackrabbit project. ./alex -- .w( the_mindstorm )p. Alexandru Popescu, OSS Evangelist (TestNG http://testng.org ) (InfoQ http://www.infoq.com ) (AspectJeclipse.org/aspectj ) On 1/2/07, Jukka Zitting [EMAIL

Re: Changing affiliations

2007-01-02 Thread Alexandru Popescu
As a side question: are there any Jackrabbit committers that are not part of Day Co? ./alex -- .w( the_mindstorm )p. Alexandru Popescu, OSS Evangelist (TestNG http://testng.org ) (InfoQ http://www.infoq.com ) (AspectJeclipse.org/aspectj )

Re: JackRabbit performance and scalability

2006-10-19 Thread Alexandru Popescu
[at]evolva[dot]ro Arthur Meyer -Original Message- From: Alexandru Popescu [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 10:35 AM To: dev@jackrabbit.apache.org Subject: Re: JackRabbit performance and scalability On 10/18/06, Arthur Meyer [EMAIL PROTECTED] wrote: Hi, we

Re: JackRabbit performance and scalability

2006-10-18 Thread Alexandru Popescu
On 10/18/06, Arthur Meyer [EMAIL PROTECTED] wrote: Hi, we have some performance and scalability issues using JackRabbit which we would like to solve. We are very interested in cooperating to achieve better performance and are optionally willing to pay someone to help improving performance.

Re: Object-content mapping tool in Graffito

2006-09-07 Thread Alexandru Popescu
On 9/8/06, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, On 9/7/06, Christophe Lombart [EMAIL PROTECTED] wrote: what about the OCM Spring support ( in [Graffito trunk]/jcr/spring) ? do you plan to move it into Jackrabbit ? What do you see as the best option? It's tightly related to the OCM tool

Re: Object-content mapping tool in Graffito

2006-09-01 Thread Alexandru Popescu
On 9/1/06, Nicolas Modrzyk [EMAIL PROTECTED] wrote: Hi, I had a look at Graffito before, and while it looked promising the site hasn't been updated since february, and no activity has been recorded for a while now (5 weeks ago the license header was updated). Does anyone knows what the status

Re: Object-content mapping tool in Graffito

2006-09-01 Thread Alexandru Popescu
On 9/1/06, Alexandru Popescu [EMAIL PROTECTED] wrote: On 9/1/06, Nicolas Modrzyk [EMAIL PROTECTED] wrote: Hi, I had a look at Graffito before, and while it looked promising the site hasn't been updated since february, and no activity has been recorded for a while now (5 weeks ago

Re: Object-content mapping tool in Graffito

2006-09-01 Thread Alexandru Popescu
On 9/1/06, Torgeir Veimo [EMAIL PROTECTED] wrote: On 1 Sep 2006, at 12:08, Alexandru Popescu wrote: The OCM haven't moved too much lately, mainly because of 2 reasons: - the core 2 developers (Christopher and myself) have been quite busy (sometimes it happens) - the tool has already

Re: One more comment

2006-09-01 Thread Alexandru Popescu
On 9/1/06, Dan Connelly [EMAIL PROTECTED] wrote: The more I work with Graffito ocm the more I like it. The code is first-rate and deserves to leave incubation. Damn... I have waited for a long time to hear this :-). Thanks. However, the ocm code has very few dependencies on Jackrabbit.

Re: Unit tests for known issues

2006-07-07 Thread Alexandru Popescu
Not as far as I know :-(. I know TestNG supports different strategies for this kind of behavior , but I cannot recall having support for this in JUnit. ./alex -- .w( the_mindstorm )p. --- (http://themindstorms.blogspot.com) On 7/7/06, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, Question to

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

2006-06-13 Thread Alexandru Popescu
Thanks Sandro for remembering this tool. I was looking at it a long time ago (and I guess that I did it through jLibrary). I have a question: what is the difference between standard edition and the jlibrary edition? The killer feature I am looking for is the possibility to edit the values on

Re: [VOTE] Release Apache Jackrabbit 1.0.1

2006-05-29 Thread Alexandru Popescu
#: Jukka Zitting changed the world a bit at a time by saying (astral date: 5/29/2006 8:55 PM) :# Hi, On 5/29/06, Jukka Zitting [EMAIL PROTECTED] wrote: Please vote on releasing these packages as Apache Jackrabbit 1.0.1. The vote is open for the next 72 hours, and only votes from Jackrabbit

Re: [jira] Subscription: open issues

2006-05-28 Thread Alexandru Popescu
#: Tobias Bocanegra changed the world a bit at a time by saying (astral date: 5/28/2006 2:29 PM) :# does anybody know who is responsible for this mailing? the html is broken an none of the links work. regards, toby It works in text mode :-). ./alex -- .w( the_mindstorm )p. On 5/28/06,

Re: Planning for post-1.0 releases

2006-04-29 Thread Alexandru Popescu
I am looking forward for the 1.0.1. ./alex -- .w( the_mindstorm )p. On 4/28/06, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, The issue tracker shows a steady progress of bug fixes and other improvements since 1.0. I'd like to start planning for the first post-1.0 releases to push these

Re: SQLException Data too long using SimpleDbPersistenceManager/MySQL

2006-04-22 Thread Alexandru Popescu
Thanks a lot Stefan. So, the main idea is to preserve the package and to configure the schema parameter. ./alex -- .w( the_mindstorm )p. On 4/22/06, Stefan Guggisberg [EMAIL PROTECTED] wrote: On 4/22/06, Alexandru Popescu [EMAIL PROTECTED] wrote: Hi! I am wondering how this customization

document order related questions

2006-03-31 Thread Alexandru Popescu
Hi! I have been trying to understand what exactly is the document order and why it is set by default to true in the queries, even if it is known its bad impact on performance. I have been rechecking the spec, but I couldn't find any definition of this term. A definition can probably be