hud...@myfaces

2010-08-25 Thread Bernd Bohmann
Hello for trying hudson instead of continuum you need a hudson account. You can ask matthias for adding you to the hudson-jobadmin group on people.apache.org modify_appgroups.pl hudson-jobadmin --add=your apache username see: http://wiki.apache.org/general/Hudson#How_do_I_get_an_account for

Re: hud...@myfaces

2010-08-25 Thread Matthias Wessendorf
Thanks Bernd! Right now the following committers have been added: -Bernd Bohmann -Grant Smith -Matthias Wessendorf -M On Wed, Aug 25, 2010 at 8:20 AM, Bernd Bohmann bernd.bohm...@atanion.com wrote: Hello for trying hudson instead of continuum you need a hudson account. You can ask matthias

Re: hud...@myfaces

2010-08-25 Thread Scott O'Bryan
Hey Matthias, can you add me to this? I'd be willing to try the bridge stuff. Continuum has proven fairly unreliable for us. Sent from my iPhone On Aug 25, 2010, at 1:19 AM, Matthias Wessendorf mat...@apache.org wrote: Thanks Bernd! Right now the following committers have been added:

Re: hud...@myfaces

2010-08-25 Thread Matthias Wessendorf
done -M On Wed, Aug 25, 2010 at 9:22 AM, Scott O'Bryan darkar...@gmail.com wrote: Hey Matthias, can you add me to this?  I'd be willing to try the bridge stuff.  Continuum has proven fairly unreliable for us. Sent from my iPhone On Aug 25, 2010, at 1:19 AM, Matthias Wessendorf

[Trinidad] Nested grid not showing details

2010-08-25 Thread Gijs van Belkom
Hello, At this moment I am trying to get a nested grid working. The 'detailStamp' column is shown, but when a expand button is clicked, the table is not expanded. I created a small test project in Netbeans 6.9, using Trinidad 2 Alpha. The table is not created in the xhtml page, but

Setup email notifications from hudson for myfaces

2010-08-25 Thread Bernd Bohmann
Hello we should ensure that hudson can send emails notification to dev@myfaces.apache.org, comm...@myfaces.apache.org and notificati...@myfaces.apache.org. see http://wiki.apache.org/general/Hudson#How_do_I_allow_Hudson_to_mail_to_my_project.27s_.22dev.22_list.3F Can the list moderator take a

Re: hud...@myfaces

2010-08-25 Thread Matthias Wessendorf
Also, I added: -Leo -Werner -Gerhard -Matthias On Wed, Aug 25, 2010 at 9:27 AM, Matthias Wessendorf mat...@apache.org wrote: done -M On Wed, Aug 25, 2010 at 9:22 AM, Scott O'Bryan darkar...@gmail.com wrote: Hey Matthias, can you add me to this?  I'd be willing to try the bridge stuff.  

Re: hud...@myfaces

2010-08-25 Thread Leonardo Uribe
Hi Thanks Matthias ;-) best regards, Leonardo 2010/8/25 Matthias Wessendorf mat...@apache.org Also, I added: -Leo -Werner -Gerhard -Matthias On Wed, Aug 25, 2010 at 9:27 AM, Matthias Wessendorf mat...@apache.org wrote: done -M On Wed, Aug 25, 2010 at 9:22 AM, Scott O'Bryan

Re: hud...@myfaces

2010-08-25 Thread Gerhard
thx, regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/8/25 Matthias Wessendorf mat...@apache.org Also, I added: -Leo -Werner -Gerhard -Matthias On Wed, Aug 25, 2010

EL method invocation performance

2010-08-25 Thread Martin Koci
Hi, this problem is not in myfaces but affects performance especially in render response phase: EL 2.2 introduces method invocation but if you try use it like rendered=#{bean.getRendered(param)} there is an unpleasant surprise: both implementations of BeanELResolver (Glassfish, Tomcat) use this

Re: EL method invocation performance

2010-08-25 Thread Ivan
How about trying the el api published by Geronimo ? it caches the ExpressionFactory to avoid the search action by default. 2010/8/25 Martin Koci martin.k...@aura.cz Hi, this problem is not in myfaces but affects performance especially in render response phase: EL 2.2 introduces method

Re: EL method invocation performance

2010-08-25 Thread Jakob Korherr
Hi, Does this really have to happen at every method invocation or is this an implementation problem? If it is an implementation problem and can be circumvent in any way, I would contact the Glassfish and Tomcat developers about this ;) Regards, Jakob 2010/8/25 Ivan xhh...@gmail.com How about

[jira] Created: (TRINIDAD-1892) Support source template for JSP tag generation

2010-08-25 Thread Andy Schwartz (JIRA)
Support source template for JSP tag generation -- Key: TRINIDAD-1892 URL: https://issues.apache.org/jira/browse/TRINIDAD-1892 Project: MyFaces Trinidad Issue Type: Improvement

Re: EL method invocation performance

2010-08-25 Thread Andy Schwartz
On Wed, Aug 25, 2010 at 11:10 AM, Jakob Korherr jakob.korh...@gmail.com wrote: If it is an implementation problem and can be circumvent in any way, I would contact the Glassfish and Tomcat developers about this ;) +1. I pinged Kin-man as a heads up on this... Andy

[jira] Created: (MYFACES-2893) Update qdox to 1.12 on myfaces-builder-plugin

2010-08-25 Thread Jakob Korherr (JIRA)
Update qdox to 1.12 on myfaces-builder-plugin - Key: MYFACES-2893 URL: https://issues.apache.org/jira/browse/MYFACES-2893 Project: MyFaces Core Issue Type: Task Components: build process

[jira] Resolved: (MYFACES-2893) Update qdox to 1.12 on myfaces-builder-plugin

2010-08-25 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2893. Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed Update qdox to 1.12 on

Re: hud...@myfaces

2010-08-25 Thread Grant Smith
OK, I have added a whole lot of builds. Currently testing them. All under the Myfaces view. Next I need to figure out how to copy the artifacts to the nightly builds area... On Wed, Aug 25, 2010 at 7:33 AM, Gerhard gerhard.petra...@gmail.com wrote: thx, regards, gerhard http://www.irian.at

Re: EL method invocation performance

2010-08-25 Thread Mark Struberg
Martin, could you please give juel a quick try? Would be interested if if also suffers from this problem. You can find a slightly tweaked (bugfixed) version of it on my github page http://github.com/struberg/juel The original is on juel.sourceforge.net LieGrue, strub From: Jakob Korherr

Re: EL method invocation performance

2010-08-25 Thread Martin Koci
Great! I thought that tomcat and geronimo EL implementation are from same source; But just now I'm looking in geronimo code and expressionFactory instance is cached - I'll definitely try it, thanks! Ivan píše v St 25. 08. 2010 v 22:54 +0800: How about trying the el api published by Geronimo ?

Re: EL method invocation performance

2010-08-25 Thread Martin Koci
Now I'm sure that it is an implementation problem: it was very suspicious that both Tomcat and Glassfish implementations have it - but Geronimo does not have this problem. Andy Schwartz píše v St 25. 08. 2010 v 11:38 -0400: On Wed, Aug 25, 2010 at 11:10 AM, Jakob Korherr jakob.korh...@gmail.com

Re: EL method invocation performance

2010-08-25 Thread Matthias Wessendorf
great, I think Glassfish, Tomcat and JBoss do appreciate a bug report :-) -Matthias On Wed, Aug 25, 2010 at 8:43 PM, Martin Koci martin.k...@aura.cz wrote: Now I'm sure that it is an implementation problem: it was very suspicious that both Tomcat and Glassfish implementations have it - but

Re: EL method invocation performance

2010-08-25 Thread Martin Koci
Hi, I'll try it but not today :) Optimization is my priority task for next few months and certainly I'll compare all four (or more?) EL implementations. Mark Struberg píše v St 25. 08. 2010 v 17:52 +: Martin, could you please give juel a quick try? Would be interested if if also

[jira] Commented: (MYFACES-2889) [PERF] Remove String.intern() calls in FlashELResolver and ImplicitObjectResolver

2010-08-25 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902582#action_12902582 ] Mike Kienenberger commented on MYFACES-2889: I am not commenting on whether

Re: hud...@myfaces

2010-08-25 Thread Gerhard
hi grant, it's great that you looked for the myfaces view. for the others: i created it to group all our build-jobs - see [1]. regards, gerhard [1] https://hudson.apache.org/hudson/view/MyFaces/ http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and

Re: hud...@myfaces

2010-08-25 Thread Matthias Wessendorf
pretty cool stuff. Interesting option on the Apache configuration: We could also use Harmony to build our stuff :-) -Matthias On Wed, Aug 25, 2010 at 9:11 PM, Gerhard gerhard.petra...@gmail.com wrote: hi grant, it's great that you looked for the myfaces view. for the others: i created it to

[jira] Created: (TRINIDAD-1893) trh:tablelayout not a layout table in screen reader mode

2010-08-25 Thread Dave Robinson (JIRA)
trh:tablelayout not a layout table in screen reader mode Key: TRINIDAD-1893 URL: https://issues.apache.org/jira/browse/TRINIDAD-1893 Project: MyFaces Trinidad Issue Type: Bug

[jira] Updated: (TRINIDAD-1893) trh:tablelayout not a layout table in screen reader mode

2010-08-25 Thread Dave Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Robinson updated TRINIDAD-1893: Status: Patch Available (was: Open) trh:tablelayout not a layout table in screen

[jira] Issue Comment Edited: (TRINIDAD-1893) trh:tablelayout not a layout table in screen reader mode

2010-08-25 Thread Dave Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902656#action_12902656 ] Dave Robinson edited comment on TRINIDAD-1893 at 8/25/10 5:58 PM:

Incompatibility of Tomahawk + JSF 2

2010-08-25 Thread fionalee
Hello All I have built a datatable based on Tomahawk 1.1.9 JSF 1.2 for my current project. Recently, we decided to upgrade our JSF implementation from 1.2 to 2. Now, if the upgrade happens, the datatable (based on tomahawk 1.1.9) is not going to work anymore. However, I am in desperate need of

Re: Incompatibility of Tomahawk + JSF 2

2010-08-25 Thread Leonardo Uribe
Hi Try build the latest code here: http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/ First you may need to build some of these projects: http://svn.apache.org/repos/asf/myfaces/test/trunk/

Re: Incompatibility of Tomahawk + JSF 2

2010-08-25 Thread fionalee
Hello Thank you very much for your reply. I am not sure how I should build. It has many modules. How can I get the tomahawk.jar file? I tried to use maven and I get the following error The following mojo encountered an error while executing: Group-Id: org.apache.myfaces.buildtools Artifact-Id: