You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-dev@incubator.apache.org by "Christophe Lombart (JIRA)" <ji...@apache.org> on 2005/09/13 20:08:54 UTC

[jira] Created: (GRFT-40) Support all JCR types

Support all JCR types
---------------------

         Key: GRFT-40
         URL: http://issues.apache.org/jira/browse/GRFT-40
     Project: Graffito
        Type: Task
    Reporter: Christophe Lombart


We have to support the following JCR Types : 
           * PropertyType.NAME
           * PropertyType.PATH
           * PropertyType.REFERENCE
           * PropertyType.UNDEFINED

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (GRFT-40) Advanced support for JCR properties and node

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GRFT-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christophe Lombart resolved GRFT-40.
------------------------------------

    Resolution: Fixed

All subisssues are resolved. 

> Advanced support for JCR properties and node
> --------------------------------------------
>
>                 Key: GRFT-40
>                 URL: https://issues.apache.org/jira/browse/GRFT-40
>             Project: Graffito
>          Issue Type: Task
>          Components: JCR-Mapping
>            Reporter: Christophe Lombart
>         Assigned To: Christophe Lombart
>             Fix For: 1.0-a1-dev
>
>
> - We have to support the following JCR Types : 
>            * PropertyType.NAME
>            * PropertyType.PATH
>            * PropertyType.REFERENCE
>            * PropertyType.UNDEFINED
> - Map UUID and the path into the POJO object
> - Check if  mandatory & auto created properties are well managed. More unit test are required.
> - Support for same-name siblings : the query service should supported it ans we have also to support the method :  node.getNodes(nodepattern). We have also to check if the insert, update and delete methods support correctly the same-name sibling. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GRFT-40) Advanced support for JCR properties and node

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GRFT-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473526 ] 

Christophe Lombart commented on GRFT-40:
----------------------------------------

I just commit ed a couple of modifications : 
Name & path property types are supported with new atomic converter. They are mapped into String attribute (see ReferenceTypeConverterImpl & PathTypeConverterImpl) 
 
A couple a month ago, we added those features :
1/node.getNodes(nodepattern)  is partially supported  with a collection converter : NTCollectionConverterImpl
2/support for mandotory & autocreated props
3/Support for same-name siblings is done

In summary, we have to work on the following issues:
UUID support
Reference
Undefined type

Tomorrow,I will create subtasks for each issues

> Advanced support for JCR properties and node
> --------------------------------------------
>
>                 Key: GRFT-40
>                 URL: https://issues.apache.org/jira/browse/GRFT-40
>             Project: Graffito
>          Issue Type: Task
>          Components: JCR-Mapping
>            Reporter: Christophe Lombart
>         Assigned To: Christophe Lombart
>             Fix For: 1.0-a1-dev
>
>
> - We have to support the following JCR Types : 
>            * PropertyType.NAME
>            * PropertyType.PATH
>            * PropertyType.REFERENCE
>            * PropertyType.UNDEFINED
> - Map UUID and the path into the POJO object
> - Check if  mandatory & auto created properties are well managed. More unit test are required.
> - Support for same-name siblings : the query service should supported it ans we have also to support the method :  node.getNodes(nodepattern). We have also to check if the insert, update and delete methods support correctly the same-name sibling. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GRFT-40) Advanced support for JCR properties and node

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GRFT-40?page=all ]

Christophe Lombart updated GRFT-40:
-----------------------------------

        Summary: Advanced support for JCR properties and node  (was: Advanced support for JCR items)
    Description: 
- We have to support the following JCR Types : 
           * PropertyType.NAME
           * PropertyType.PATH
           * PropertyType.REFERENCE
           * PropertyType.UNDEFINED

- Map UUID and the path into the POJO object

- Check if  mandatory & auto created properties are well managed. More unit test are required.

- Support for same-name siblings : the query service should supported it ans we have also to support the method :  node.getNodes(nodepattern). We have also to check if the insert, update and delete methods support correctly the same-name sibling. 


  was:
- We have to support the following JCR Types : 
           * PropertyType.NAME
           * PropertyType.PATH
           * PropertyType.REFERENCE
           * PropertyType.UNDEFINED

- Map UUID ?

- Check if  mandatory & auto created properties are well managed. More unit test are required.


> Advanced support for JCR properties and node
> --------------------------------------------
>
>          Key: GRFT-40
>          URL: http://issues.apache.org/jira/browse/GRFT-40
>      Project: Graffito
>         Type: Task
>   Components: JCR-Mapping
>     Reporter: Christophe Lombart
>      Fix For: 1.0-a1-dev

>
> - We have to support the following JCR Types : 
>            * PropertyType.NAME
>            * PropertyType.PATH
>            * PropertyType.REFERENCE
>            * PropertyType.UNDEFINED
> - Map UUID and the path into the POJO object
> - Check if  mandatory & auto created properties are well managed. More unit test are required.
> - Support for same-name siblings : the query service should supported it ans we have also to support the method :  node.getNodes(nodepattern). We have also to check if the insert, update and delete methods support correctly the same-name sibling. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GRFT-40) Support all JCR types

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GRFT-40?page=all ]

Christophe Lombart updated GRFT-40:
-----------------------------------

      Component: JCR-Mapping
    Fix Version: 1.0-a1-dev

> Support all JCR types
> ---------------------
>
>          Key: GRFT-40
>          URL: http://issues.apache.org/jira/browse/GRFT-40
>      Project: Graffito
>         Type: Task
>   Components: JCR-Mapping
>     Reporter: Christophe Lombart
>      Fix For: 1.0-a1-dev

>
> We have to support the following JCR Types : 
>            * PropertyType.NAME
>            * PropertyType.PATH
>            * PropertyType.REFERENCE
>            * PropertyType.UNDEFINED

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GRFT-40) Advanced support for JCR properties and node

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GRFT-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christophe Lombart reassigned GRFT-40:
--------------------------------------

    Assignee: Christophe Lombart

> Advanced support for JCR properties and node
> --------------------------------------------
>
>                 Key: GRFT-40
>                 URL: https://issues.apache.org/jira/browse/GRFT-40
>             Project: Graffito
>          Issue Type: Task
>          Components: JCR-Mapping
>            Reporter: Christophe Lombart
>         Assigned To: Christophe Lombart
>             Fix For: 1.0-a1-dev
>
>
> - We have to support the following JCR Types : 
>            * PropertyType.NAME
>            * PropertyType.PATH
>            * PropertyType.REFERENCE
>            * PropertyType.UNDEFINED
> - Map UUID and the path into the POJO object
> - Check if  mandatory & auto created properties are well managed. More unit test are required.
> - Support for same-name siblings : the query service should supported it ans we have also to support the method :  node.getNodes(nodepattern). We have also to check if the insert, update and delete methods support correctly the same-name sibling. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GRFT-40) Advanced support for JCR items

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GRFT-40?page=all ]

Christophe Lombart updated GRFT-40:
-----------------------------------

        Summary: Advanced support for JCR items  (was: Support all JCR types)
    Description: 
- We have to support the following JCR Types : 
           * PropertyType.NAME
           * PropertyType.PATH
           * PropertyType.REFERENCE
           * PropertyType.UNDEFINED

- Map UUID ?

- Check if  mandatory & auto created properties are well managed. More unit test are required.

  was:
We have to support the following JCR Types : 
           * PropertyType.NAME
           * PropertyType.PATH
           * PropertyType.REFERENCE
           * PropertyType.UNDEFINED


> Advanced support for JCR items
> ------------------------------
>
>          Key: GRFT-40
>          URL: http://issues.apache.org/jira/browse/GRFT-40
>      Project: Graffito
>         Type: Task
>   Components: JCR-Mapping
>     Reporter: Christophe Lombart
>      Fix For: 1.0-a1-dev

>
> - We have to support the following JCR Types : 
>            * PropertyType.NAME
>            * PropertyType.PATH
>            * PropertyType.REFERENCE
>            * PropertyType.UNDEFINED
> - Map UUID ?
> - Check if  mandatory & auto created properties are well managed. More unit test are required.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GRFT-40) Advanced support for JCR properties and node

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GRFT-40?page=comments#action_12332622 ] 

Christophe Lombart commented on GRFT-40:
----------------------------------------

Support for same-name siblings is done. Only the node.getNodes(nodepattern) is not yet supported but I think is is not a high priority.


> Advanced support for JCR properties and node
> --------------------------------------------
>
>          Key: GRFT-40
>          URL: http://issues.apache.org/jira/browse/GRFT-40
>      Project: Graffito
>         Type: Task
>   Components: JCR-Mapping
>     Reporter: Christophe Lombart
>      Fix For: 1.0-a1-dev

>
> - We have to support the following JCR Types : 
>            * PropertyType.NAME
>            * PropertyType.PATH
>            * PropertyType.REFERENCE
>            * PropertyType.UNDEFINED
> - Map UUID and the path into the POJO object
> - Check if  mandatory & auto created properties are well managed. More unit test are required.
> - Support for same-name siblings : the query service should supported it ans we have also to support the method :  node.getNodes(nodepattern). We have also to check if the insert, update and delete methods support correctly the same-name sibling. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GRFT-40) Advanced support for JCR properties and node

Posted by "Dan Connelly (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GRFT-40?page=comments#action_12434095 ] 
            
Dan Connelly commented on GRFT-40:
----------------------------------

Please increase the priority for implementation of the unsupported JCR PropertyTypes.

I want Jackrabbit to enforce referential integrity through PropteryType.PATH and PropertyType.REFERENCE.

If this csudrd a problem in Jackrabbit, yjrm I want to raise the Jackrabbit Jira over the Graffito implementation, not over my custom implementation.

> Advanced support for JCR properties and node
> --------------------------------------------
>
>                 Key: GRFT-40
>                 URL: http://issues.apache.org/jira/browse/GRFT-40
>             Project: Graffito
>          Issue Type: Task
>          Components: JCR-Mapping
>            Reporter: Christophe Lombart
>             Fix For: 1.0-a1-dev
>
>
> - We have to support the following JCR Types : 
>            * PropertyType.NAME
>            * PropertyType.PATH
>            * PropertyType.REFERENCE
>            * PropertyType.UNDEFINED
> - Map UUID and the path into the POJO object
> - Check if  mandatory & auto created properties are well managed. More unit test are required.
> - Support for same-name siblings : the query service should supported it ans we have also to support the method :  node.getNodes(nodepattern). We have also to check if the insert, update and delete methods support correctly the same-name sibling. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira