[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

org.apache.catalina.core.StandardContext start
GRAVE: Error filterStart

the same error appears if i *exchange *glassfish.jsf lib by
javax.jsf_1.1.0.0_1-2.jar.

The SimpleTest webapp is only running if both glassfish.jsf lib and
javax.jsf_1.1.0.0_1-2.jar are used.
At conclusion :
The Web-Inf lib dir of the SampleTest.war archive contains :

glassfish.jsf_1.0.0.0_1-2-15.jar
glassfish.jstl_1.2.0.1.jar
trinidad-api.jar
trinidad-impl.jar
javax.jsf_1.1.0.0_1-2.jar

AND

The lib used by Tomcat in the lib Dir contains :
annotations-api.jar
catalina-ant.jar
catalina-ha.jar
catalina-tribes.jar
catalina.jar
ecj-3.3.1.jar
el-api.jar
jasper-el.jar
jasper.jar
jsp-api.jar
listeLib.txt
servlet-api.jar
tomcat-coyote.jar
tomcat-dbcp.jar
tomcat-i18n-es.jar
tomcat-i18n-fr.jar
tomcat-i18n-ja.jar

I am using Jdeveloper R11 as IDE.

This the line echoed on the log after deploying :

25 févr. 2011 10:19:55 org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive SimpleTest.war de l'application web
25 févr. 2011 10:19:55 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_15-20100923-SNAPSHOT) for context
'/SimpleTest'

What is the Majorra ?

Do you have an idea how to force Tomcat 6 to run in English on a Windows
French OS Version ? (So that the log will be in English).

Thank you
Fahmi








2011/2/25 Scott O'Bryan darkar...@gmail.com

 I could be wrong but it looks like you have multiple JSF instances there.
  Try it with just the glassfish or download the latest myfaces and remove
 everything else.

 Trinidad requires either MyFaces (since the .3 release I believe) or the
 Mojarra 1.2.11 or later.

 Scott


 On 02/23/2011 03:46 AM, Fahmi Hachicha wrote:

 I retrieve the attached file because the deamon refuse the message with a
 file with about 8 Mo.
 Fahmi

 -- Forwarded message --
 From: Fahmi Hachichafahmi.hachi...@gmail.com
 Date: 2011/2/23
 Subject: Re: [Trinidad] problem when deploy trinidad-demo-1.2.14.war or
 trinidad-blank-1.2.14.war on Tomcat 6
 To: MyFaces Discussionusers@myfaces.apache.org


 Dear Scott,

 I had the library javax.jsp and javax.servlet among the library used so
 that
 there was a conflict I think.

 Now the Trinidad Test based on the blank example works with the following
 libraries :
 glassfish.jsf_1.0.0.0_1-2-15.jar
 glassfish.jstl_1.2.0.1.jar
 javax.jsf_1.1.0.0_1-2.jar
 wls.jsf.di.jar
 trinidad-api.jar
 trinidad-impl.jar
 glassfish.el_1.0.0.0_2-1.jar

 I am using Jdeveloper R11 as IDE.

 The attached archive is working well.

 Do you have an idea how to force Tomcat 6 to run in English on a Windows
 French OS Version ? (So that the log will be in English).

 Thank you
 Fahmi



 2011/2/23 Scott O'Bryandarkar...@gmail.com

 Fahmi,

 I assume you have MyFaces installed in Tomcat, is that correct?  If not,
 you may have to build the examples custom to include JSTL and JSF.  By
 default they are not included with the examples because J2EE contains
 them.

 Other then that, I'm going to need to see more of the stacktrace that's
 being thown (and hopefully in english so I can read it..  :D

 Scott


 On 02/22/2011 12:59 PM, Fahmi Hachicha wrote:

  Hello,

 When deploying the examples of the Trinidad 1.2.14 on a Tomcat 6 Web
 Server,
 the WebApp does not start due to an error :

 org.apache.catalina.core.StandardContext start
 GRAVE: Error filterStart
 22 févr. 2011 20:29:40 org.apache.catalina.core.StandardContext start
 GRAVE: Erreur de démarrage du contexte [/trinidad-demo-1.2.14] suite aux
 erreurs précédentes

 How must I configure Tomcat 6 Server to be able to run these demo
 examples
 ?

 Thanks
 Fahmi






[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 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?


[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 there another way to display such contents in tobago panels? I don`t
know, what`s wrong with panel?

Regards, 
Hani 



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 distributed yet.

On Feb 25, 2011, at 3:13 AM, Me Self wmso...@gmail.com 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?


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 admin console.

Hope this helps.
  Scott

On Feb 25, 2011, at 4:42 AM, Scott O'Bryan darkar...@gmail.com 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 wmso...@gmail.com 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?


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 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 darkar...@gmail.com 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 wmso...@gmail.com 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?


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 www.apache.org/dist).

Greetings,
Matthias

On Fri, Feb 25, 2011 at 10:34 AM, Me Self wmso...@gmail.com wrote:
 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.




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


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 fahmi.hachi...@gmail.com wrote:

 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

 org.apache.catalina.core.StandardContext start
 GRAVE: Error filterStart

 the same error appears if i *exchange *glassfish.jsf lib by
 javax.jsf_1.1.0.0_1-2.jar.

 The SimpleTest webapp is only running if both glassfish.jsf lib and
 javax.jsf_1.1.0.0_1-2.jar are used.
 At conclusion :
 The Web-Inf lib dir of the SampleTest.war archive contains :

 glassfish.jsf_1.0.0.0_1-2-15.jar
 glassfish.jstl_1.2.0.1.jar
 trinidad-api.jar
 trinidad-impl.jar
 javax.jsf_1.1.0.0_1-2.jar

 AND

 The lib used by Tomcat in the lib Dir contains :
 annotations-api.jar
 catalina-ant.jar
 catalina-ha.jar
 catalina-tribes.jar
 catalina.jar
 ecj-3.3.1.jar
 el-api.jar
 jasper-el.jar
 jasper.jar
 jsp-api.jar
 listeLib.txt
 servlet-api.jar
 tomcat-coyote.jar
 tomcat-dbcp.jar
 tomcat-i18n-es.jar
 tomcat-i18n-fr.jar
 tomcat-i18n-ja.jar

 I am using Jdeveloper R11 as IDE.

 This the line echoed on the log after deploying :

 25 févr. 2011 10:19:55 org.apache.catalina.startup.HostConfig deployWAR
 INFO: Déploiement de l'archive SimpleTest.war de l'application web
 25 févr. 2011 10:19:55 com.sun.faces.config.ConfigureListener
 contextInitialized
 INFO: Initializing Mojarra (1.2_15-20100923-SNAPSHOT) for context
 '/SimpleTest'

 What is the Majorra ?

 Do you have an idea how to force Tomcat 6 to run in English on a Windows
 French OS Version ? (So that the log will be in English).

 Thank you
 Fahmi








 2011/2/25 Scott O'Bryan darkar...@gmail.com

 I could be wrong but it looks like you have multiple JSF instances there.
 Try it with just the glassfish or download the latest myfaces and remove
 everything else.

 Trinidad requires either MyFaces (since the .3 release I believe) or the
 Mojarra 1.2.11 or later.

 Scott


 On 02/23/2011 03:46 AM, Fahmi Hachicha wrote:

 I retrieve the attached file because the deamon refuse the message with a
 file with about 8 Mo.
 Fahmi

 -- Forwarded message --
 From: Fahmi Hachichafahmi.hachi...@gmail.com
 Date: 2011/2/23
 Subject: Re: [Trinidad] problem when deploy trinidad-demo-1.2.14.war or
 trinidad-blank-1.2.14.war on Tomcat 6
 To: MyFaces Discussionusers@myfaces.apache.org


 Dear Scott,

 I had the library javax.jsp and javax.servlet among the library used so
 that
 there was a conflict I think.

 Now the Trinidad Test based on the blank example works with the following
 libraries :
 glassfish.jsf_1.0.0.0_1-2-15.jar
 glassfish.jstl_1.2.0.1.jar
 javax.jsf_1.1.0.0_1-2.jar
 wls.jsf.di.jar
 trinidad-api.jar
 trinidad-impl.jar
 glassfish.el_1.0.0.0_2-1.jar

 I am using Jdeveloper R11 as IDE.

 The attached archive is working well.

 Do you have an idea how to force Tomcat 6 to run in English on a Windows
 French OS Version ? (So that the log will be in English).

 Thank you
 Fahmi



 2011/2/23 Scott O'Bryandarkar...@gmail.com

 Fahmi,

 I assume you have MyFaces installed in Tomcat, is that correct?  If not,
 you may have to build the examples custom to include JSTL and JSF.  By
 default they are not included with the examples because J2EE contains
 them.

 Other then that, I'm going to need to see more of the stacktrace that's
 being thown (and hopefully in english so I can read it..  :D

 Scott


 On 02/22/2011 12:59 PM, Fahmi Hachicha wrote:

 Hello,

 When deploying the examples of the Trinidad 1.2.14 on a Tomcat 6 Web
 Server,
 the WebApp does not start due to an error :

 org.apache.catalina.core.StandardContext start
 GRAVE: Error filterStart
 22 févr. 2011 20:29:40 org.apache.catalina.core.StandardContext start
 GRAVE: Erreur de démarrage du contexte [/trinidad-demo-1.2.14] suite aux
 erreurs précédentes

 How must I configure Tomcat 6 Server to be able to run these demo
 examples
 ?

 Thanks
 Fahmi






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:
 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 www.apache.org/dist).

 Greetings,
 Matthias

 On Fri, Feb 25, 2011 at 10:34 AM, Me Self wmso...@gmail.com wrote:
 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.




 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf


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
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=daheadtitleApache Trinidad Demo Index/titlemeta
name=generator content=Apache MyFaces Trinidadlink
rel=stylesheet charset=UTF-8 type=text/css
href=/trinidad-demo-repack/adf/styles/cache/casablanca-desktop-xdhvqd-ltr-ie-7.0.css/headbody


.. the body tag is cut short.




On Fri, Feb 25, 2011 at 1:49 PM, Scott O'Bryan darkar...@gmail.com 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 darkar...@gmail.com 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 darkar...@gmail.com 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 wmso...@gmail.com 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?



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 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:

html dir=ltr
lang=daheadtitleApache Trinidad Demo Index/titlemeta
name=generator content=Apache MyFaces Trinidadlink
rel=stylesheet charset=UTF-8 type=text/css
href=/trinidad-demo-repack/adf/styles/cache/casablanca-desktop-xdhvqd-ltr-ie-7.0.css/headbody

the body tag is cut short.

On Fri, Feb 25, 2011 at 1:49 PM, Scott O'Bryan darkar...@gmail.com 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 darkar...@gmail.com 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 darkar...@gmail.com 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 wmso...@gmail.com 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?



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 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=daheadtitleApache Trinidad Demo Index/titlemeta
 name=generator content=Apache MyFaces Trinidadlink
 rel=stylesheet charset=UTF-8 type=text/css
 href=/trinidad-demo-repack/adf/styles/cache/casablanca-desktop-xdhvqd-ltr-ie-7.0.css/headbody


 .. the body tag is cut short.




 On Fri, Feb 25, 2011 at 1:49 PM, Scott O'Bryan darkar...@gmail.com 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 darkar...@gmail.com 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 darkar...@gmail.com 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 wmso...@gmail.com 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?



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:
 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 www.apache.org/dist).
 
 Greetings,
 Matthias
 
 On Fri, Feb 25, 2011 at 10:34 AM, Me Self wmso...@gmail.com wrote:
 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.
 
 
 
 
 -- 
 Matthias Wessendorf
 
 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf


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 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=daheadtitleApache Trinidad Demo Index/titlemeta
 name=generator content=Apache MyFaces Trinidadlink
 rel=stylesheet charset=UTF-8 type=text/css
 href=/trinidad-demo-repack/adf/styles/cache/casablanca-desktop-xdhvqd-ltr-ie-7.0.css/headbody


 .. the body tag is cut short.




 On Fri, Feb 25, 2011 at 1:49 PM, Scott O'Bryan darkar...@gmail.com 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 darkar...@gmail.com 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 darkar...@gmail.com 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 wmso...@gmail.com 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?




[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 it be too much trouble going with the
beta now (project deadline is in august)? Do I risk that features that
were working in 1.2 are broken in 2.0 beta?


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 undergoing many bug fixes
and enhancements so I would expect things to be stabilized soon.

Scott

On Feb 25, 2011, at 7:06 AM, Me Self wmso...@gmail.com wrote:

 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 it be too much trouble going with the
 beta now (project deadline is in august)? Do I risk that features that
 were working in 1.2 are broken in 2.0 beta?


[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 element.
* This release also adds the support of deeper location cache support for 
parsing and indexing. This feature is useful for application performance 
tuning for

processing various XML documents.
* The java version also added support for processing zip and gzip files. 
Direct processing of httpURL based XML is enhanced.

* Extended Java version now support Iso-8859-10~16 encoding.
* A full featured C++ port is released.
* C version of VTD-XML now make use of thread local storage to achieve 
thread safety for multi-threaded application.
* There are also a number of bugs fixed. Special thanks to Jozef Aerts, John 
Sillers, Chris Tornau and a number of other users for input and suggestions