Details
-
Bug
-
Resolution: Won't Fix
-
Critical
-
None
-
None
-
Windows XP, JDK 1.5.0
-
-
Empty show more show less
Description
We upgraded our magnolia application instance from "Magnolia 3.0-rc2-SNAPSHOT" to "Magnolia-3.0-rc3". In the "Magnolia 3.0-rc2-SNAPSHOT" version, we customized the Document List Tree module by extending the classes in the magnolia API.
The documents list is shown properly in the "3.0-rc2-SNAPSHOT" version but in the new version an exception is thrown saying "Context is not set, defaulting to System Context". Should we make any specific configuration specifying the Context?
Here are the details related to the classes:
- class AzulTree extends info.magnolia.cms.gui.control.Tree
- class AzulTreeConfig extends info.magnolia.module.dms.DMSAdminTreeConfig
- class AzulTreeHandler extends info.magnolia.module.dms.DMSAdminTree
- class AzulTreeControl extends AzulTree
EXCEPTION DETAILS:
WARN info.magnolia.context.MgnlContext MgnlContext.java(getInstance:293) 26.10.2006 07:20:57 Context is not set, defaulting to System Context
java.lang.Exception
at info.magnolia.context.MgnlContext.getInstance(MgnlContext.java:293)
at info.magnolia.cms.util.AlertUtil.isMessageSet(AlertUtil.java:78)
at info.magnolia.cms.util.FreeMarkerUtil.process(FreeMarkerUtil.java:119)
at info.magnolia.cms.util.FreeMarkerUtil.process(FreeMarkerUtil.java:61)
at com.xumak.handler.tree.AzulTree.getHtmlFooter(AzulTree.java:594)
at com.xumak.handler.tree.AzulTree.getHtml(AzulTree.java:567)
at info.magnolia.module.admininterface.AdminTreeMVCHandler.renderTree(AdminTreeMVCHandler.java:769)
at info.magnolia.module.admininterface.AdminTreeMVCHandler.rend_erhtml(AdminTreeMVCHandler.java:721)
at c om .xumak.handler.tree.AzulTreeHandler.getHtml(AzulTreeHandler.java:35)
at org.apache.jsp.templates.ascs.templates.documentList.documentListC om ponent_jsp._jspService(documentListC om ponent_jsp.java:76)