You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2008/07/30 10:51:32 UTC

[jira] Created: (SLING-589) JcrPropertyMap shoud allow retrieving of properties

JcrPropertyMap shoud allow retrieving of properties
---------------------------------------------------

                 Key: SLING-589
                 URL: https://issues.apache.org/jira/browse/SLING-589
             Project: Sling
          Issue Type: New Feature
          Components: API
            Reporter: Tobias Bocanegra
            Priority: Minor


the JcrPropertyMap should check for a javax.jcr.Property type class and return the property if exists.



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


[jira] Resolved: (SLING-589) JcrPropertyMap shoud allow retrieving of properties

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

Felix Meschberger resolved SLING-589.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: JCR Resource 2.0.4

Implemented in Rev. 697128.

Please close this issue if this suits your needs. Thanks.

> JcrPropertyMap shoud allow retrieving of properties
> ---------------------------------------------------
>
>                 Key: SLING-589
>                 URL: https://issues.apache.org/jira/browse/SLING-589
>             Project: Sling
>          Issue Type: New Feature
>          Components: JCR Resource
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: JCR Resource 2.0.4
>
>
> the JcrPropertyMap should check for a javax.jcr.Property type class and return the property if exists.

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


[jira] Updated: (SLING-589) JcrPropertyMap shoud allow retrieving of properties

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

Felix Meschberger updated SLING-589:
------------------------------------

    Component/s:     (was: API)
                 JCR Resource

Changing component. JcrPropertyMap isin the jcr/resource module.

> JcrPropertyMap shoud allow retrieving of properties
> ---------------------------------------------------
>
>                 Key: SLING-589
>                 URL: https://issues.apache.org/jira/browse/SLING-589
>             Project: Sling
>          Issue Type: New Feature
>          Components: JCR Resource
>            Reporter: Tobias Bocanegra
>            Priority: Minor
>
> the JcrPropertyMap should check for a javax.jcr.Property type class and return the property if exists.

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


[jira] Commented: (SLING-589) JcrPropertyMap shoud allow retrieving of properties

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618278#action_12618278 ] 

Tobias Bocanegra commented on SLING-589:
----------------------------------------

i want to 'inspect' a jcr property of the underlying node. eg to determine the MV type, or the property type. currently i have to adapt the resource to the node and then get the property. in some places, i don't have the resource anymore.

eg: properties.get("foo", Property.class);



> JcrPropertyMap shoud allow retrieving of properties
> ---------------------------------------------------
>
>                 Key: SLING-589
>                 URL: https://issues.apache.org/jira/browse/SLING-589
>             Project: Sling
>          Issue Type: New Feature
>          Components: JCR Resource
>            Reporter: Tobias Bocanegra
>            Priority: Minor
>
> the JcrPropertyMap should check for a javax.jcr.Property type class and return the property if exists.

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


[jira] Assigned: (SLING-589) JcrPropertyMap shoud allow retrieving of properties

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

Felix Meschberger reassigned SLING-589:
---------------------------------------

    Assignee: Felix Meschberger

> JcrPropertyMap shoud allow retrieving of properties
> ---------------------------------------------------
>
>                 Key: SLING-589
>                 URL: https://issues.apache.org/jira/browse/SLING-589
>             Project: Sling
>          Issue Type: New Feature
>          Components: JCR Resource
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>            Priority: Minor
>
> the JcrPropertyMap should check for a javax.jcr.Property type class and return the property if exists.

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


[jira] Commented: (SLING-589) JcrPropertyMap shoud allow retrieving of properties

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618296#action_12618296 ] 

Tobias Bocanegra commented on SLING-589:
----------------------------------------

yes. sorry, i was a bit unclear :-)

> JcrPropertyMap shoud allow retrieving of properties
> ---------------------------------------------------
>
>                 Key: SLING-589
>                 URL: https://issues.apache.org/jira/browse/SLING-589
>             Project: Sling
>          Issue Type: New Feature
>          Components: JCR Resource
>            Reporter: Tobias Bocanegra
>            Priority: Minor
>
> the JcrPropertyMap should check for a javax.jcr.Property type class and return the property if exists.

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


[jira] Commented: (SLING-589) JcrPropertyMap shoud allow retrieving of properties

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618267#action_12618267 ] 

Felix Meschberger commented on SLING-589:
-----------------------------------------

Can you please elaborate on what exactly you want to achieve ? Thanks.

> JcrPropertyMap shoud allow retrieving of properties
> ---------------------------------------------------
>
>                 Key: SLING-589
>                 URL: https://issues.apache.org/jira/browse/SLING-589
>             Project: Sling
>          Issue Type: New Feature
>          Components: API
>            Reporter: Tobias Bocanegra
>            Priority: Minor
>
> the JcrPropertyMap should check for a javax.jcr.Property type class and return the property if exists.

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


[jira] Commented: (SLING-589) JcrPropertyMap shoud allow retrieving of properties

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618283#action_12618283 ] 

Felix Meschberger commented on SLING-589:
-----------------------------------------

In other words: extend the JcrPropertyMap.get(String, Class<T>) implementation to support returning the "raw" JCR Property. This definitely makes sense.

> JcrPropertyMap shoud allow retrieving of properties
> ---------------------------------------------------
>
>                 Key: SLING-589
>                 URL: https://issues.apache.org/jira/browse/SLING-589
>             Project: Sling
>          Issue Type: New Feature
>          Components: JCR Resource
>            Reporter: Tobias Bocanegra
>            Priority: Minor
>
> the JcrPropertyMap should check for a javax.jcr.Property type class and return the property if exists.

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