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

[jira] Assigned: (SLING-293) bundle resource content loader should use default nodetype if non specified in the serialization

     [ https://issues.apache.org/jira/browse/SLING-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned SLING-293:
---------------------------------------

    Assignee: Felix Meschberger

> bundle resource content loader should use default nodetype if non specified in the serialization
> ------------------------------------------------------------------------------------------------
>
>                 Key: SLING-293
>                 URL: https://issues.apache.org/jira/browse/SLING-293
>             Project: Sling
>          Issue Type: Bug
>          Components: Resource
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>
> the primary node type of the 'nodes' that the content loader used to install bundled content is initialized with 'nt:unstructured'.
> this causes new nodes always to be created with 'nt:unstructured' even if no primary type is specified in the serialization.
> the correct way would be to use: Node.addNode(String name); and let the repository choose the correct nodetype.

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