[Trinidad] Pluto / Portal dependencies

2010-09-08 Thread Matthias Wessendorf
Hello Scott, Mike, there are a few snapshot dependencies, on Pluto in here: https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml Can those be updated ? -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions:

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-08 Thread Matthias Wessendorf
(re)building.. :-) On Wed, Sep 8, 2010 at 12:20 AM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Please include the fix: https://issues.apache.org/jira/browse/TRINIDAD-1907 On Tue, Sep 7, 2010 at 12:09 PM, Matthias Wessendorf mat...@apache.org wrote: Ah, ok I see. Thanks for

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-08 Thread Martin Marinschek
Hi Martin, welcome aboard! great to have you around! best regards, Martin On 9/7/10, Martin Koci martin.k...@aura.cz wrote: Hi, it's an honour for me, thanks for inviting me to this great community. Just for curiosity I found this: https://issues.apache.org/jira/browse/MYFACES-1171 -

submittedValue vs. Converter.getAsObject

2010-09-08 Thread Martin Koci
Hi, maybe this is a stupid question but: From UIInput javadoc: ... decoded value of this component, usually but not necessarily a String, must be stored - but not yet converted - using setSubmittedValue() from UIInput.getConvertedValue: ... and the submitted value is a String, locate a

[jira] Commented: (TOMAHAWK-1548) Allow t:dataScroller to be Ajaxified using f:ajax

2010-09-08 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907132#action_12907132 ] Werner Punz commented on TOMAHAWK-1548: --- Hey Leo, this is absolutely nice stuff...

Re: submittedValue vs. Converter.getAsObject

2010-09-08 Thread Matthias Wessendorf
Hello, in Trinidad we don't cast to String: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/EditableValueRenderer.java?view=annotate (see line 133-135) This is because of supporting the oracle adf numbers,

[jira] Commented: (MYFACES-2910) Allow non-String submitted values

2010-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907140#action_12907140 ] Matthias Weßendorf commented on MYFACES-2910: - .toString() is acutally right

[jira] Commented: (MYFACES-2910) Allow non-String submitted values

2010-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907141#action_12907141 ] Matthias Weßendorf commented on MYFACES-2910: - more on calling toString()

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-08 Thread Martin Koci
And I almost forgot to write: in order to not mix frequent name Martin in this mailing list I'll use preferably email Martin.Kocicak.Koci at gmail dot com and Kocicak as nickname. P.S. Kocicak (Kočičák in Czech) is a untranslatable pun based on my last name and also a popular character from one

Re: submittedValue vs. Converter.getAsObject

2010-09-08 Thread Martin Koci
Matthias Wessendorf píše v St 08. 09. 2010 v 11:22 +0200: Hello, in Trinidad we don't cast to String: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/EditableValueRenderer.java?view=annotate (see

Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-08 Thread Bruno Aranda
Wellcome aboard, untranslatable Kočičák! :) Cheers, Bruno On 8 September 2010 10:59, Martin Koci martin.kocicak.k...@gmail.comwrote: And I almost forgot to write: in order to not mix frequent name Martin in this mailing list I'll use preferably email Martin.Kocicak.Koci at gmail dot com

Re: submittedValue vs. Converter.getAsObject

2010-09-08 Thread Martin Marinschek
Hi Kocicak, So on JSF level conversion String - Object is unable to solve this problem - I simply need Object - Object conversion which is not supported yet. Yes, this is true - this is obviously a spec problem. If the submitted value is an object, it should also be allowed to convert it. A

Re: submittedValue vs. Converter.getAsObject

2010-09-08 Thread Martin Marinschek
I discussed this with the EG (and also Ed privately), and there wasn't much interest for adding this. P.S.: it might however be useful to have this in the MyFaces implementation somehow. @Leonardo: did you actually provide a business-converter interface - we discussed about this? best

[jira] Commented: (MYFACES-2876) Ajax Support in Mobile Browsers

2010-09-08 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907200#action_12907200 ] Werner Punz commented on MYFACES-2876: -- Btw. regarding Blackberries, I only can go

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-08 Thread Matthias Wessendorf
btw. it has been replaced On Wed, Sep 8, 2010 at 8:41 AM, Matthias Wessendorf mat...@apache.org wrote: (re)building.. :-) On Wed, Sep 8, 2010 at 12:20 AM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Please include the fix: https://issues.apache.org/jira/browse/TRINIDAD-1907 On

Re: submittedValue vs. Converter.getAsObject

2010-09-08 Thread Leonardo Uribe
Hi Martin Yes, to solve the problem with t:inputCalendar and t:inputDate it was clear an interface like that was necessary but it is tied to java.util.Date in this case: /** * Provide a bridge between the java.util.Date instance used by a component * that receive date/time values and the

Re: submittedValue vs. Converter.getAsObject

2010-09-08 Thread Matthias Wessendorf
In Trinidad internal package there is a TypeConverter, use in the Date/Number converter (internals) of Trinidad. has a factory and some more stuff, perhaps worth to check (they were introduced - looong time ago - to support the mentioned oracle types, from the binding layer)

Re: submittedValue vs. Converter.getAsObject

2010-09-08 Thread Martin Marinschek
Hi Leo, Yes, to solve the problem with t:inputCalendar and t:inputDate it was clear an interface like that was necessary but it is tied to java.util.Date in this case: We could open an issue to make this more generic - and have an infrastructure in the impl where we can register such

[jira] Commented: (TRINIDAD-1890) NullPointerException when using file upload with trinidad

2010-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907237#action_12907237 ] Matthias Weßendorf commented on TRINIDAD-1890: -- what version r u using?

[jira] Commented: (TRINIDAD-1737) LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907244#action_12907244 ] Matthias Weßendorf commented on TRINIDAD-1737: -- problem is that iw was

[jira] Commented: (TRINIDAD-195) Two requests at the same time throw an exception when the server just started

2010-09-08 Thread Vaclav Tregner (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907243#action_12907243 ] Vaclav Tregner commented on TRINIDAD-195: - Bug can be still reproduced in

[jira] Commented: (TRINIDAD-195) Two requests at the same time throw an exception when the server just started

2010-09-08 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907251#action_12907251 ] Blake Sullivan commented on TRINIDAD-195: - The problem definitely exists. The

Re: submittedValue vs. Converter.getAsObject

2010-09-08 Thread Leonardo Uribe
Hi Martin 2010/9/8 Martin Marinschek mmarinsc...@apache.org Hi Leo, Yes, to solve the problem with t:inputCalendar and t:inputDate it was clear an interface like that was necessary but it is tied to java.util.Date in this case: We could open an issue to make this more generic - and

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-08 Thread Jakob Korherr
Hi, I just created the webapptest component for MYFACESTEST in the JIRA. Feel free to open issues!! @Leonardo: It runs with JUnit, actually, and yes I also noticed it needs Java 1.6, but this is only because of the java.util.ServiceLoader, I guess. I saw that you already changed the import to

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-08 Thread Leonardo Uribe
Hi 2010/9/8 Jakob Korherr jakob.korh...@gmail.com Hi, I just created the webapptest component for MYFACESTEST in the JIRA. Feel free to open issues!! @Leonardo: It runs with JUnit, actually, and yes I also noticed it needs Java 1.6, but this is only because of the

[jira] Resolved: (TRINIDAD-1900) WrappedUploadedFileImpl of CompositeUploadedFileProcessorImpl does not implement Serializable interface

2010-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1900. -- Fix Version/s: 1.2.15-core Resolution: Fixed

[jira] Created: (TRINIDAD-1908) Errors in the tear down of the visiting or encoding context may cover up errors in the processing code

2010-09-08 Thread Andrew Robinson (JIRA)
Errors in the tear down of the visiting or encoding context may cover up errors in the processing code -- Key: TRINIDAD-1908 URL:

[jira] Resolved: (TRINIDAD-1908) Errors in the tear down of the visiting or encoding context may cover up errors in the processing code

2010-09-08 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1908. --- Fix Version/s: 2.0.0.3-core Resolution: Fixed Errors in the tear down of

[jira] Created: (TRINIDAD-1909) afterEncode should still be called on CoreRenderer even if encodeAll or encodeEnd fails

2010-09-08 Thread Andrew Robinson (JIRA)
afterEncode should still be called on CoreRenderer even if encodeAll or encodeEnd fails --- Key: TRINIDAD-1909 URL: https://issues.apache.org/jira/browse/TRINIDAD-1909

[VOTE] Trinidad core: 1.0.13

2010-09-08 Thread Matthias Wessendorf
Hi, I was running the needed tasks to get the next release of the Apache MyFaces Trinidad 1.0.x CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 1.0.13 artifacts and vote. [ ] +1 for community

Re: [VOTE] Trinidad core: 1.0.13

2010-09-08 Thread Matthias Wessendorf
+1 On Wed, Sep 8, 2010 at 10:49 PM, Matthias Wessendorf mat...@apache.org wrote: Hi, I was running the needed tasks to get the next release of the Apache MyFaces Trinidad 1.0.x CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 1.0.13

Re: [VOTE] Trinidad core: 1.0.13

2010-09-08 Thread Blake Sullivan
+1 -- Blake On 9/8/10 1:56 PM, Matthias Wessendorf wrote: +1 On Wed, Sep 8, 2010 at 10:49 PM, Matthias Wessendorfmat...@apache.org wrote: Hi, I was running the needed tasks to get the next release of the Apache MyFaces Trinidad 1.0.x CORE out. The artifacts are deployed to my private

Re: [VOTE] Trinidad core: 2.0.0 beta1

2010-09-08 Thread Jakob Korherr
Hi, Sorry, I just read the mail. Thanks for fixing it! IMO the PseudoFacesContext should do the same as the StartupFacesContextImpl on MyFaces core, but I am not that familiar with Trinidad, so I actually don't know what's best in this situation. However we should consider that in JSF 2.0 there

Re: [VOTE] Release Bridge Master 4

2010-09-08 Thread Jakob Korherr
+1 Regards, Jakob 2010/9/7 Matthias Wessendorf mat...@apache.org Scott, +1 on the release. We had done lazy consensus votes (see [1]) on poms in the past. So feel free to vote and move on :-) -Matthias [1] http://apache.org/foundation/how-it-works.html#management On Tue, Sep 7, 2010

Re: [VOTE] Trinidad plugins: 2.0.2 release

2010-09-08 Thread Jakob Korherr
+1 Regards, Jakob 2010/9/7 Grant Smith work.gr...@gmail.com +1 On Tue, Sep 7, 2010 at 9:18 AM, Blake Sullivan blake.sulli...@oracle.comwrote: +1 -- Blake Sullivan On 9/7/10 12:23 AM, Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the 2.0.2 release of the

[jira] Commented: (MYFACES-2911) OSGi Manifest: MyFaces API Bundle requires IMPL Bundle

2010-09-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907460#action_12907460 ] Jakob Korherr commented on MYFACES-2911: But you can use the API without the

[jira] Resolved: (MYFACES-2912) Wrong JNDI Name for Method Resource Injections

2010-09-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2912. Fix Version/s: 1.2.10-SNAPSHOT 2.0.2-SNAPSHOT Resolution: Fixed

[jira] Created: (MYFACESTEST-25) Refactor POMs

2010-09-08 Thread Jakob Korherr (JIRA)
Refactor POMs - Key: MYFACESTEST-25 URL: https://issues.apache.org/jira/browse/MYFACESTEST-25 Project: MyFaces Test Issue Type: Task Components: webapptest Reporter: Jakob Korherr Assignee:

[jira] Commented: (MYFACESTEST-25) Refactor POMs

2010-09-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907473#action_12907473 ] Jakob Korherr commented on MYFACESTEST-25: -- Furthermore we need to add some

[jira] Resolved: (MYFACESTEST-25) Refactor POMs

2010-09-08 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACESTEST-25. -- Resolution: Fixed updated to Arquillian alpha 4 and to myfaces master pom 9, added

Re: [VOTE] Release Bridge Master 4

2010-09-08 Thread Michael Freedman
+1 On 9/7/2010 10:42 AM, Scott O'Bryan wrote: Please vote on the proposed release of MyFaces Portlet Bridge Master version 4. This version of the bridge master uses version 9 of the myfaces plugin to allow artifacts to be published to repository.apache.org as per the Apache instructions

[jira] Commented: (TOMAHAWK-1548) Allow t:dataScroller to be Ajaxified using f:ajax

2010-09-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907509#action_12907509 ] Leonardo Uribe commented on TOMAHAWK-1548: -- Yes, I think it is worth to