Excellent.. Glad to hear it. On Feb 25, 2011, at 7:55 AM, Me Self <[email protected]> wrote:
> Hi Scott > > Got it working - replaced the glassfish jstl jar with the one from > repo2.maven.org. > > > On Fri, Feb 25, 2011 at 2:47 PM, Scott O'Bryan <[email protected]> wrote: >> I think you might need to install an upgraded EL as well. >> >> On Feb 25, 2011, at 5:25 AM, Me Self <[email protected]> wrote: >> >>> Hi Scott >>> >>> Your right jsf 2.0 was missing. >>> >>> As a quick hack I tried putting v2.1.1 jsp-api and jsf-impl in the >>> trinidad demo app's web-inf/lib folder. >>> (from http://download.java.net/maven/2/com/sun/faces/jsf-api/2.1.1-b01/) >>> >>> Now I was able to deploy the demo app but jstl was missing. Again as a >>> quick hack I took glassfish.jstl_1.2.0.1.jar >>> and put in the demo app's lib web-inf/lib folder. >>> >>> It's still not working though. Now the jspx returns empty pages, for >>> instance the welcome page returns: >>> >>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >>> "http://www.w3.org/TR/html4/loose.dtd"><html dir="ltr" >>> lang="da"><head><title>Apache Trinidad Demo Index</title><meta >>> name="generator" content="Apache MyFaces Trinidad"><link >>> rel="stylesheet" charset="UTF-8" type="text/css" >>> href="/trinidad-demo-repack/adf/styles/cache/casablanca-desktop-xdhvqd-ltr-ie-7.0.css"></head><body >>> >>> >>> .. the body tag is cut short. >>> >>> >>> >>> >>> On Fri, Feb 25, 2011 at 1:49 PM, Scott O'Bryan <[email protected]> wrote: >>>> Update #3, it looks like the ADF domains currently install 1.2. ;) >>>> so yes, you have to manually install JSF 2.0 >>>> >>>> Man, cough medicine doesn't work well with concentration. >>>> >>>> On Feb 25, 2011, at 4:46 AM, Scott O'Bryan <[email protected]> wrote: >>>> >>>>> Sorry accidentally hit the send button. Let's try the second paragraph >>>>> again. >>>>> >>>>> You need to make sure that JSF2.0 is installed in your domain for >>>>> Trinidad 2.0 to function. This can be accomplished by creating an ADF >>>>> domain or by manually adding the JSF2:0 shared library into your >>>>> domain using the admin console. >>>>> >>>>> Hope this helps. >>>>> Scott >>>>> >>>>> On Feb 25, 2011, at 4:42 AM, Scott O'Bryan <[email protected]> wrote: >>>>> >>>>>> The Trinidad example IS an empty project, or rather it's a pom >>>>>> project. It's used as the base project for the demos. >>>>>> >>>>>> Now for your websphere issue. Does your version of websphere support >>>>>> JSF 2.0? I know there is plans to release a websphere that does, but >>>>>> to my knowledge it hasn't been distributed yet. >>>>>> >>>>>> On Feb 25, 2011, at 3:13 AM, Me Self <[email protected]> wrote: >>>>>> >>>>>>> Im trying to deploy trinidad-demo 2.0 in weblogic but im getting this >>>>>>> error: >>>>>>> >>>>>>> There was a failure when processing annotations for application >>>>>>> /MLT-DEV/Oracle/Middleware_10.3.4/user_projects/domains/workflow_external_ui/servers/AdminServer/upload/trinidad-demo-2.0.0-beta-2.war. >>>>>>> Please make sure that the annotations are valid. The error is >>>>>>> javax.faces.webapp.FacesServlet >>>>>>> >>>>>>> Could it be some dependency that im missing? >>>>>>> >>>>>>> >>>>>>> >>>>>>> The trinidad-example looks empty in the repo at >>>>>>> >>>>>>> http://repo1.maven.org/maven2/org/apache/myfaces/trinidad/trinidad-example/2.0.0-beta-2/ >>>>>>> >>>>>>> Is that work in progress? >>>> >>

