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#3965062

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965062
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to