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".
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.7.2 [ 10130 ] | |
| Affects | [Compatibility/Configuration] | |
| Assignee Priority | P2 | |
| Affects Version/s | 1.7.1 [ 10122 ] | |
| Assignee | Mark Collette [ mark.collette ] |
| Attachment | icefaces-facelets.jar [ 11164 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17472 | Fri Aug 29 14:14:01 MDT 2008 | mark.collette | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/lib/icefaces-facelets.jar
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17473 | Fri Aug 29 14:14:37 MDT 2008 | mark.collette | |
| Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/lib/icefaces-facelets.jar
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7.2RC1 [ 10140 ] | |
| Fix Version/s | 1.7.2 [ 10130 ] |
| Fix Version/s | 1.7.2 [ 10130 ] | |
| Fix Version/s | 1.7.2RC1 [ 10140 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Mark Collette [ mark.collette ] |

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