The FAQ is a great place. I would appreciate any feedback from other jboss users to see if this works for you. I have tested these steps on windows and fedora linux and found them to be valid.
Thanks Mike On Fri, Jan 9, 2009 at 9:22 AM, Mike O'Connel <[email protected]> wrote: > 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 >
