Difference between Sun RI JSF and MyFaces JSF

Hi all,

I am using JBoss AS and have a JSF application. By default, JBoss bundle MyFaces JSF with Jboss. I have everything working fine with MyFaces. However, I encounter problem when I tried to display the banding for dataTable using Oracle ADF. From my research, it seems ADF table's banding does not work with MyFaces so I want to test out using Sun RI JSF with Jboss. I remove MyFaces jar files and put Sun RI jar file in WEB_INF/lib directory and remove the line in web.xml

<listener>

<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>

</listener>

This is done following Jboss documentation. But when Tomcat starts up, it seems still look for org.apache.myfaces.webapp.StartupServletContextListener class and throw ClassNotFoundException (because I removed myfaces jars). Has anyone benn able switched to use Sun RI in JBoss AS version 4.0.5?

Thanks a lot,

LNgo

[978 byte] By [lngo77a] at [2007-11-27 0:40:46]
# 1
Probably I should have posted this message on the Java Server Faces forums. I will repost there but if someone happens to know the answer, please help.Thanks,Lngo
lngo77a at 2007-7-11 22:53:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...