JBoss 4.2.3 Servlet API 2.5 JSF 2.0 Hibernate 3.0 Support Added [Solved]
- by AZ_
While deploying my project on Redhat 6 with Jboss 4.2.3 I was having following difficulties so I decided to put it on stackoverflow so that it can help other people. If anyone could suggest a good title so that it can easily be searched, please
Q: How to make Jboss 4.2.x to ignore old JSF libraries and use one within your project libs?
Q: How to make Jboss scan specific path for WAR file scanning?
Q: How to bind Jboss with IP address rather then localhost?
Q: Where Jboss put exploded WAR file?
Q: Hibernate-annotations conflict with Jboss 4.2.3 annotations and throwing following Exception.
java.lang.ClassCastException: org.hibernate.validator.event.ValidateEventListener cannot be cast to org.hibernate.event.PreInsertEventListener
Q: How to run JSF 2.0.x on JBoss 4.0.x ? As JSF 2.0 supports at least Servlet 2.5 API and JBoss has Tomcat 5.x that can support Servlet 2.4 at max.
Q: How to change Servlet version of a Dynamic Web Project?