Mantis - Resin
Viewing Issue Advanced Details
2167 major always 11-11-07 17:15 03-27-08 10:44
svadu  
ferg  
normal  
closed 3.1.3  
open  
none    
none 3.1.6  
0002167: Seam: Incorrect state handling for facets in UIComponentBase
UIComponentBase handles states as arrays except when it comes to facets which cause ClassCastException (when handling ajax4jsf/richfaces components). Besides the build up of array with states isn't reliable. The proposed patched UIComponentBase fixes those 2 problems.
Btw, this was done in attempt to port Seam 2.0 on Resin 3.1.3 which has failed. While trying to port it I've found and eliminated those 2 problems but then found that state management isn't complete (in comparison to the reference implementation)
 UIComponentBase.java [^] (37,667 bytes) 11-11-07 17:15

Notes
(0002484)
ferg   
11-13-07 11:35   
jsf/020f - fixes the specific issue. Leaving the bug report open for now as a seam-compatibility bug report.
(0002541)
ferg   
11-29-07 17:46   
Several updates for EJB and JPA have been added for 3.1.4 for Seam compatibility (i.e. we're closer), but Resin still needs more work to run Seam.