Toby O'Rourke ha scritto:
Hi,
I'm trying to put together a custom module which makes use of a couple
of custom structured data types. I've registered these types by adding a
task in the ModuleVersionHandler. I've placed my data item .xml files
into mgnl-bootstrap/mymodule. When I start magnolia it appears to
install without issue (ie. install does not hang / there are no error
messages) However when I browse or export the data repository there are
no items in it. Has anyone experienced this before or have any pointers
to where I'm going wrong? Many thanks, Toby.


Did you imported also nodetype definition? (e.g.: YourTypeName)

<nodeTypes xmlns:rep="internal" xmlns:nt="http://www.jcp.org/jcr/nt/1.0";
xmlns:mix="http://www.jcp.org/jcr/mix/1.0"; xmlns:mgnl="http://www.magnolia.info/jcr/mgnl";
        xmlns:jcr="http://www.jcp.org/jcr/1.0";>
        <nodeType hasOrderableChildNodes="true" isMixin="false" 
name="YourTypeName"
                primaryItemName="">
                <supertypes>
                        <supertype>dataItem</supertype>
                </supertypes>
        </nodeType>
</nodeTypes>

???
M.


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to