Re: [RESULT] [VOTE] Move JCR Mapping to Jackrabbit

2007-04-25 Thread ruchi goel
. The binding votes were: +1 Sandro Böhme +1 Christophe Lombart +1 Oliver Kiessler +1 Alexandru Popescu +1 Jukka Zitting The non-binding votes were: +1 Ruchi Goel +1 Felix Meschberger +1 Carsten Ziegeler BR, Jukka Zitting Did not get the non-binding part of the vote

Re: Graffito update

2007-04-16 Thread ruchi goel
Jukka Zitting wrote: Hi, [Cc:ing [EMAIL PROTECTED] as the sponsoring PMC of Graffito, please follow up on graffito-dev] The time for a Graffito report is again coming up. My thoughts on the current status: * JCR Mapping: I unfortunately haven't had as much time as I would have wanted to push

copying and moving node

2007-03-20 Thread ruchi goel
Hi, I have a requirement for copying ad moving node from one location to another. Jackrabbit supports it via Session and workspace impl , but PersistenceManager does not expose it . Has such a requirement already been raised ? Or is this a new requirement and needs contribution ?

help needed for getting folder from repository

2007-03-12 Thread ruchi goel
Hi, Please find attached jcrmapping file . I have created folder under a folder and then trying to read it back , by passing the name of parent folder. I am accessing repository via RMI. I get the following error: *Exception in thread main

Folder-File relationship in versioning

2007-03-09 Thread ruchi goel
Hi, My Folder is non-versionable but Files under the folder are versionable. The test which is in PersistenceManagerJcrNodeTypeTest.java adds file as child of folder .So, you do persistenceManager.insert(folder);* *persistenceManager.save(); How will I do the checkout and checkin

Re: property attributes in jcrmapping versus property attributes in custom_nodetypes.xml ?

2007-03-08 Thread ruchi goel
if needed. Thanks, Christophe On 3/8/07, ruchi goel [EMAIL PROTECTED] wrote: Hi, I am writing a jcrMapping.xml which will map my java classes to custom node types. My custom_nodetypes.xml already has nodetype with properties which have attributes requiredType=String autoCreated=false mandatory

property attributes in jcrmapping versus property attributes in custom_nodetypes.xml ?

2007-03-07 Thread ruchi goel
Hi, I am writing a jcrMapping.xml which will map my java classes to custom node types. My custom_nodetypes.xml already has nodetype with properties which have attributes requiredType=String autoCreated=false mandatory=true onParentVersion=COPY protected=false multiple=true / Then why do I

Re: [Fwd: javadocs for Jackrabbit1.2 API]

2007-02-28 Thread ruchi goel
Christophe Lombart wrote: Hi, You should ask this kind of question on the Jackrabbit mailing list. I did , but did not get any response on jackrabbit alias. -Ruchi On 2/27/07, ruchi goel [EMAIL PROTECTED] wrote: -- Forwarded message -- From: ruchi goel [EMAIL PROTECTED

Re: dtd for custom_nodetypes.xml

2007-02-26 Thread ruchi goel
Jukka Zitting wrote: Hi, On 2/23/07, ruchi goel [EMAIL PROTECTED] wrote: Is this not a standard way to register nodetypes ? No. You want to use the JackrabbitNodeTypeManager interface from the jackrabbit-api API library. Like this: InputStream xml = new FileInputStream

Re: dtd for custom_nodetypes.xml

2007-02-23 Thread ruchi goel
the dtd but it is quite simple to use it - sorry On 2/22/07, ruchi goel [EMAIL PROTECTED] wrote: Hi, Where can I finddtd for custom_nodetypes.xml used for registering custom nodetypes ? Thanks, Ruchi

dtd for custom_nodetypes.xml

2007-02-22 Thread ruchi goel
Hi, Where can I finddtd for custom_nodetypes.xml used for registering custom nodetypes ? Thanks, Ruchi

design query when using standard jcr nodetypes (nt:folder,nt:file)

2007-02-14 Thread ruchi goel
Hi, In graffito's framework, cmsObject is the root object and all the content inherits from cmsobject. The idea behind , if I understand correctly , is that there are common model properties between various models like document, article etc and there are common services like

Re: problem checking out graffito source

2007-02-14 Thread ruchi goel
jar:install Normally, almost dependencies will be downloaded and install on your pc. You will got a small list (2 or3 dependencies) that you have to download manually due to some licence issue. On 2/14/07, ruchi goel [EMAIL PROTECTED] wrote: Christophe Lombart wrote: On 2/13/07, ruchi goel [EMAIL

Re: problem checking out graffito source

2007-02-13 Thread ruchi goel
Christophe Lombart wrote: On 2/13/07, ruchi goel [EMAIL PROTECTED] wrote: The dependency jars are no more in the specified location as refererred in project.xml . Which dependencies ? all ? The following : dependencies dependency groupIdorg.apache.jackrabbit/groupId

problem checking out graffito source

2007-02-09 Thread ruchi goel
Hi, I am using tortoise-svn on windows. I created a new windows folder e:\graffito-new and tried to checkout graffito source code from |http://svn.apache.org/repos/asf/incubator/graffito/trunk| But I get error : Working copy e:\graffito-new is already locked. Please do cleanup. I do clean

using jcr mapping for Document Management System

2007-02-06 Thread ruchi goel
Hi, I am trying to design Document Management System using JSR170 impl(Jackrabbit). Checked out graffito framework but it has its own complex layers for persistence conversion, versioning, locking. JSR170 impl already provides implementation for versioning, locking etc. I found

documentation of Graffito JCR mapping :advanced mapping stratagies

2007-01-30 Thread ruchi goel
Hi , Is the documentation for advanced mapping stratagies for graffito jcr mapping available anywhere ? Has the work been done in this area ? Thanks, Ruchi

versions and locks for jcr mapping ?

2007-01-30 Thread ruchi goel
Is versions and locks available for graffito's jcr mapping layer ? Documentation does not have any info on this. Thanks, Ruchi

Error using DefaultCollectionConverter

2006-10-09 Thread Ruchi Goel
Hi, I have class A { String path = /test; Collection links = new ArrayList(); public Collection getLinks() return links; } public void setLinks(Collection links){ this.links = links; } mapping file as follows: graffito-jcr class-descriptor className=com.sun.portal.cms.A

Re: problem in querying nodes (Discriminator ?) Help needed !

2006-09-15 Thread ruchi goel
, Ruchi Goel [EMAIL PROTECTED] wrote: Hi, I am trying a simple save and then query for a java object via jcrmapping. I ahve two questions : 1. What is the concept of discriminator and when is it set to true/false ? 2. I have set discriminator = falsein mapping file.In a successive save and read

state of Node type registration tool and class generation tool ?

2006-09-10 Thread ruchi goel
Hi, The grffito JCR mapping proposal documents the need for the following : * The JCR Node Type Registration Tools : o Registers new JCR node types from an xml file. o Registers the classes as node types while using the mapping

technologies used in graffito

2006-09-07 Thread ruchi goel
Hi, I am doing an evaluation of graffito for the purpose of integration to our portal. I have few questions regarding the design and technologies used . 1. Does graffito has its own session management ? I understand it no since this is not designed as a standalone webapp.(or can I run it

Re: technologies used in graffito

2006-09-07 Thread Ruchi Goel
Thanks Christophe for quick response. One more question: Who is using spring framework ? - Jetspeed or Graffito ? Please see inline for more Christophe Lombart wrote: Hi Ruchi, 1. Does graffito has its own session management ? I understand it no since this is not designed as a

Re: portlet content mode prototype

2006-09-05 Thread ruchi goel
Edgar Poce wrote: hi, I made a prototype of a wysiwyg portlet on top of jcr that allows to version the content. It's just a prototype of what I consider a portlet content mode should have, e.g. versioning, locking, tagging, audit, event notification, metadata. e.g. dublin core, i18n a

use of jcr mapping for JSR170, in graffito

2006-08-28 Thread ruchi goel
Hi, I am a newcommer to graffito area and am in process of evaluating graffito for integration with our portal server. I am mainly interested in knowing the navigation as to how graffito stores its java objects in JSR170 compliant repository. I understand that graffito uses Jackrabbit.