Here's an update on my issue. It seems that if I build the project with Ant in JDeveloper the .ear file can be deployed correctly. If the project is built with Ant from the command line, I experience the problem that all tags (MyFaces and Trinidad) aren't processed and can be seen in the View-Source output. I have verified that I am using the same version of Ant to build. I have looked at the exploded contents of the .ear and .war files and find that they are mostly identical including the deployment descriptor files and the libraries. There are a few differences in some of the files (different dates in the manifest) but no obvious problems.
-Richard On Feb 7, 2008 1:25 PM, Rafa Pérez <[EMAIL PROTECTED]> wrote: > Hi, I had similar problems after changing some configuration on web.xml. > Take a second look at it. You may clean the work directory on tomcat (or > cache directory elsewere) and stop server too. > > Regards, > > - - Rafa > > > On Feb 7, 2008 3:25 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > hey > > > > please provide a simple WAR file, that runs in tomcat. > > > > -Matthias > > > > On Feb 7, 2008 3:11 PM, Richard Yee <[EMAIL PROTECTED]> wrote: > > > Matthias, > > > My jar files are all under WEB-INF/lib. I really don't have any > > enterprise > > > components in my application. Do I need to put the myfaces and > > trinidad > > > libraries separately in the EAR file too? > > > > > > I can try that. The odd thing is that it has worked before and I > > haven't > > > changed the faces-config.xml and web.xml except for changing some of > > the > > > Trinidad context-params from their development settings. > > > > > > -R > > > > > > > > > > > > On Feb 6, 2008 11:22 PM, Matthias Wessendorf <[EMAIL PROTECTED]> > > wrote: > > > > Hi Richard > > > > > > > > > > > > On Feb 7, 2008 6:15 AM, Richard Yee <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > Hi, > > > > > I am using Trinidad 1.0.5 and MyFaces 1.1.5 with JDeveloper > > 10.1.3.1. > > > > > My application works fine in the embedded server but when I deploy > > the > > > ear > > > > > file to the oc4j external container, my pages end up blank - The > > browser > > > > > window is empty and if I view the source, I can see all of the > > <tr: > > > > tags. > > > > > I have seen this problem before if the default-render-kit-id > > element is > > > not > > > > > defined for trinidad (org.apache.myfaces.trinidad.core) . Does > > anyone > > > know > > > > > what else > > > > > might cause this problem? > > > > > > > > does your EAR contain all the required JARs ? > > > > In embedded mode that may be different, since the embedded server > > has the > > > JARs > > > > from your project. Not sure if your EAR contains them all as well. > > > > > > > > -M > > > > > > > > > > > > > > Thanks, > > > > > > > > > > Richard > > > > > > > > > > > > > > > > > > > > > -- > > > > Matthias Wessendorf > > > > > > > > further stuff: > > > > blog: http://matthiaswessendorf.wordpress.com/ > > > > sessions: http://www.slideshare.net/mwessendorf > > > > mail: matzew-at-apache-dot-org > > > > > > > > > > > > > > > > > > -- > > Matthias Wessendorf > > > > further stuff: > > blog: http://matthiaswessendorf.wordpress.com/ > > sessions: http://www.slideshare.net/mwessendorf > > mail: matzew-at-apache-dot-org > > > >

