Updated our icefaces-facelets.jar code to use the Facelets version represented by their CVS tag "milestone_1-1-15-beta", which is what JBoss is using. According to file timestamps, the old icefaces-facelets.jar was made on October 17, 2007.
Source changes, committed to our internal repository
Subversion 18021
Miscellaneous changes, committed to our internal repository
Subversion 18023
CVS metadata changes, committed to our internal repository
Subversion 18024
icefaces-facelets.jar, committed to TRUNK
Subversion 17472
icefaces-facelets.jar, committed to the ICEfaces 1.7 branch
Subversion 17473
Hi,
I modified the icefaces-facelets.jar and it works now on jboss 5 !
I took the jsf-facelets.jar from the seam 2.0.3 distribution which has
version 1.1.15.B1 as indicated in the JIRA. I deleted the class :
com.sun.facelets.compiler.Compiler from the jar and took the same class from
the icefaces-facelets.jar and inserted in the jsf-facelets.jar. I renamed
the file to icefaces-facelets.jar and delpoyed the app and it worked.
I know this is a nasty modification but it can give you a hint how you can
fix the icefaces-facelets.jar
Georges
PS: I attach my modified jar