Hi,

i just tried it with one of our projects
and the manage tab in editor produces



HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: /themeManager.xhtml @44,73 rendered="# {(theme.writable and theme.lastLoaded != null)}": Exception getting value of property writable of base of type : org.nuxeo.theme.themes.ThemeDescriptor
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:154)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFilter.java:96)

root cause

javax.faces.el.EvaluationException: /themeManager.xhtml @44,73 rendered="#{(theme.writable and theme.lastLoaded != null)}": Exception getting value of property writable of base of type : org.nuxeo.theme.themes.ThemeDescriptor com.sun.facelets.el.LegacyValueBinding.getValue (LegacyValueBinding.java:60) javax.faces.component.UIComponentBase.isRendered (UIComponentBase.java:1078) com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive (ComponentSupport.java:231) com.sun.facelets.component.RepeatRenderer.encodeChildren (RepeatRenderer.java:52)
        com.sun.facelets.component.UIRepeat.process(UIRepeat.java:357)
        com.sun.facelets.component.UIRepeat.encodeChildren(UIRepeat.java:617)
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive (ComponentSupport.java:234) com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive (ComponentSupport.java:239) com.sun.facelets.FaceletViewHandler.renderView (FaceletViewHandler.java:580) org.apache.myfaces.lifecycle.RenderResponseExecutor.execute (RenderResponseExecutor.java:41) org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java: 132)
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFilter.java:96)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
Apache Tomcat/5.5.17


Do you have an idea ?


thanks

t


Le Mar 12, 2007 à 12:36 PM, Jean-Marc Orliaguet a écrit :

<extension target="org.nuxeo.theme.services.ThemeService" point="themes">

   <theme>
     <src>META-INF/nxthemes-theme-default.xml</src>
   </theme>

   <theme>
<src>ftp://login:[EMAIL PROTECTED]/nxthemes-theme- remote.xml</src>
   </theme>

   <theme>
     <src>file:///home/folder/nxthemes-theme-local.xml</src>
   </theme>

 </extension>

--
Thibaut Soulcié – GraphicDesign – Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com & http://www.nuxeo.org


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to