Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
eclipse3.2 wtp, tomcat
-
-
Empty show more show less
Description
1. DMS dialog Language drop down is empty
2. When uploading (choose file, hit save, add a comment) a file I get a Null Pointer Exception, the node however is in the tree after a refresh
java.lang.NullPointerException info.magnolia.module.dms.DocumentDialog.renderHtml(DocumentDialog.java:197) info.magnolia.cms.servlets.MVCServlet.doPost(MVCServlet.java:112) javax.servlet.http.HttpServlet.service(HttpServlet.java:709) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) info.magnolia.cms.filters.MagnoliaManagedFilter$CustomFilterChain.doFilter(MagnoliaManagedFilter.java:102) info.magnolia.cms.filters.MgnlCmsFilter.doFilter(MgnlCmsFilter.java:109)
I can then edit the node and upload a file (this seems to work)
3. When I click on a link for the file (dms dialog) I get the following exception message:
type Status report
message /admintemplates/dms/download.jsp
description The requested resource (/admintemplates/dms/download.jsp) is not available.
I am using a fresh checkout and eclipse 3.2 (callisto) to run magnolia (mvn install, mvn wtpdefailt1.0 eclipse:eclipse)