Re: Trinidad on JDK 1.4

2006-10-12 Thread Scott O'Bryan
Unfortunately I don't know the release date. Should be available fairly soon I would imagine. I can try to check for you. I ALSO believe that it'll run in 1.4 and 1.5. I know the system is built in 1.4 anyway, but oracle QA's generally test it in 1.5. Don't get me wrong, I don't want to di

Re: Trinidad on JDK 1.4

2006-10-12 Thread Bruno Bernard
Scott, you are right, i was using com.liferay.util.jsf.apache.myfaces.context.MyFacesContextFactoryImpl. I tried to switch it to org.apache.myfaces.context.FacesContextFactoryImpl and it still worked but as soon as I switched to the Trinidad's FacesContextFactory i got the class cast exception. I

Re: Trinidad on JDK 1.4

2006-10-11 Thread Scott O'Bryan
Hmm interesting. The MyFaces Bridge portlet shouldn't work because of MYFACES-1383. My guess is you're also not registering Trinidad's FacesContextFactory which has some additional functionality (and will have more, ironically, as the Portal Project progresses). If you want to see my initial

Re: Trinidad on JDK 1.4

2006-10-11 Thread Bruno Bernard
Scott, Thanks for the reply and the details, this is precious information since I will need to make it work. We will not be using panelTabbed and inputFile As for the portal bridge, i am using my face. This is working for me (except that i get an exception in isIE maybe related to the bug that

Re: Trinidad on JDK 1.4

2006-10-11 Thread Scott O'Bryan
-1 - ditto to Gabrielle's comment. Gabrielle Crawford wrote: -1 to having to worry about what retroweaver does and does not support, and I certainly don't want to have to check in to two branches regularly. Thanks, Gabrielle Bruno Bernard wrote: Scott, Maybe Trinidad does not work comple

Re: Trinidad on JDK 1.4

2006-10-11 Thread Scott O'Bryan
Bruno, We also have the following other issues: will not work No PPR will work panelTabbed will not work if PPR doesn't work Image references will not work correctly etc. etc. etc. The list goes on an on. The problems you are discovering now are the same problems would would have trying to r

Re: Trinidad on JDK 1.4

2006-10-11 Thread Gabrielle Crawford
-1 to having to worry about what retroweaver does and does not support, and I certainly don't want to have to check in to two branches regularly. Thanks, Gabrielle Bruno Bernard wrote: Scott, Maybe Trinidad does not work completly with Portlets but it seems to have some support. It seems t

Re: Trinidad on JDK 1.4

2006-10-10 Thread Bruno Bernard
Scott, Maybe Trinidad does not work completly with Portlets but it seems to have some support. It seems to work with me. I noticed 3 things so far: 1) org.apache.myfaces.trinidad.webapp.TrinidadFilter is not being called so the user agent is set to null. This cause an exception and I did a w

Re: Trinidad on JDK 1.4

2006-10-06 Thread Scott O'Bryan
Bruno, Actually, Trinidad does not yet work with portlets. :) That being said, most of the code base was ported over from ADFFaces which was originally written from 10.1.3. If 1.4 is a hard requirement, you might want to look at ADFFaces again. I believe the 10.1.3.1 release has enhancemen

Trinidad on JDK 1.4

2006-10-06 Thread Bruno Bernard
I am currently working for a company that had been using Oracle ADF for a while and we are currently planning to move to portlets. Since oracle ADF does not support portlets out of the box, we decided to look more closely into Trinidad which works with Portlets. One of our requirement is to use