Hi

With these three easy steps you can run Appfuse on JBoss 4.2.2 GA
1) Move from Myfaces to Sun RI (Refer to Matt's posting on this topic. It is
all you need)
2) Remove jsf-api.jar and jsf-impl.jar from the war file. The myfaces jar
should be ok
3) Set JBOSS hibernate to "provided" to have it use the hibernate jars in
the war file (or) if you can afford it, remove the hibernate core jar and
the hibernate annotations jar from the server/{instance}/lib folder. Use the
appropriate value of instance = all / default /minimal/production. The
"jboss-hibernate.jar" and other hibernate jars appear to be ok unless you
use the same jars in your war

Voila! That is it and it works with no issues.
Thanks to Matt and his team for supporting such a great assembly of
libraries. BTW we use the JSF/spring/hibernate modular version of the
libraries.

Thanks
Mike

Reply via email to