We are using MyFaces, Spring, Hibernate, Facelets, ADF on Weblogic 8.1.
In the early days I jotted down some notes relating the steps I took to get a working myfaces+facelets+adf app working on Weblogic. It may help http://www.jroller.com/page/mjdenham?entry=altering_a_sample_facelets_application. You need to add jsp-2.0.jar too. In fact there are some better instructions for using myfaces with weblogic here on the myfaces web site : http://wiki.apache.org/myfaces/Installation_and_Configuration Ther is a documented workaround for a Hibernate problem when using Weblogic - http://www.hibernate.org/250.html#A25 - The simplest workaround is to use the old, non antlr, parser. Spring was not a problem on Weblogic. On 5/13/06, Gary VanMatre <[EMAIL PROTECTED]> wrote:
>From: Quintin Kerby <[EMAIL PROTECTED]> > >I developed a webapp using MyFaces, Spring, and Hibernate which runs beautifully >on Tomcat 5.5 and JDK 1.5. I now have to deploy to WebLogic which uses JDK >1.4.2. > >I had to take the following steps to get where I am (which is still not very far). > >1) Downgrade the web.xml from 2.4 to 2.3 >2) Remove Antlr.jar for Hibernate as WebLogic seems to have problems with it. >3) Add servlet-api.jar and jsp-api.jar from the Tomcat common/lib directory > >I noticed the "ServletContext 'null' initialized." Does anyone know WebLogic well >enough to point me in the right direction? > I'm not sure if this is your problem but the 8.1 series requires jstl 1.0. I'm pretty sure that jstl 1.1 will not work until 9.x and I believe that the default myfaces packaging is with jstl 1.1. Gary

