Hi, In my current project, I implemented a simple module where we import data into the data module. Then a component displays the contents on the web page. For this component, I created a custom Model class which loads the data from the data workspace. Now on the author instance this is no problem. But on the public instance a Null-pointer Exception is thrown caused by this line: [code]ContentUtil.getContent(DataModule.getRepository(), "/employees/").getJCRNode();[/code] I first thought that this might be an issue of activation but I activated everything of the subtree in the data repository.
Can anyone help me with this? Cheers -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=515917bf-e4cb-4d17-aee9-50c79846941e ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
