Mantis - Resin
Viewing Issue Advanced Details
2199 minor always 11-22-07 08:01 04-10-08 14:27
ferg  
alex  
normal  
closed 3.1.3  
fixed  
none    
none 3.1.6  
0002199: JSF Apache Trinidad
(rep by Peter Manchev)

Resin JSF is a big step forward

Yet I would like to see Apache Trinidad/MyFaces working with Caucho Resin out
of the box.

Currently even the "empty" Trinidad demo does not run out of the box
in resin 3.1.3 ... and I did not heard of anyone who succeeded to run it in
resin.

Notes
(0002524)
alex   
11-27-07 14:13   
trinidad 1.0.4 failing with exception
{
    [13:57:55.305] Caused by: com.caucho.config.ConfigException: Custom bean class `org.apache.myfaces.trinidadinternal.el.TrinidadVariableResolver' doesn't have a zero-arg constructor. Bean classes must be have a zero-argument constructor.
   [13:57:55.305] at com.caucho.config.Config.checkCanInstantiate(Config.java:503)
   [13:57:55.305] at com.caucho.config.Config.validate(Config.java:516)
}

-trinidad 1.2.3 failing with exception
{
   [13:59:16.455] Caused by: /META-INF/faces-config.xml:19: 'icon' is an unknown property of 'com.caucho.jsf.cfg.ComponentConfig'.
   [13:59:16.455]
   [13:59:16.455] 17: the user important messaging information.
   [13:59:16.455] 18: </description>
   [13:59:16.455] 19: <icon>
   [13:59:16.455] 20: <small-icon>/org/apache/myfaces/trinidad/metadata/icons/messages.png</small-icon>
   [13:59:16.455] 21: </icon>
   [13:59:16.455]
   [13:59:16.455] at com.caucho.config.NodeBuilder.error(NodeBuilder.java:967)
}
(0002958)
ferg   
04-10-08 14:27   
Issues related to the too-large JSP pages still exist, see 0002347