[Building Sakai] upgrade JSF to 1.2 or 2.o

Liu, Peter peter.liu at yale.edu
Mon Jul 21 13:04:48 PDT 2014


Hi Juan,

I am trying to upgrade the Signup tool to JSF 1.2 version and have some issues.  From the https://jira.sakaiproject.org/browse/SAK-20086, you have done a lot works there.  Could you please help me out why I have got  following errors:

I am working on the Current Sakai Trunk 11 and have made following changes:
 a) modified the the JSF tool with <version>1.2_15</version> for JSF top pom.xml.
 b) modified the web.xml file for Signup tool with (

<web-app xmlns="http://java.sun.com/xml/ns/javaee"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://java.sun.com/xml/ns/javaee  http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd"

version="2.5”>

)


The jsp-api version has been changed to 2.1.


After the tomcat (tomcat 7) has started and navigate into the Signup tool main page, it gives the following errors:



Any idea about this? and it might be some wrong jar files issues.


Thanks a lot!

Peter


org.sakaiproject.portal.api.PortalHandlerException: org.sakaiproject.tool.api.ToolException: org.apache.jasper.JasperException: Unable to convert string "#{msgs.add_new_event}" to class "javax.el.ValueExpression" for attribute "value": Property Editor not registered with the PropertyEditorManager
    at org.sakaiproject.portal.charon.SkinnableCharonPortal.doGet(SkinnableCharonPortal.java:909)
caused by: org.sakaiproject.tool.api.ToolException: org.apache.jasper.JasperException: Unable to convert string "#{msgs.add_new_event}" to class "javax.el.ValueExpression" for attribute "value": Property Editor not registered with the PropertyEditorManager
    at org.sakaiproject.portal.charon.SkinnableCharonPortal.forwardTool(SkinnableCharonPortal.java:1583)
caused by: org.apache.jasper.JasperException: Unable to convert string "#{msgs.add_new_event}" to class "javax.el.ValueExpression" for attribute "value": Property Editor not registered with the PropertyEditorManager
    at org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(JspRuntimeLibrary.java:873)
    at org.apache.jsp.signup.signupMeetings_jsp._jspx_meth_sakai_005ftool_005fbar_005fitem_005f0(signupMeetings_jsp.java:450)
    at org.apache.jsp.signup.signupMeetings_jsp._jspx_meth_sakai_005ftool_005fbar_005f0(signupMeetings_jsp.java:410)
    at org.apache.jsp.signup.signupMeetings_jsp._jspx_meth_h_005fform_005f0(signupMeetings_jsp.java:368)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140721/ba5025fa/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signup-lib-jar-WEB-INF.png
Type: image/png
Size: 159529 bytes
Desc: signup-lib-jar-WEB-INF.png
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140721/ba5025fa/attachment.png 


More information about the sakai-dev mailing list