Bug 49112 - MyFaces (JSF) lost it's support
Summary: MyFaces (JSF) lost it's support
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 6.0.26
Hardware: Other Linux
: P2 critical (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 02:50 UTC by beep02
Modified: 2010-04-13 05:16 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.