[VOTE] MyFaces Extension Scripting Beta 1

2010-03-24 Thread Werner Punz
Hi, Leonardo and I were running the needed tasks to get the 1.0-beta-1 release of Apache MyFaces Extension Scripting out. The artifacts are deployed to Leonardos private Apache account ([1] and [3] for binary and source packages). Since the documentation is a work in progress (the download

Re: [VOTE] MyFaces Extension Scripting Beta 1

2010-03-24 Thread Gerhard Petracek
+1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/3/24 Werner Punz werner.p...@gmail.com Hi, Leonardo and I were running the needed tasks to get the 1.0-beta-1 release

Re: [VOTE] MyFaces Extension Scripting Beta 1

2010-03-24 Thread Jakob Korherr
+1 Regards, Jakob 2010/3/24, Gerhard Petracek gerhard.petra...@gmail.com: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/3/24 Werner Punz werner.p...@gmail.com

Wrap Myfaces Web applications into Pluto and JBoss Portal

2010-03-24 Thread Will Vann
Hello, what differences between JSF Portlet bridge and modifying HTML markup(or iframe)? should i modiy encodingURL method of PortletBridge when i use myfaces portlet bridge in Jboss portal? 2010-03-24 Will Vann

[Trinidad] Please reopen TRINIDAD-790

2010-03-24 Thread Elmar Kretzer
The provided fix in https://issues.apache.org/jira/browse/TRINIDAD-790 does not work if you set lightweight dialogs in web.xml to true. context-param param-nameorg.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS/param-name param-valuetrue/param-value

Re: [VOTE] MyFaces Extension Scripting Beta 1

2010-03-24 Thread Leonardo Uribe
+1 2010/3/24 Jakob Korherr jakob.korh...@gmail.com +1 Regards, Jakob 2010/3/24, Gerhard Petracek gerhard.petra...@gmail.com: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional

Re: [VOTE] MyFaces Extension Scripting Beta 1

2010-03-24 Thread Hazem Saleh
++1 :). And congratulations in advance to all of us. On Wed, Mar 24, 2010 at 3:20 PM, Leonardo Uribe lu4...@gmail.com wrote: +1 2010/3/24 Jakob Korherr jakob.korh...@gmail.com +1 Regards, Jakob 2010/3/24, Gerhard Petracek gerhard.petra...@gmail.com: +1 regards, gerhard

Re: [GSOC] HTML5 Proposal

2010-03-24 Thread Ali Ok
Hi, I wrote Let's see whether TCK complains or not. I can try running TCK, but may need your help here. before. But I've read that TCK is available for individuals by application (scholarship or something). So, when the correct time comes, can you run TCK for (at least) the required HTML5

Re: [GSOC] HTML5 Proposal

2010-03-24 Thread Leonardo Uribe
Hi Don't worry about that. As long as your changes can be activated using a context param everything is ok. I'll keep an eye on your advance, and if necesary I'll run those tests for you. regards, Leonardo Uribe 2010/3/24 Ali Ok al...@aliok.com.tr Hi, I wrote Let's see whether TCK

NPE starting MyFaces Extension Scripting Beta 1

2010-03-24 Thread Bruno Aranda
Hi, I was going to try but I am hitting this exception: INFO: MyFaces Plugins found 24-Mar-2010 13:53:57 org.apache.myfaces.webapp.StartupServletContextListener dispatchInitializationEvent INFO: Processing plugin:org.apache.myfaces.scripting.servlet.StartupServletContextPluginChainLoader

Re: [VOTE] MyFaces Extension Scripting Beta 1

2010-03-24 Thread Matthias Wessendorf
+1 On Wed, Mar 24, 2010 at 6:32 AM, Hazem Saleh haz...@apache.org wrote: ++1 :). And congratulations in advance to all of us. On Wed, Mar 24, 2010 at 3:20 PM, Leonardo Uribe lu4...@gmail.com wrote: +1 2010/3/24 Jakob Korherr jakob.korh...@gmail.com +1 Regards, Jakob 2010/3/24,

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849238#action_12849238 ] Jakob Korherr commented on MYFACES-2621: We need the ValueReference because it

Re: NPE starting MyFaces Extension Scripting Beta 1

2010-03-24 Thread Werner Punz
Hi Bruno I checked the offending NPEing line, what happens in your case seems to be following String contextRoot = servletContext.getRealPath(defaultScriptingRoot); contextRoot = contextRoot.trim(); aka in reality it does following String contextRoot =

Re: NPE starting MyFaces Extension Scripting Beta 1

2010-03-24 Thread Werner Punz
also make sure you use run-exploded if you use it from maven Am 24.03.10 14:57, schrieb Bruno Aranda: Hi, I was going to try but I am hitting this exception: INFO: MyFaces Plugins found 24-Mar-2010 13:53:57 org.apache.myfaces.webapp.StartupServletContextListener dispatchInitializationEvent

Re: NPE starting MyFaces Extension Scripting Beta 1

2010-03-24 Thread Werner Punz
Ok I did a quick check on my jetty6 testcase, by renaming WEB-INF/groovy to WEB-INF/groovy2 and I could not reproduce the NPE so it is definitely jetty7s fault here, nevertheless I will add a bypass and a warning message to cover that NPE for the next beta. (and will look for ways to pick the

[jira] Created: (EXTSCRIPT-100) ExtSCRIPT + Jetty 7 NPEs at startup (jetty 6 works)

2010-03-24 Thread Werner Punz (JIRA)
ExtSCRIPT + Jetty 7 NPEs at startup (jetty 6 works) --- Key: EXTSCRIPT-100 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-100 Project: MyFaces Extensions Scripting Issue Type: Bug

[jira] Created: (MYFACES-2622) BeanValidator has to handle CompositeComponentExpressionHolder when resolving the ValueExpression

2010-03-24 Thread Jakob Korherr (JIRA)
BeanValidator has to handle CompositeComponentExpressionHolder when resolving the ValueExpression - Key: MYFACES-2622 URL:

[jira] Created: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api --- Key: MYFACES-2623 URL:

myfaces wiki

2010-03-24 Thread Gerhard Petracek
hi @ all, what do you think about moving our wiki to confluence[1]? regards, gerhard [1] http://cwiki.apache.org/confluence/ http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: myfaces wiki

2010-03-24 Thread Matthias Wessendorf
+1 I don't remember the outcome of the old discussion, wasn't there one? Anyways I am +1 on confluence... -Matthias On Wed, Mar 24, 2010 at 11:30 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi @ all, what do you think about moving our wiki to confluence[1]? regards, gerhard [1]

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849339#action_12849339 ] Jakob Korherr commented on MYFACES-2623: I almost forgot: the el-api dependency

Re: myfaces wiki

2010-03-24 Thread Jakob Korherr
+1 from me :) Frankly I don't really like the current wiki.. Regards, Jakob 2010/3/24 Matthias Wessendorf mat...@apache.org +1 I don't remember the outcome of the old discussion, wasn't there one? Anyways I am +1 on confluence... -Matthias On Wed, Mar 24, 2010 at 11:30 AM, Gerhard

[jira] Commented: (TRINIDAD-1751) NPE if User-Agent header is missing

2010-03-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849343#action_12849343 ] Matthias Weßendorf commented on TRINIDAD-1751: -- You can test the NULL case

Re: myfaces wiki

2010-03-24 Thread Mike Kienenberger
I'm happy with the current wiki, and I haven't enjoyed working with confluence. We also seem to have a lot of assorted problems with it on the Cayenne project. But I'm not opposed to switching if that's what everyone else really wants. On Wed, Mar 24, 2010 at 2:35 PM, Jakob Korherr

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849354#action_12849354 ] Leonardo Uribe commented on MYFACES-2623: - When you set a dependency as compile

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849357#action_12849357 ] Jakob Korherr commented on MYFACES-2623: No this should not be closed as

[jira] Resolved: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2623. Resolution: Fixed Fix Version/s: 2.0.0-beta-4 validation-api and el-api 2.2

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849368#action_12849368 ] Jakob Korherr commented on MYFACES-2623: I could not find any problems with this

[jira] Commented: (TRINIDAD-1071) combobox not shown in IE inside a lightweight dialog

2010-03-24 Thread Anirban Datta (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849370#action_12849370 ] Anirban Datta commented on TRINIDAD-1071: - Still the combo box does not appear

[jira] Commented: (MYFACES-2621) BeanValidation does not work with Unified EL 2.2

2010-03-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849379#action_12849379 ] Jakob Korherr commented on MYFACES-2621: I committed a first solution to this

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849376#action_12849376 ] Leonardo Uribe commented on MYFACES-2623: - Did you tried trinidad demo?

Re: myfaces wiki

2010-03-24 Thread Gabrielle Crawford
+1 confluence is so much better Jakob Korherr wrote: +1 from me :) Frankly I don't really like the current wiki.. Regards, Jakob 2010/3/24 Matthias Wessendorf mat...@apache.org mailto:mat...@apache.org +1 I don't remember the outcome of the old discussion, wasn't there one?

[jira] Commented: (TRINIDAD-1757) Allow (or support) decorator pattern for the UploadedFileProcessor

2010-03-24 Thread Girish Kumar Balachandran (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849534#action_12849534 ] Girish Kumar Balachandran commented on TRINIDAD-1757: - I just walked

[jira] Commented: (MYFACES-2623) validation-api and el-api 2.2 should be optional dependencies with scope compile in myfaces-api

2010-03-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849538#action_12849538 ] Leonardo Uribe commented on MYFACES-2623: - I know how optional modifier works,

[jira] Created: (PORTLETBRIDGE-135) request will redirect out of portal with local url ( or relative url)

2010-03-24 Thread Will Vann (JIRA)
request will redirect out of portal with local url ( or relative url) - Key: PORTLETBRIDGE-135 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-135 Project: MyFaces Portlet

[jira] Created: (EXTSCRIPT-101) Ext-Scripting is not entirely disabled if the servlet filter is not set

2010-03-24 Thread Werner Punz (JIRA)
Ext-Scripting is not entirely disabled if the servlet filter is not set --- Key: EXTSCRIPT-101 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-101 Project: MyFaces Extensions

[jira] Created: (EXTSCRIPT-102) Improve the Documentation regarding setup

2010-03-24 Thread Werner Punz (JIRA)
Improve the Documentation regarding setup - Key: EXTSCRIPT-102 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-102 Project: MyFaces Extensions Scripting Issue Type: Improvement Affects

[jira] Created: (EXTSCRIPT-103) Bug in the documentation

2010-03-24 Thread Werner Punz (JIRA)
Bug in the documentation Key: EXTSCRIPT-103 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-103 Project: MyFaces Extensions Scripting Issue Type: Bug Affects Versions: Beta-1 Reporter: Werner