[trinidad] 2.0 download not working

2011-02-25 Thread Me Self
I get http 404 when I try to download trinidad 2.0 from this URL: http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.zip The tar.gz is also 404.

Re: Fwd: [Trinidad] problem when deploy trinidad-demo-1.2.14.war or trinidad-blank-1.2.14.war on Tomcat 6

2011-02-25 Thread Fahmi Hachicha
Dear Scott, I test the Trinidad Test based on the blank example working with the following libraries : glassfish.jsf_1.0.0.0_1-2-15.jar glassfish.jstl_1.2.0.1.jar trinidad-api.jar trinidad-impl.jar The webapp does'nt start : this is the error reported by Apache Tomcat-6.0.32

[trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
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

[tobago] panel exceed the window height

2011-02-25 Thread Abushammala, Hani (EXTERN: conceptQ)
Hello, I have defined a panel with fixed layout within a page and the panel content has also fixed content, but when the panel exceed the window height the below content of the panel will be cutted (scroll bar is not appearing). This problem doesn't happen by placing the same panel in a tab. Is

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Scott O'Bryan
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

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Scott O'Bryan
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

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Scott O'Bryan
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 darkar...@gmail.com wrote: Sorry accidentally hit the send button. Let's try

Re: [trinidad] 2.0 download not working

2011-02-25 Thread Matthias Wessendorf
Hi Me Self, thanks for finding this. Scott did upload it to the wrong folder: http://www.apache.org/dist/myfaces/binaries/trinidad-2.0.0-beta-2-dist.tar.gz The URL on the download page is supposed to be correct (since alpha/beta releases should be stored on myfaces.apache.org/dist, not

Re: [Trinidad] problem when deploy trinidad-demo-1.2.14.war or trinidad-blank-1.2.14.war on Tomcat 6

2011-02-25 Thread Scott O'Bryan
I have no clue on the language. There might be a vm parameter. I suspect it you remove the tomcat-i18n-fr.jar, you would get English as a fallback. As for mojarra, it's the JSF RI. The glassfish JSF libraries use mojarra as the JSF implementation. On Feb 25, 2011, at 1:34 AM, Fahmi Hachicha

Re: [trinidad] 2.0 download not working

2011-02-25 Thread Scott O'Bryan
Hmm, that's weird because I clicked on your link and got everything just fine. Maybe using one of the mirrors might help? On Feb 25, 2011, at 4:50 AM, Matthias Wessendorf mat...@apache.org wrote: Hi Me Self, thanks for finding this. Scott did upload it to the wrong folder:

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
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

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
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 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

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Scott O'Bryan
I think you might need to install an upgraded EL as well. On Feb 25, 2011, at 5:25 AM, Me Self wmso...@gmail.com 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

Re: [trinidad] 2.0 download not working

2011-02-25 Thread Scott O'Bryan
Oh cool. Thanks Matthias. For fixing this. I was a dummy and just ran the scripts. ;) On Feb 25, 2011, at 4:50 AM, Matthias Wessendorf mat...@apache.org wrote: Hi Me Self, thanks for finding this. Scott did upload it to the wrong folder:

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
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 darkar...@gmail.com wrote: I think you might need to install an upgraded EL as well. On Feb 25, 2011, at 5:25 AM, Me Self wmso...@gmail.com wrote: Hi

[trinidad] Status of trinidad 2.0?

2011-02-25 Thread Me Self
Im starting a new JSF project and must decide whether to go with a stabile 1.2 impl or if I should risk it and use 2.0 beta. Im considering 2.0 because the app will be used by powerusers - they need all the clientside javascript speedups I can provide. So I would like to hear your opinions - will

Re: [trinidad] Status of trinidad 2.0?

2011-02-25 Thread Scott O'Bryan
Hmm. Tough call. All I can really say is that great pains have been taken in Trinidad 1.2 to make sure things are backward compatible. Certainly by remaining active in the project, you can ensure that your stuff does not require to total rewrite. That said, the Trinidad trunk is currently

[ANN]VTD-XML 2.10

2011-02-25 Thread Jimmy Zhang
VTD-XML 2.10 is now released. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/. This release includes a number of new features and enhancement. * The core API of VTD-XML has been expanded. Users can now perform cut/paste/insert on an empty