Details
Description
http://jira.jboss.com/jira/browse/JBSEAM-3066
Right now we're using Facelets 1.1.14, and they're using Facelets "1.1.15.B1".
Right now we're using Facelets 1.1.14, and they're using Facelets "1.1.15.B1".
-
Hide
- icefaces-facelets.jar
- 296 kB
- Georges Goebel
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/faces-config.xml 1.0 kB
- META-INF/jsf-core.taglib.xml 0.9 kB
- META-INF/jsf-html.taglib.xml 0.9 kB
- META-INF/jsf-ui.taglib.xml 0.9 kB
- META-INF/jstl-core.taglib.xml 0.9 kB
- META-INF/jstl-fn.taglib.xml 0.9 kB
- META-INF/rsc/facelet-dev-debug.xml 3 kB
- META-INF/rsc/facelet-dev-error.xml 3 kB
- com/sun/facelets/Facelet.class 0.5 kB
- com/sun/facelets/FaceletContext.class 1 kB
- com/sun/facelets/FaceletException.class 0.8 kB
- com/sun/facelets/FaceletFactory.class 1.0 kB
- com/sun/facelets/FaceletHandler.class 0.4 kB
- com/.../FaceletViewHandler$NullWriter.class 1 kB
- com/sun/.../FaceletViewHandler.class 19 kB
- com/sun/facelets/StateWriter.class 2 kB
- com/sun/facelets/TemplateClient.class 0.4 kB
- com/sun/.../compiler/AbstractUIHandler.class 1 kB
- com/sun/.../AttributeInstruction.class 2 kB
- com/sun/.../CommentInstruction.class 2 kB
- com/sun/.../CompilationManager.class 10 kB
- com/sun/.../compiler/CompilationUnit$1.class 0.9 kB
- com/sun/.../compiler/CompilationUnit.class 1 kB
- com/sun/.../compiler/EncodingHandler.class 1 kB
- com/sun/.../EndElementInstruction.class 1 kB
- com/sun/.../compiler/Instruction.class 0.4 kB
- com/.../LiteralAttributeInstruction.class 1 kB
- com/sun/.../LiteralCommentInstruction.class 1 kB
- com/sun/.../LiteralTextInstruction.class 1 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
modified jar
Show
Georges Goebel
added a comment - modified jar
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
Show
Mark Collette
added a comment - 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