So are you saying that we no longer have to define the listener in our
web.xml file when using MyFaces?

- Brendan

-----Original Message-----
From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 20, 2005 2:13 AM
To: MyFaces Discussion
Subject: Re: Myfaces under OC4J


sounds like your web.xml has no Context Listener defined
<listener>
 
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener<
/listener-class>
</listener>

the newer versions of myfaces contains this listener inside of the
core.tld (like the RI does).

I was able to deploy MyFaces demo app in OC4J 9.0.4.0 and OC4J 9.0.4.1

More informations on deployment you'll find here:
(Plattform Information)
http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/ex
change/jsf/doc/installation.html#Platform%20Information

HTH,
Matthias

Reply via email to