THANKS Oliver! I finally got everything my custom workspace with the custom namesapce and custom nodetype up and running - and all of this in a custom magnolia module for which the documentation is still missing ;-) (see http://www.mail-archive.com/[email protected]/ msg05294.html)

So far, my "data module" does not anything more than offer a separate workspace to store data in it. It supports the nodes
- schema (content)
- table (table)
- record (contentNode)
- field (nodeData)
and sports its own tree to manage these nodes. My next step will be to further customize the tree so that one really can define tables (trough dialogs) and easily add, modify, delete records in tables via custom dialogs instead of nodeData nodes in the tree. The goal would be to have a very simple and intuitive way for users to handle structured data, i.e. not having to abuse the website tree for structured data that could be reused all over the tree. But since I can only work very little on this each day I guess it will take some more time...

Thanks again for the help. Anyone interested in the module just drop me a line. willscheidegger at mac dot com

-Will

On 03.05.2007, at 16:40, Will Scheidegger wrote:

On 03.05.2007, at 10:49, Oliver Lietz wrote:

Looks like you missed RepositoryDefinition.java.diff in
http://jira.magnolia.info/browse/MAGNOLIA-1346. It's already there.

Yup! Looks like I somehow missed that. I fixed that and switched the workspace definition syntax back to your style, and almost everything seems to be working now... except the workflow module! I get this error message when bootstrapping:

INFO info.magnolia.cms.module.ModuleUtil ModuleUtil.java (registerRepository:567) 03.05.2007 16:36:16 node for repository magnolia found ERROR info.magnolia.jackrabbit.ProviderImpl ProviderImpl.java (getNodeTypeDefinitions:412) 03.05.2007 16:36:16 Unknown file type xml
                         of nodetype definition file
                                /mgnl-nodetypes/owfe-nodetypes.xml
                        
ERROR info.magnolia.jackrabbit.ProviderImpl ProviderImpl.java (getNodeTypeDefinitions:412) 03.05.2007 16:36:16 Unknown file type xml
                         of nodetype definition file
                                /mgnl-nodetypes/owfe-nodetypes.xml
                        
INFO info.magnolia.jackrabbit.ProviderImpl ProviderImpl.java (getNodeTypeDefinitions:419) 03.05.2007 16:36:16 Unable to find nodetype definitions
                                /mgnl-nodetypes/owfe-nodetypes.xml
                         for repository magnolia
INFO info.magnolia.jackrabbit.ProviderImpl ProviderImpl.java (getNodeTypeDefinitions:419) 03.05.2007 16:36:16 Unable to find nodetype definitions
                                /mgnl-nodetypes/owfe-nodetypes.xml
                         for repository magnolia

Very strange!
Oh well. Gotta run out the door now. Maybe I'll find some time later to have a closer look at this.

Thanks + regards,
Will


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to