[jira] Closed: (GRFT-111) Extend Bean/Collection/FieldDescriptor with support for node type management tools

2006-10-19 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-111?page=all ] Christophe Lombart closed GRFT-111. --- Resolution: Fixed I added the unit tests. Felix, can you check if it is ok. > Extend Bean/Collection/FieldDescriptor with support for node t

[jira] Commented: (GRFT-106) Avoid INFINITE RECURSION when Object Model has cycles.

2006-10-19 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-106?page=comments#action_12443528 ] Christophe Lombart commented on GRFT-106: - * What about the auto* settings (auto-retrieve,auto-update & auto-insert). Those settings can limit graph

[jira] Resolved: (GRFT-105) Allow custom ProxyManager

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-105?page=all ] Christophe Lombart resolved GRFT-105. - Resolution: Fixed fix - Let me know if something is wrong > Allow custom ProxyManager > - > > K

[jira] Assigned: (GRFT-105) Allow custom ProxyManager

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-105?page=all ] Christophe Lombart reassigned GRFT-105: --- Assignee: Christophe Lombart > Allow custom ProxyManager > - > > Key: GRFT-105 >

[jira] Commented: (GRFT-111) Extend Bean/Collection/FieldDescriptor with support for node type management tools

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-111?page=comments#action_12443370 ] Christophe Lombart commented on GRFT-111: - Patch applied for the jcr-mapping subproject. Right now, it is not possible to apply the patch for the node type

[jira] Assigned: (GRFT-111) Extend Bean/Collection/FieldDescriptor with support for node type management tools

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-111?page=all ] Christophe Lombart reassigned GRFT-111: --- Assignee: Christophe Lombart > Extend Bean/Collection/FieldDescriptor with support for node type management >

[jira] Commented: (GRFT-110) Mapping multiple properties or child nodes to a single field

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-110?page=comments#action_12443354 ] Christophe Lombart commented on GRFT-110: - I added those new collection converters. Do you have some unit tests ? Thanks > Mapping multiple properties

[jira] Assigned: (GRFT-110) Mapping multiple properties or child nodes to a single field

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-110?page=all ] Christophe Lombart reassigned GRFT-110: --- Assignee: Christophe Lombart > Mapping multiple properties or child nodes to a single fi

[jira] Resolved: (GRFT-109) Prevent NullPointerException with

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-109?page=all ] Christophe Lombart resolved GRFT-109. - Resolution: Fixed Patch applied. It returns an IncorrectPersistentClassException instead of a generic JcrException. > Prevent NullPointerExcept

[jira] Assigned: (GRFT-109) Prevent NullPointerException with

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-109?page=all ] Christophe Lombart reassigned GRFT-109: --- Assignee: Christophe Lombart > Prevent NullPointerException with > - > > K

[jira] Resolved: (GRFT-103) AtomicTypeConversion on retrieve omitted (fails) when NodeTypePerHierarchy && Discriminator

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-103?page=all ] Christophe Lombart resolved GRFT-103. - Resolution: Fixed Fixed. I reviewed the method retrieveSimpleFields in order to support a better type convertion. I added this case in the unit test

[jira] Assigned: (GRFT-103) AtomicTypeConversion on retrieve omitted (fails) when NodeTypePerHierarchy && Discriminator

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-103?page=all ] Christophe Lombart reassigned GRFT-103: --- Assignee: Christophe Lombart > AtomicTypeConversion on retrieve omitted (fails) when NodeTypePerHierarchy && >

[jira] Resolved: (GRFT-108) Digester fails to load descriptor classes when using different class loaders

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-108?page=all ] Christophe Lombart resolved GRFT-108. - Resolution: Fixed Patch applied thanks > Digester fails to load descriptor classes when using different class load

[jira] Assigned: (GRFT-108) Digester fails to load descriptor classes when using different class loaders

2006-10-18 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-108?page=all ] Christophe Lombart reassigned GRFT-108: --- Assignee: Christophe Lombart > Digester fails to load descriptor classes when using different class load

Re: JCR-Mapping: Extend Bean/Collection/FieldDescriptor with support for node type management tools

2006-10-17 Thread Christophe Lombart
I have some questions : is the node management tools is based on the existing one ? Is it possible to customize this tools to support other JCR servers. I expect that is supporting Jackrabbit but it should be nice to suport other jcr impl. On 10/17/06, Christophe Lombart <[EMAIL PROTEC

Re: JCR-Mapping: Extend Bean/Collection/FieldDescriptor with support for node type management tools

2006-10-17 Thread Christophe Lombart
No comment :-) Thanks for this contribution. I'm waiting for your new jira issue. -- Best regards, Christophe On 10/17/06, Felix Meschberger <[EMAIL PROTECTED]> wrote: Hi all, I started working with Graffito JCR-Mapping some weeks ago noticing that it actually implements what I planned to i

Re: JCR-Mapping: Mapping multiple properties or child nodes to a single field

2006-10-17 Thread Christophe Lombart
This is a nice feature. Please, add it into Jira. -- Best regards, Christophe On 10/17/06, Felix Meschberger <[EMAIL PROTECTED]> wrote: Hi all, While working on our project, I encountered the need to map multiple properties (or child nodes) to a single field. I think, such a mapping can be

Re: cannot import!!

2006-10-17 Thread Christophe Lombart
ent into the Lucene index " , e); -} +} catch (ContentManagementException e) { +log.error("Error while getting the contents of the document to add to the Lucene index " , e); +} finally { try Christophe Lomb

Re: cannot import!!

2006-10-17 Thread Christophe Lombart
The components subproject has no dependencies to the graffito portlets subproject (applications/graffito-portlets). Why do you want to use ServiceAccessor in ContentIndexServiceImpl ? It is better to use injection to access to another service. On 10/17/06, Evangelos Vlachogiannis <[EMAIL PROTE

Re: [jira] Commented: (GRFT-102) Accessibility of portal content produced by authoring tool (kupu)

2006-10-16 Thread Christophe Lombart
phe, should I config something before using it? Graffito Content Browser on edit mode it says "No content found in this folder. Use the edit mode to add new content." and whatever tab I press nothing happens. I guess I miss something here... regards, Vangelis Christophe Lombart wrote: >

Re: [jira] Commented: (GRFT-102) Accessibility of portal content produced by authoring tool (kupu)

2006-10-13 Thread Christophe Lombart
Thanks you very much for your help In order to support put method instead of post, there are a couple of major changes. On 10/13/06, Evangelos Vlachogiannis (JIRA) <[EMAIL PROTECTED]> wrote: [ http://issues.apache.org/jira/browse/GRFT-102?page=comments#action_12442060 ] Evangelos Vlachogia

[jira] Assigned: (GRFT-102) Accessibility of portal content produced by authoring tool (kupu)

2006-10-13 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-102?page=all ] Christophe Lombart reassigned GRFT-102: --- Assignee: (was: Christophe Lombart) > Accessibility of portal content produced by authoring tool (k

[jira] Commented: (GRFT-102) Accessibility of portal content produced by authoring tool (kupu)

2006-10-13 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-102?page=comments#action_12442033 ] Christophe Lombart commented on GRFT-102: - I have to stop this issue for more urgent work. I have migrated to kupu 1.3.5. So now it is ready to work on the

Re: search

2006-10-12 Thread Christophe Lombart
this is not yet implemented. There is a simple search component which can be used in any kind of portlets. On 10/12/06, Evangelos Vlachogiannis <[EMAIL PROTECTED]> wrote: Hi list, I would like to ask is there a working search portlet for graffito that we could use with jetspeed2. I have seen th

Re: October status report for Graffito

2006-10-09 Thread Christophe Lombart
Hi, No comment - Thanks for this help Christophe On 10/9/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, Raphaƫl already started the October status report for Graffito, and I just added some more details. Check the Graffito section at http://wiki.apache.org/incubator/October2006 and let us k

Re: Does Graffito provide standalone CMS functionality?

2006-10-07 Thread Christophe Lombart
Hi Andreas, Graffito looks very promising to me, but I'm not sure how well it will perform if used standalone. Much of your current work seems to be directed towards support of portals, more specifically the Jetspeed server, and towards JCR on the persistence layer - FileSystemContentStore is,

[jira] Assigned: (GRFT-102) Accessibility of portal content produced by authoring tool (kupu)

2006-09-22 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-102?page=all ] Christophe Lombart reassigned GRFT-102: --- Assignee: Christophe Lombart > Accessibility of portal content produced by authoring tool (k

Re: graffito - kupu update

2006-09-22 Thread Christophe Lombart
It planned to review this issue this afternoon. br, Christophe On 9/22/06, Evangelos Vlachogiannis <[EMAIL PROTECTED]> wrote: Hi Christophe, I have created that issue GRFT-102. Any ideas/guidance for the problem please? thnx, Vangelis Christophe Lombart wrote: > On 9/14/06,

Re: graffito goals and scope

2006-09-21 Thread Christophe Lombart
On 9/21/06, Edgar Poce <[EMAIL PROTECTED]> wrote: On 9/21/06, Christophe Lombart <[EMAIL PROTECTED]> wrote: > This project is not always clear for some people. Please don't take wrong my personal opinions on this subject, I hope you to take it as constructive feedback.

[jira] Commented: (GRFT-101) Allow developer to supply "newInstace" method in subclass of ObjectConverterImpl

2006-09-21 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-101?page=comments#action_12436645 ] Christophe Lombart commented on GRFT-101: - Dan, Can you provide a patch for this issue ? > Allow developer to supply "newInstace" method i

[jira] Commented: (GRFT-99) ManageableCollectionUtil should not throw "unsupported" JcrMapping exception

2006-09-21 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-99?page=comments#action_12436643 ] Christophe Lombart commented on GRFT-99: Dan, I'm sorry but I forget some details on this issue. If I understand, you want a generic implementation fo

Re: documentation on Versioning

2006-09-21 Thread Christophe Lombart
Hi Ruchi, I added this issue in Jira. For this kind of issue, you can add it yourself. By this way, we are sure that you request will be reviewed. br, Christophe On 9/15/06, ruchi goel <[EMAIL PROTECTED]> wrote: Is documentation on versioning available in svn ? It is not yet posted on the sit

[jira] Created: (GRFT-104) Support versionning without node type definition

2006-09-21 Thread Christophe Lombart (JIRA)
Affects Versions: 1.0-a1-dev Reporter: Christophe Lombart Priority: Minor Fix For: 1.0-a1-dev >From Ruchi Goel : It is possible to perform versioning operations on custom node type but not on nt:unstructured (without a custom node type definition).

Re: j2 page manager status

2006-09-21 Thread Christophe Lombart
Hi Edgar, What do you mean with "only"? I'm not sure if I understand you correctly. I understand that graffito should provide an implementation of the page manager interface in order to provide a set of cms services to manage the pages, folders, links, fragments, etc. ok sorry for the confusi

Re: portlet "content" mode prototype

2006-09-21 Thread Christophe Lombart
On 9/21/06, Edgar Poce <[EMAIL PROTECTED]> wrote: I'd like to make clear that I'm not in a crusade in favor of jcr. I'm interested in seeing the features I'm talking independently of implementation details. Sorry if I'm being repetitive, but my interest is seeing 1. CMS features for j2 portal si

Re: portlet "content" mode prototype

2006-09-21 Thread Christophe Lombart
Edgar, Did you already uploaded the new war ? still the same problem here. br, Christophe On 9/21/06, Edgar Poce <[EMAIL PROTECTED]> wrote: It's uploaded now. sorry for the inconvenience. On 9/21/06, Christophe Lombart <[EMAIL PROTECTED]> wrote: > Here is the error in t

Re: portlet "content" mode prototype

2006-09-21 Thread Christophe Lombart
t; what I have deployed. > > Evangelos Vlachogiannis wrote: > > some result here. I have just deployed that. No other tab. I only > > changed the repo path in web.xml. Do I need to config something? > > > > O/H Christophe Lombart ??: > >> I just deployed the

Re: portlet "content" mode prototype

2006-09-21 Thread Christophe Lombart
I just deployed the war maybe I forgot to do something. On 9/21/06, Edgar Poce <[EMAIL PROTECTED]> wrote: On 9/21/06, Christophe Lombart <[EMAIL PROTECTED]> wrote: > > no. Do you see a tab in help mode with the label versioning?. > I see only a info tab page > then,

Re: portlet "content" mode prototype

2006-09-21 Thread Christophe Lombart
no. Do you see a tab in help mode with the label versioning?. I see only a info tab page

Re: portlet "content" mode prototype

2006-09-21 Thread Christophe Lombart
Compare to the existing Graffito codebase, this is completely another approach to build content portlets (100% dependent on the JCR API ). Christophe

Re: portlet "content" mode prototype

2006-09-21 Thread Christophe Lombart
Hi edgar, I just deployed the portlet war and it works. I'm not sure it is the most recent one. I have not all features (check-in check-out, ...). Do I have to build from the source to get thoses features ? br Christophe On 9/21/06, Philip Mark Donaghy <[EMAIL PROTECTED]> wrote: That would b

[jira] Resolved: (GRFT-37) Final JCR Mapping Document PROPOSAL

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-37?page=all ] Christophe Lombart resolved GRFT-37. Resolution: Fixed We can close this old issue. > Final JCR Mapping Document PROPOSAL > --- > >

[jira] Resolved: (GRFT-98) Archive links are broken on Mailing Lists page.

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-98?page=all ] Christophe Lombart resolved GRFT-98. Resolution: Fixed archive links have been fixed > Archive links are broken on Mailing Lists p

[jira] Resolved: (GRFT-97) Deployment documentation link and tidiness

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-97?page=all ] Christophe Lombart resolved GRFT-97. Resolution: Fixed Patch applied - Thanks > Deployment documentation link and tidin

[jira] Resolved: (GRFT-96) Patch home page grammar

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-96?page=all ] Christophe Lombart resolved GRFT-96. Resolution: Fixed Patch applied - Thanks > Patch home page grammar > --- > > Key: GRFT-96 >

[jira] Resolved: (GRFT-2) Mailing list archives are not accessible

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-2?page=all ] Christophe Lombart resolved GRFT-2. --- Resolution: Fixed The mailing list url have been modified > Mailing list archives are not accessi

jdk 1.5

2006-09-20 Thread Christophe Lombart
Hi all, Are you using jdk 1.4 or 1.5 ? Is it still necessary to support 1.4 ? -- Best regards, Christophe

[jira] Assigned: (GRFT-2) Mailing list archives are not accessible

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-2?page=all ] Christophe Lombart reassigned GRFT-2: - Assignee: Christophe Lombart > Mailing list archives are not accessible > > >

[jira] Assigned: (GRFT-98) Archive links are broken on Mailing Lists page.

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-98?page=all ] Christophe Lombart reassigned GRFT-98: -- Assignee: Christophe Lombart > Archive links are broken on Mailing Lists p

[jira] Assigned: (GRFT-97) Deployment documentation link and tidiness

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-97?page=all ] Christophe Lombart reassigned GRFT-97: -- Assignee: Christophe Lombart > Deployment documentation link and tidiness > -- > >

[jira] Assigned: (GRFT-96) Patch home page grammar

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-96?page=all ] Christophe Lombart reassigned GRFT-96: -- Assignee: Christophe Lombart > Patch home page grammar > --- > > Key: GRFT-96 >

Re: Re: Vote : Jukka as new new Graffito mentor

2006-09-20 Thread Christophe Lombart
No problem for me. Thanks! On 9/20/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 9/20/06, Christophe Lombart <[EMAIL PROTECTED]> wrote: > Opps sorry. All votes are +1. > Welcome to Jukka. Happy to see you in our team. > > I didn't know the ASF procedures in

[jira] Resolved: (GRFT-86) Set svn:eol-style on Graffito sources

2006-09-20 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-86?page=all ] Christophe Lombart resolved GRFT-86. Resolution: Fixed Done. Let me know if something is wrong. > Set svn:eol-style on Graffito sour

Re: Re: Vote : Jukka as new new Graffito mentor

2006-09-20 Thread Christophe Lombart
Opps sorry. All votes are +1. Welcome to Jukka. Happy to see you in our team. I didn't know the ASF procedures in all details. So, what is the next step ? Christophe On 9/20/06, Oliver Kiessler <[EMAIL PROTECTED]> wrote: hi christophe, > Others are +1 (one missing vote : Oliver). > Do we hav

Re: Vote : Jukka as new new Graffito mentor

2006-09-20 Thread Christophe Lombart
Taylor <[EMAIL PROTECTED]> wrote: Christophe Lombart wrote: > Dear Committers, > > Following the recent discussion in the general incubation mailing list > (see [1] ), I would like to start a vote to nominate Jukka Zitting as > new mentor for the Graffito project. Due to

Re: j2 page manager status

2006-09-20 Thread Christophe Lombart
t I'm kind of lost about how to start. br, edgar On 8/31/06, Christophe Lombart <[EMAIL PROTECTED]> wrote: > Not yet implemented. Any kind of contribution is welcome in this area. > > Christophe > > On 8/31/06, Edgar Poce <[EMAIL PROTECTED]> wrote: > >

Re: Graffito at ApacheCon US

2006-09-19 Thread Christophe Lombart
Ok I will think about that. Talk to you in 2 weeks. I will send you a mail with the key features (implemented and planned :-) ) On 9/19/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 9/19/06, Christophe Lombart <[EMAIL PROTECTED]> wrote: > I will not be present but we c

Re: Graffito at ApacheCon US

2006-09-18 Thread Christophe Lombart
I will not be present but we can prepare this presentation together. Let me know when you need help. Christophe On 9/18/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, I'm going to attend the upcoming ApacheCon US, and I'd like to spend some time there doing Graffito-related stuff. Let me kn

Vote : Jukka as new new Graffito mentor

2006-09-17 Thread Christophe Lombart
Dear Committers, Following the recent discussion in the general incubation mailing list (see [1] ), I would like to start a vote to nominate Jukka Zitting as new mentor for the Graffito project. Due to his activities in the Jackrabbit project (Chair & developer) and his incubation experience with

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

2006-09-15 Thread Christophe Lombart
Hi Ruchi, If you want to use the same JCR node type for the complete class hierarchy, you have to specify discriminator = true. By this way, the persistence manager will add a new property which will contain the object class. This is technique is often used in ORM. This property is used to instan

Re: Why doesn't OjbectConverter getObject call this.newInstance method ?

2006-09-13 Thread Christophe Lombart
Thanks - I will review it when it will be in Jira. br Christophe On 9/13/06, Dan Connelly <[EMAIL PROTECTED]> wrote: All: I implemented a simple change in ObjectConverterImpl. It solves the problem I reported. I added the following method: protected Object newInstance(String className

Re: jcr-mapping contribution

2006-09-12 Thread Christophe Lombart
Hi Artem, Sorry for the delay - Here some comments. On 8/9/06, Artem Melentyev <[EMAIL PROTECTED]> wrote: I'm using ObjectConverter directly without PersistenceManager (it is too high-level, and I don't want to add jcrpath field to beens). Right - Some users want to define the path field and

[jira] Commented: (GRFT-86) Set svn:eol-style on Graffito sources

2006-09-11 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-86?page=comments#action_12433982 ] Christophe Lombart commented on GRFT-86: Jukka, I'm using the source code without problem on windows. What kind of problem do you have ? Thanks

[jira] Assigned: (GRFT-86) Set svn:eol-style on Graffito sources

2006-09-11 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-86?page=all ] Christophe Lombart reassigned GRFT-86: -- Assignee: Christophe Lombart > Set svn:eol-style on Graffito sources > - > >

[jira] Assigned: (GRFT-100) Support custom class loader for mapped classes

2006-09-11 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-100?page=all ] Christophe Lombart reassigned GRFT-100: --- Assignee: Christophe Lombart > Support custom class loader for mapped clas

[jira] Resolved: (GRFT-87) Update Jackrabbit dependencies to 1.0

2006-09-11 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-87?page=all ] Christophe Lombart resolved GRFT-87. Fix Version/s: 1.0-a1-dev Resolution: Fixed Assignee: Christophe Lombart Patch applied - Thanks > Update Jackrabbit dependencies to

[jira] Resolved: (GRFT-100) Support custom class loader for mapped classes

2006-09-11 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-100?page=all ] Christophe Lombart resolved GRFT-100. - Fix Version/s: 1.0-a1-dev Resolution: Fixed Patch applied - thanks ! > Support custom class loader for mapped clas

Re: query regarding security

2006-09-11 Thread Christophe Lombart
The JCR content store is not yet implemented. So, we have not yet take some decision in point of view ACL, ... All ideas are welcome. Christophe On 9/11/06, ruchi goel <[EMAIL PROTECTED]> wrote: Hi, / //All security features like user management, ACL, ... are managed by administration tool

Re: state of Node type registration tool and class generation tool ?

2006-09-11 Thread Christophe Lombart
Sandro works on that. Sandro, can you give us the status ? This tools is certainly interesting for others. Maybe, we can also move it into the Jackrabbit project. On 9/11/06, ruchi goel <[EMAIL PROTECTED]> wrote: Hi, The grffito JCR mapping proposal documents the need for the following :

Re: technologies used in graffito

2006-09-07 Thread Christophe Lombart
Hi Ruchi, 9/7/06, Ruchi Goel <[EMAIL PROTECTED]> wrote: Can I not use OCM outside Spring container ? For simple persistence and query operations, I built and tried storing my model supported by my mapping file without using any container. Yes - you can use OCM outside Spring. Can I not use

Re: technologies used in graffito

2006-09-07 Thread Christophe Lombart
On 9/7/06, Ruchi Goel <[EMAIL PROTECTED]> wrote: Thanks Christophe for quick response. One more question: Who is using spring framework ? - Jetspeed or Graffito ? Both project Please see inline for more Christophe Lombart wrote: Our portal users are stored in LDAP and us

Re: technologies used in graffito

2006-09-07 Thread Christophe Lombart
Hi Ruchi, 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 without riding on portal ?) When it gets deployed as portlets , it uses the session management of the portal system. Here , it uses the session m

Re: JCR mapping vs. Jackrabbit update

2006-09-06 Thread Christophe Lombart
No problem - good plan. Thanks for your help br, Christophe On 9/6/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 9/1/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: > I just started a thread on the Jackrabbit dev list to gather opinions > on possibly moving the JCR mapping tool into a Jack

Re: JCR-Mapper: ClassLoading issues

2006-09-06 Thread Christophe Lombart
On 9/6/06, Felix Meschberger <[EMAIL PROTECTED]> wrote: Hi, I am new to the JCR-Mapper, so please forgive any stupidity :-) You are welcome I am working on a projects which involves mapping nodes to objects. The environment of this project is an OSGi Framework which makes extensive use of c

Re: How can aggregation be mapped in OCM?

2006-09-06 Thread Christophe Lombart
all concern for my use case(s) and I will defer it. -- Dan Christophe Lombart wrote: > On 9/5/06, Dan Connelly <[EMAIL PROTECTED]> wrote: > >> Christophe: >> >> Okay. But it does get a little tricky, as follows: >> >> ReferencingBeanConverter

Re: portlet "content" mode prototype

2006-09-06 Thread Christophe Lombart
Edgar, Thanks for the clarifications. Running the process is responsability of the BPM engine, the jcr implementation wouldn't be responsible of running the process, it would be responsible only of storing the process definitions and process instances. Yes I know but when you are coming in so

Re: portlet "content" mode prototype

2006-09-05 Thread Christophe Lombart
On 9/5/06, Edgar Poce <[EMAIL PROTECTED]> wrote: On 9/5/06, Christophe Lombart <[EMAIL PROTECTED]> wrote: > If Graffito provides a support for managing JCR nodes and an High > level content object model (which can be customized), how can we > define some services like

Re: How can aggregation be mapped in OCM?

2006-09-05 Thread Christophe Lombart
On 9/5/06, Dan Connelly <[EMAIL PROTECTED]> wrote: Christophe: Okay. But it does get a little tricky, as follows: ReferencingBeanConverterImpl#insert operation: This must actually create a node for the bean if there is no node for its already. If the bean has a node (elsewhere), then a r

Re: portlet "content" mode prototype

2006-09-05 Thread Christophe Lombart
On 9/5/06, Edgar Poce <[EMAIL PROTECTED]> 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

Re: ManageableCollectionUtil should not throw "unsupported" JcrMapping exception.

2006-09-04 Thread Christophe Lombart
On 9/4/06, Dan Connelly <[EMAIL PROTECTED]> wrote: Christophe: Please excuse me. I really am creating too many red herrings, however interesting!This problem is not at all as difficult as I am making it. There is an extremely general fix for the "unsupported" problem in ManageableCollecti

Re: ManageableCollectionUtil should not throw "unsupported" JcrMapping exception.

2006-09-04 Thread Christophe Lombart
Dan, I'm sorry but I don't understand what you are doing. If you need to support another kind of collection (or Map), there are 2 alternatives : 1/ Build your own ManageableCollection and reference this class in the mapping file. 2/ or promote this class into the ManageableCollectionUtil (if this

Re: How can aggregation be mapped in OCM?

2006-09-04 Thread Christophe Lombart
Here are some comments on aggragations, references, ... : 1/ The REFERRENCE feature is not yet supported in the OCM frameworks. I think only a new BeanConcerverter impl is required (or maybe almost nothing). Any kind of contribution is welcome. 2/ For aggragation defined in the subnodes, it is

Re: Why the Webdav-/Graffito-/FileSystemServer interfaces?

2006-09-01 Thread Christophe Lombart
On 9/2/06, Edgar Poce <[EMAIL PROTECTED]> wrote: There's only one drawback that comes to my mind: since the content will be touched from many places all the constraints and security policies should be handled at the repository level in order to guarantee data integrity. That would probably lead

Re: Why the Webdav-/Graffito-/FileSystemServer interfaces?

2006-09-01 Thread Christophe Lombart
I agree with you that GFT api is much simpler from a developer perspective, however it's not as feature rich as jcr, and I'd prefer the CMS to focus on providing generic features for any content rather than providing less features for a fixed set of types. I think it is possible to have generic

Re: IGNORE Problem with collectionConverter class loading

2006-09-01 Thread Christophe Lombart
Ouuuff !-) Thanks for the feedback Christophe On 9/1/06, Dan Connelly <[EMAIL PROTECTED]> wrote: Sorry. Problem was in my Eclipse setup, not in Graffito. Dan Connelly wrote: > I have created a collectionConverter class for my application's flavor > of List. I declare this in the mapping

Re: use of jcr mapping for JSR170, in graffito

2006-09-01 Thread Christophe Lombart
Just a couple of comments - sorry for the delay : * Maven goals are there to build, run unit tests, ... Maybe it is more simple to use the maven goals and just run "maven eclipse" to create a new project. * The OCM tools (subfolder jcr) is not integrated into the complete Graffito stack. * There

Re: JCR mapping vs. Jackrabbit update

2006-09-01 Thread Christophe Lombart
Thanks ! Christophe On 9/1/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, I just started a thread on the Jackrabbit dev list to gather opinions on possibly moving the JCR mapping tool into a Jackrabbit subproject. Here's the Nabble link if you want to participate without subscribing: h

Re: Why the Webdav-/Graffito-/FileSystemServer interfaces?

2006-08-31 Thread Christophe Lombart
Hi Edgar, Sorry for the delay but I was on vacation. I don't know if it is possible to join this thread now but let me give you my point of view on JCR integration and object oriented design. Sometime, it could be interesting to have some JCR Portlets like the JCR browser but I'm not sure that

Re: Why the Webdav-/Graffito-/FileSystemServer interfaces?

2006-08-31 Thread Christophe Lombart
On 8/27/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: My concern for starting this thread was more related to the structure of the Graffito abstraction layer. I still don't quite see the rationale for using interfaces for plain data objects and the need for explicitly modelling the (configuratio

Re: j2 page manager status

2006-08-31 Thread Christophe Lombart
Not yet implemented. Any kind of contribution is welcome in this area. Christophe On 8/31/06, Edgar Poce <[EMAIL PROTECTED]> wrote: Hi What's the status of the Graffito implementation for the Jetspeed 2 Page Manager?. thanks in advance, edgar -- Best regards, Christophe

Re: jcr-mapping contribution

2006-08-10 Thread Christophe Lombart
Aterm, Thank you very much for your contribution. I'm on vacation until September. I will review your patch and suggestions ASAP (probably the first week of september). If you know someone interested to integrated xwiki with the complete Graffito stack, I will be very happy to discuss on that To

[jira] Commented: (GRFT-89) Update the Graffito incubation status page

2006-07-31 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-89?page=comments#action_12424532 ] Christophe Lombart commented on GRFT-89: How can we modify this page : http://incubator.apache.org/projects/graffito.html ? Is there somewhere a page which

[jira] Commented: (GRFT-92) Remove the graffito-commons subproject

2006-07-27 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-92?page=comments#action_12423949 ] Christophe Lombart commented on GRFT-92: graffito-common is used in some graffito application portlets like the Browser portlet application. My suggestion

[jira] Resolved: (GRFT-93) Missing license headers in graffito-jcr-spring

2006-07-27 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-93?page=all ] Christophe Lombart resolved GRFT-93. Resolution: Fixed Done. I'm still wondering if this is the correct licence header. I found sereval licence headers in some ASF projects. Which o

[jira] Assigned: (GRFT-93) Missing license headers in graffito-jcr-spring

2006-07-27 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-93?page=all ] Christophe Lombart reassigned GRFT-93: -- Assignee: Christophe Lombart > Missing license headers in graffito-jcr-spring > -- > >

[jira] Resolved: (GRFT-94) Unsafe namespace registration in graffito-jcr-spring

2006-07-27 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-94?page=all ] Christophe Lombart resolved GRFT-94. Resolution: Fixed Patch apply. let me know if I can close the issue Thanks ! > Unsafe namespace registration in graffito-jcr-spr

[jira] Assigned: (GRFT-94) Unsafe namespace registration in graffito-jcr-spring

2006-07-27 Thread Christophe Lombart (JIRA)
[ http://issues.apache.org/jira/browse/GRFT-94?page=all ] Christophe Lombart reassigned GRFT-94: -- Assignee: Christophe Lombart > Unsafe namespace registration in graffito-jcr-spr

Re: Why the Webdav-/Graffito-/FileSystemServer interfaces?

2006-07-21 Thread Christophe Lombart
On 7/21/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 7/21/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: > Going deeper into the graffito-api project I started wondering why it > contains the Webdav-, Graffito- and FileSystemServer interfaces? I traced the use of the Server interface back

Re: Graffito release plans?

2006-07-16 Thread Christophe Lombart
On 7/15/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 7/15/06, Christophe Lombart <[EMAIL PROTECTED]> wrote: > Ooops - I'm very sorry, the OCM unit tests are in : > /jcr/jcr-mapping/src/test (not in /components/src/test) No problem. At the moment I'm reall

Re: Graffito release plans?

2006-07-15 Thread Christophe Lombart
Ooops - I'm very sorry, the OCM unit tests are in : /jcr/jcr-mapping/src/test (not in /components/src/test) I think this week-end will be a great benefit for myself. Anyway, here is some info : What is the "folder" instance in this case? Is it a plain data object or an adapter to an underlying

<    1   2   3   4   5   6   7   >