Re: Google Summer of Code

2009-03-19 Thread Ali Ok
Hi, Thanks for the help. I took a look at them. I think it is hard to create an project proposal from them. ASF is accepted and that means MyFaces is accepted too, right? Thanks, On Tue, Mar 17, 2009 at 3:59 PM, Matthias Wessendorf mat...@apache.orgwrote: On Tue, Mar 17, 2009 at 2:57 PM, Simon

[Trinidad] Mobile: Fennec browser...

2009-03-19 Thread Matthias Wessendorf
Hi, looks like there is a beta of the Fennec browser, see [1]. Does one know if that browser is working (well) with the recent efforts on the mobile environment, of Trinidad (see [2])? -Matthias [1] http://www.mozilla.org/projects/fennec/1.0b1/releasenotes/ [2]

[jira] Commented: (TRINIDAD-1428) Closing Dialogs cause java.lang.IllegalStateException: Invalid index - Server Exception during PPR

2009-03-19 Thread Cristiano (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12683395#action_12683395 ] Cristiano commented on TRINIDAD-1428: - Hi Scott, the answer to your first question

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-19 Thread Luka Surija
Mamallan, here are my dummy test to see what is causing server log errors: -- public void doFilter( ServletRequest request, ServletResponse response, FilterChain chain) throws IOException,

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-19 Thread Matthias Wessendorf
Ok, between 11 AND 12 there is, again, the creation of the ServletExternalCtx. It's constructor triggers this _initHttpServletRequest() and between 21 AND 22 there is the setRequest, which also triggers _initHttpServletRequest() so, since the encoding was already set in doFilter() we shouldn't

Re: [TRINIDAD] migration from 1.0.x to 1.2.x character encoding problem

2009-03-19 Thread Mamallan Uthaman
Hi Matthias, Yes, I agree calling _initHttpServletRequest multiple times per request is the cause of warning messages. Currently, we are facing two issues 1) Character encoding problem 2) Warning messages. Since the first problem is very critical at the moment, I would upload the patch for

[jira] Updated: (TRINIDAD-1430) Character encoding problem with Majorra introduced by issue TRINIDAD-1272

2009-03-19 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamallan Uthaman updated TRINIDAD-1430: --- Status: Patch Available (was: Open) Character encoding problem with Majorra

Re: [Trinidad] Mobile: Fennec browser...

2009-03-19 Thread Mamallan Uthaman
Hi , Currently, Trinidad doesn't support Fennec as a mobile browser, it means it will be handle as a desktop browser. If Fennec becomes popular and has broad users, I guess we can extend our support. Thanks Mamallan Matthias Wessendorf wrote: Hi, looks like there is a beta of the Fennec

Fwd: [GSoC 2009] Apache is officially participating in Google Summer of Code 2009

2009-03-19 Thread Matthias Wessendorf
FYI -- Forwarded message -- From: Luciano Resende lrese...@apache.org Date: Thu, Mar 19, 2009 at 10:52 PM Subject: [GSoC 2009] Apache is officially participating in Google Summer of Code 2009 To: p...@apache.org Dear PMC, It's now official, Google has announced that The Apache

Re: Google Summer of Code

2009-03-19 Thread Matthias Wessendorf
On Thu, Mar 19, 2009 at 8:23 AM, Ali Ok al...@aliok.info wrote: Hi, Thanks for the help. I took a look at them. I think it is hard to create an project proposal from them. ASF is accepted and that means MyFaces is accepted too, right? yes! See my latest forwarded mail. It contains more

[Trinidad] question about comment in Style.java code

2009-03-19 Thread Jeanne Waldman
Hi Simon, I have a question about your comment in the Style.java code. /** * Returns the names of the properties defined by this style. */ // -= Simon Lessard =- // FIXME: This should be changed to String once the issues //with ArrayMap are fixed. ATM (2006-08-04) ArrayMap //

[jira] Commented: (MYFACES-2140) Add annotation processing logic

2009-03-19 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12683731#action_12683731 ] Leonardo Uribe commented on MYFACES-2140: - Checking the changes to add config