Bug 49112

Summary: MyFaces (JSF) lost it's support
Product: Tomcat 6 Reporter: beep02 <peter.kovgan>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED INVALID    
Severity: critical    
Priority: P2    
Version: 6.0.26   
Target Milestone: default   
Hardware: Other   
OS: Linux   

Description beep02 2010-04-13 02:50:02 UTC
I have simple and standard MyFaces app. deployed, that worked successfully on 6.0.18 tomcat on the same OS(Ubuntu kernel 2.6.31-20-generic, i686).

After deploy on 6.0.26 it stops to work correctly.

1)
message bundles not recognized,

code like that not working:

<h:commandButton value="#{message.abc}"/>

it does not see the message, treats all the #{message.abc} like a simple string.


2)
In select boxes it does not recognize value listeners. treats them like simple strings.

It seems TomCat became unaware of JSF presence in the app.

Deployment details:

All jsf libs are under MY_WEB_APP/WEB_INF/lib, in tomcat libs I have nothing of mine.

"myfaces" version used is 1.2.5
Comment 1 Mark Thomas 2010-04-13 05:16:36 UTC
Pleaes use the users mailing list for assistance.