Thank you Peter for your help, I was able to figure it out. The problem was that I had not
updated the listener in my project web xml.
After changing it to
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
Everything Came out fine :)
So for anyone else who encounters the same problem in the future, be sure to delete the
jar files from your project lib folder, since Jboss already provides them, and change your
project web.xml listener to the one posted above.
Tip*
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965062#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...