You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2008/02/29 19:40:51 UTC

[jira] Created: (SLING-299) Node creation without properties doesn't work

Node creation without properties doesn't work
---------------------------------------------

                 Key: SLING-299
                 URL: https://issues.apache.org/jira/browse/SLING-299
             Project: Sling
          Issue Type: Bug
          Components: ujax
            Reporter: Carsten Ziegeler


If a new node should be created without setting a property, the node is never created as the processContent() method in the ujax post processor only acts when a property is available.
Now, this use case might be questionable, however it seems strange to not create the node.
I've added and disabled a test case in the CreateNodeTest test.

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


[jira] Closed: (SLING-299) Node creation without properties doesn't work

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

Carsten Ziegeler closed SLING-299.
----------------------------------

    Resolution: Fixed

This should be fixed by the patch for SLING-295 in rev 632955

> Node creation without properties doesn't work
> ---------------------------------------------
>
>                 Key: SLING-299
>                 URL: https://issues.apache.org/jira/browse/SLING-299
>             Project: Sling
>          Issue Type: Bug
>          Components: ujax
>            Reporter: Carsten Ziegeler
>
> If a new node should be created without setting a property, the node is never created as the processContent() method in the ujax post processor only acts when a property is available.
> Now, this use case might be questionable, however it seems strange to not create the node.
> I've added and disabled a test case in the CreateNodeTest test.

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


[jira] Commented: (SLING-299) Node creation without properties doesn't work

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

Tobias Bocanegra commented on SLING-299:
----------------------------------------

the createNode() handles "/*" nodes but not "/new_node" 

> Node creation without properties doesn't work
> ---------------------------------------------
>
>                 Key: SLING-299
>                 URL: https://issues.apache.org/jira/browse/SLING-299
>             Project: Sling
>          Issue Type: Bug
>          Components: ujax
>            Reporter: Carsten Ziegeler
>
> If a new node should be created without setting a property, the node is never created as the processContent() method in the ujax post processor only acts when a property is available.
> Now, this use case might be questionable, however it seems strange to not create the node.
> I've added and disabled a test case in the CreateNodeTest test.

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


[jira] Commented: (SLING-299) Node creation without properties doesn't work

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

Tobias Bocanegra commented on SLING-299:
----------------------------------------

shouldn't be the case anymore since SLING-285 introduced a new handling for node creation.


> Node creation without properties doesn't work
> ---------------------------------------------
>
>                 Key: SLING-299
>                 URL: https://issues.apache.org/jira/browse/SLING-299
>             Project: Sling
>          Issue Type: Bug
>          Components: ujax
>            Reporter: Carsten Ziegeler
>
> If a new node should be created without setting a property, the node is never created as the processContent() method in the ujax post processor only acts when a property is available.
> Now, this use case might be questionable, however it seems strange to not create the node.
> I've added and disabled a test case in the CreateNodeTest test.

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