Re: [VOTE] release of MyFaces Core 2.1.9

2012-09-06 Thread Mike Kienenberger
So I'm doing the work to vote for a release -- something I haven't participated in in a very long time. Leonardo's key in KEYS - check .jar.md5 matches - check .jar.asc.md5 matches - check .jar.sha1 matches -check .jar.asc.sha1 matches -check .asc files mat Includes source - check Source builds

Re: [VOTE] release of MyFaces Core 2.1.9

2012-09-06 Thread Mike Kienenberger
/myfaces/core/myfaces-core-assembly/2.1.9/myfaces-core-assembly-2.1.9-src.zip Build it is quite simple: unpack and mvn install. regards, Leonardo Uribe 2012/9/6 Mike Kienenberger mkien...@gmail.com: So I'm doing the work to vote for a release -- something I haven't participated in in a very long

Re: file size limit

2012-09-04 Thread Mike Kienenberger
Leonardo has already fixed this in the 1.1.14 snapshot. https://issues.apache.org/jira/browse/TOMAHAWK-1635 You can either wait until 1.1.14 is released, or you can use the snapshot. On Tue, Sep 4, 2012 at 12:34 PM, Vinnik, Alexander alexander.vin...@netapp.com wrote: Hello, I am using

Re: file size limit

2012-09-04 Thread Mike Kienenberger
, Alexander Vinnik -Original Message- From: Mike Kienenberger [mailto:mkien...@gmail.com] Sent: Tuesday, September 04, 2012 12:43 PM To: MyFaces Development Subject: Re: file size limit Leonardo has already fixed this in the 1.1.14 snapshot. https://issues.apache.org/jira/browse/TOMAHAWK

[jira] [Commented] (MYFACES-3599) Using Collections.EMPTY_LIST inside converter leads to IllegalAccessException

2012-08-31 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13445932#comment-13445932 ] Mike Kienenberger commented on MYFACES-3599: Can you post the full stack

Re: new FacesMessage(No navigation case match for viewId ...

2012-08-31 Thread Mike Kienenberger
I know I'm late, in this case two years late, in commenting on this change, but why do we generate a FacesMessage for what's esssentially a programming error? Wouldn't it be better to log it instead? The developer may not even have a messages component on the page. On Mon, Sep 13, 2010 at

[jira] [Commented] (MYFACES-3574) Update of 'javax.faces.ViewState' input elements fails

2012-08-30 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13445080#comment-13445080 ] Mike Kienenberger commented on MYFACES-3574: Removed by request

Re: Starting up Tomahawk on the RI-JSF-Implementation. issued when not on RI

2012-08-27 Thread Mike Kienenberger
Looks like you found something that we need to fix. Can you open an issue please, preferrably with a unified diff patch? On Mon, Aug 27, 2012 at 11:38 AM, Jon Bionda jbio...@csdcsystems.com wrote: myfaces-core-2.1.8 source

Re: Starting up Tomahawk on the RI-JSF-Implementation. issued when not on RI

2012-08-27 Thread Mike Kienenberger
the ri jars are still in the classpath, the related code finds them (look for com.sun.faces.application.ApplicationImpl class). But in practice, myfaces jars are used. regards, Leonardo Uribe 2012/8/27 Mike Kienenberger mkien...@gmail.com: Looks like you found something that we need to fix

Re: Starting up Tomahawk on the RI-JSF-Implementation. issued when not on RI

2012-08-27 Thread Mike Kienenberger
Thanks! On Mon, Aug 27, 2012 at 2:04 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi Ok, now I get it. It is a typo error on WebConfigParamsLogger.vm. I'll fix it now. regards, Leonardo Uribe 2012/8/27 Mike Kienenberger mkien...@gmail.com: It's not a matter of being harmful. It's

Release checklist and voting checklist

2012-08-23 Thread Mike Kienenberger
A recent Apache email discussed releases, and lead me to the following email. I was particularly interested in the some things to check before voting section which I think we should incorporate into our own voting messages. [Continued after the inline message below]

Re: Release checklist and voting checklist

2012-08-23 Thread Mike Kienenberger
, 2012 at 9:50 AM, Mike Kienenberger mkien...@gmail.com wrote: A recent Apache email discussed releases, and lead me to the following email. I was particularly interested in the some things to check before voting section which I think we should incorporate into our own voting messages

Re: Release checklist and voting checklist

2012-08-23 Thread Mike Kienenberger
points are checked by nexus, or the artifacts are generated automatically. regards, Leonardo Uribe 2012/8/23 Mike Kienenberger mkien...@gmail.com: Well, I see now that while the Proposed Release Announcement section was empty, the actual release announcement was posted at the end

[jira] [Commented] (MYFACES-3577) Duplicate component Id Exception when binding variable in Session Scope

2012-06-28 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403138#comment-13403138 ] Mike Kienenberger commented on MYFACES-3577: I have received duplicate

Re: INIT_PARAM_STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME docs needs security warning? [Was: svn commit: r1238687 - /myfaces/core/branches/2.0.x/impl/src/main/java/org/apache/myfaces/application/ResourceHa

2012-06-13 Thread Mike Kienenberger
. regards, Leonardo 2012/6/12 Mike Kienenberger mkien...@gmail.com: Leonardo, I'm guessing this commit is the only documentation we have on org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME Shouldn't there be a warning in the documentation that re-enabling slash can expose you

[jira] [Commented] (MYFACES-3454) composite component is not rendered anymore with 2.1.6-SNAPSHOT

2012-06-12 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13293896#comment-13293896 ] Mike Kienenberger commented on MYFACES-3454: Note that enabling

INIT_PARAM_STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME docs needs security warning? [Was: svn commit: r1238687 - /myfaces/core/branches/2.0.x/impl/src/main/java/org/apache/myfaces/application/ResourceHandle

2012-06-12 Thread Mike Kienenberger
Leonardo, I'm guessing this commit is the only documentation we have on org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME Shouldn't there be a warning in the documentation that re-enabling slash can expose you to a security hole? Looking at the code, . is still allowed, so allowing /

[jira] [Commented] (MYFACES-3493) Cache info about non-existant resources in org.apache.myfaces.application.ResourceHandlerImpl.createResource()

2012-03-09 Thread Mike Kienenberger (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13226209#comment-13226209 ] Mike Kienenberger commented on MYFACES-3493: Maybe it makes sense to cache

[jira] [Commented] (TOMAHAWK-1607) focus cannot locate targets inside UIData elements

2012-01-03 Thread Mike Kienenberger (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179218#comment-13179218 ] Mike Kienenberger commented on TOMAHAWK-1607: - Previous workaround left

[jira] [Created] (TOMAHAWK-1607) focus cannot locate targets inside UIData elements

2011-12-29 Thread Mike Kienenberger (Created) (JIRA)
: New Component Affects Versions: 1.1.6 Reporter: Mike Kienenberger Assignee: Mike Kienenberger focus cannot generate correct clientIds for targets inside UIData elements because UIComponent.findComponent() does not preserve row index information. I noticed this in my

[jira] [Commented] (MYFACES-3422) f:ajax execute=@all ist not processing all forms on the page

2011-12-20 Thread Mike Kienenberger (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13173279#comment-13173279 ] Mike Kienenberger commented on MYFACES-3422: It seems really surprising

bounces to user mailing list

2011-12-15 Thread Mike Kienenberger
I finally realized that my messages aren't being directly bounced apache -- they are being bounced when sent to guyr-...@burntmail.com. Hi. This is the qmail-send program at burntmail.com. I'm afraid I wasn't able to deliver your

JSF 2.1.3: default Myfaces error handling cannot deal with a null component.getValueExpression(name)

2011-11-28 Thread Mike Kienenberger
I'm debugging a JSF application which is being upgraded from JSF 1.2+Richfaces 3.3 to JSF 2.1+Richfaces4.1. When it hits an error, I get sent to the default MyFaces error handling. I'm noticing that the default error handling is hitting an NPE in org.apache.myfaces.renderkit.ErrorPageWriter:line

Finding a checkstyle error

2011-11-28 Thread Mike Kienenberger
So how do I find the actual checkstyle error when building trunk 2.1? [INFO] --- maven-checkstyle-plugin:2.7:check (verify-style) @ myfaces-impl --- [INFO] [INFO] There are 1 checkstyle errors. [INFO] [INFO] Reactor Summary:

Re: Finding a checkstyle error

2011-11-28 Thread Mike Kienenberger
LieGrue, strub - Original Message - From: Mike Kienenberger mkien...@gmail.com To: MyFaces Development dev@myfaces.apache.org Cc: Sent: Monday, November 28, 2011 7:58 PM Subject: Finding a checkstyle error So how do I find the actual checkstyle error when building trunk 2.1

Re: Finding a checkstyle error

2011-11-28 Thread Mike Kienenberger
. We need to clean this up, and I hope to find some time again in mid december. In the meantime please cd impl and run the checkstyle checks there. LieGrue, strub - Original Message - From: Mike Kienenberger mkien...@gmail.com To: MyFaces Development dev@myfaces.apache.org

Re: Finding a checkstyle error

2011-11-28 Thread Mike Kienenberger
, strub - Original Message - From: Mike Kienenberger mkien...@gmail.com To: MyFaces Development dev@myfaces.apache.org; Mark Struberg strub...@yahoo.de Cc: Sent: Monday, November 28, 2011 8:44 PM Subject: Re: Finding a checkstyle error Skipping the tests was done to reduce

[jira] [Created] (MYFACES-3413) Default MyFaces Error handling throws NullPointerException during component tree when javax.el.Expression.getExpressionString() is null

2011-11-28 Thread Mike Kienenberger (Created) (JIRA)
: MYFACES-3413 URL: https://issues.apache.org/jira/browse/MYFACES-3413 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.1.3 Reporter: Mike Kienenberger Assignee: Mike Kienenberger The default

[jira] [Resolved] (MYFACES-3413) Default MyFaces Error handling throws NullPointerException during component tree when javax.el.Expression.getExpressionString() is null

2011-11-28 Thread Mike Kienenberger (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved MYFACES-3413. Resolution: Fixed Fix Version/s: 2.1.5-SNAPSHOT Leave value as empty

Re: [html5] alpha release for myfaces html5

2011-11-02 Thread Mike Kienenberger
I guess the question is what are you (all) trying to accomplish? If we have active committers who want to create an html5 subproject, it seems like our policy thus far is to create it. If we only have a code-dump, it should go through the incubator -- we have done this with other things which

Re: [html5] alpha release for myfaces html5

2011-11-02 Thread Mike Kienenberger
, Development and Courses in English and German Professional Support for Apache MyFaces 2011/11/2 Mike Kienenberger mkien...@gmail.com: I guess the question is what are you (all) trying to accomplish? If we have active committers who want to create an html5 subproject, it seems like our

Re: Inclusion of MyFace API in javaee-api jar

2011-10-28 Thread Mike Kienenberger
I guess it depends what you are going to do with it. It should be fine as a compile-time dependency for code referencing JSF classes. But you wouldn't want to use it at runtime with a different JSF implementation or even a different myfaces implementation. It should be fine for a javaee-api

Re: StateHolder#isTransient equals and hashCode question

2011-10-27 Thread Mike Kienenberger
I think it is ok to ignore transient values for equals/hasCode since it is also not saved as part of the state. But I'm not an expert. On Thu, Oct 27, 2011 at 9:53 AM, Mark Struberg strub...@yahoo.de wrote: Hi! we have lots of classes which implement equals but no hashCode() - this is bad.

Re: StateHolder#isTransient equals and hashCode question

2011-10-27 Thread Mike Kienenberger
is _not_ a transient value, but is the value returned by StateHolder#isTransient() http://javaserverfaces.java.net/nonav/docs/2.0/javadocs/javax/faces/component/StateHolder.html#isTransient%28%29 LieGrue, strub - Original Message - From: Mike Kienenberger mkien...@gmail.com

Re: StateHolder#isTransient equals and hashCode question

2011-10-27 Thread Mike Kienenberger
- Original Message - From: Mike Kienenberger mkien...@gmail.com To: MyFaces Development dev@myfaces.apache.org; Mark Struberg strub...@yahoo.de Cc: Sent: Thursday, October 27, 2011 4:25 PM Subject: Re: StateHolder#isTransient equals and hashCode question Yes, I know that. But since

Re: treating obsolete code

2011-10-26 Thread Mike Kienenberger
+1 since you can always get it back out of svn if you need it. On Wed, Oct 26, 2011 at 12:08 PM, Mark Struberg strub...@yahoo.de wrote: Hi folks! I see a lot of commented out code which is many years old. I'm highly in favour to just delete code we don't need anymore! IF you only

Re: AbstractHtmlPanelTabbedPane#getUIComponent - what is it doing?

2011-10-13 Thread Mike Kienenberger
In the most basic form, a UINamingContainer is what generates the x: prefix in your component ids. ie, form:something:somethingelse:_id12 has three UINamingContainers: form, something, somethingelse. In more technical terms, it creates a new namespace for the ids of the components that it

Re: [core] why f:ajax render=@all don't update link tags?

2011-10-12 Thread Mike Kienenberger
if it doesn't break the spec, +1 to enable it by default and not have a config switch. I never really understood why we are so pedantic about making sure we have the same behavior as Mojarra at all times. We certainly shouldn't have as a goal to be bug-compatible with Mojarra. On Wed, Oct 12,

Re: [ANN] MyFaces jsf.js integration tests hosted on apache extras

2011-10-07 Thread Mike Kienenberger
Hi Werner. Since I have had a lot of wait issues with ajax + Selenium testing my own JSF apps, I tried to take a look at what you were doing to see if I could write my own app jsf tests using your new framework. However, I am getting the following installation/build errors. I'm still on ant as

Re: [ANN] MyFaces jsf.js integration tests hosted on apache extras

2011-10-07 Thread Mike Kienenberger
://localhost:9080/ and going from there seems to work. On Fri, Oct 7, 2011 at 10:03 AM, Mike Kienenberger mkien...@gmail.com wrote: Hi Werner. Since I have had a lot of wait issues with ajax + Selenium testing my own JSF apps, I tried to take a look at what you were doing to see if I could write my own

[jira] [Commented] (MYFACES-1875) UISelectOne value validation

2011-10-03 Thread Mike Kienenberger (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13119616#comment-13119616 ] Mike Kienenberger commented on MYFACES-1875: Confirmed: I was doing some

Re: [jira] [Commented] (MYFACES-3326) UIData does not preserve submitted values on immediate requests

2011-09-27 Thread Mike Kienenberger
Hi Michael, You will get more visibility with more people (thus, more discussion) if you talk about issues on the dev mailing list rather than in the JIRA issue comments. I think this issue is likely related to why tomahawk's dataTable has preserveRowStates and preserveDataModel attributes, but

HostedQA and Autoriginate links now point to undesirable non-related entities

2011-09-13 Thread Mike Kienenberger
Someone should take a look at updating http://myfaces.apache.org/tomahawk/testing/hostedqa.html HostedQA looks like it now points to a generated parked domain. Autoriginate looks like it points to s3xu al1y expli_cit material. I changed the wiki entry on automated testing to remove the links.

Re: [jira] [Commented] (MYFACES-3235) Create infrastructure for improved logging

2011-07-26 Thread Mike Kienenberger
As an independent observer, I recommend moving the discussion to the mailing list. It's not going to kill discussion -- it's going to widen the audience so that more people can be involved. And yes, there is a difference between the jira and the dev list -- people have to create a JIRA id and go

Re: MyFaces in OSGi environment

2011-07-26 Thread Mike Kienenberger
This is the right place for your questions and proposals. We cannot tell you anything further until we see the proposals and details. On Tue, Jul 26, 2011 at 1:35 PM, Kamil Soboń iso.poc...@gmail.com wrote: Hi all, Me and my friend are trying to create modular web application that will work

Re: [core] do not check for duplicate ids when saving view on production stage

2011-05-20 Thread Mike Kienenberger
The point of the options is to customize your behavior from the standard expected configuration. I think you are better off keeping things as specific as possible rather than generalizing. If someone has a special reason why they need to turn on duplicate id warnings (like in this case), that

Re: spam in our wiki / wiki migration

2011-05-19 Thread Mike Kienenberger
Moving to dev. Neither Confluence nor the Apache CMS is a good replacement for a wiki. Unfortunately, there doesn't appear to be a better option for this yet (an unrestricted group documentation area). Spam is part of the price you have to pay to have such an area, and we've been pretty

Re: spam in our wiki / wiki migration

2011-05-19 Thread Mike Kienenberger
question). regards, gerhard [1] http://wiki.apache.org/myfaces/ http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/5/19 Mike Kienenberger mkien...@gmail.com Moving to dev. Neither

Re: spam in our wiki / wiki migration

2011-05-19 Thread Mike Kienenberger
that 'ack ALv2' might be handled on the lists upfront. wdyt? LieGrue, strub --- On Thu, 5/19/11, Mike Kienenberger mkien...@gmail.com wrote: From: Mike Kienenberger mkien...@gmail.com Subject: Re: spam in our wiki / wiki migration To: MyFaces Development dev@myfaces.apache.org Date

Re: spam in our wiki / wiki migration

2011-05-19 Thread Mike Kienenberger
Struberg strub...@yahoo.de humm, got that info from asking a few other members... Anyway, I think it is actually really a tiny hurdle to ask people to please ping us on the dev list and we will activate them in the wiki quickly. LieGrue, strub --- On Thu, 5/19/11, Mike Kienenberger mkien

Re: spam in our wiki / wiki migration

2011-05-19 Thread Mike Kienenberger
because that 'ack ALv2' might be handled on the lists upfront. wdyt? LieGrue, strub --- On Thu, 5/19/11, Mike Kienenberger mkien...@gmail.com wrote: From: Mike Kienenberger mkien...@gmail.com Subject: Re: spam in our wiki / wiki migration To: MyFaces Development dev@myfaces.apache.org

Re: spam in our wiki / wiki migration

2011-05-19 Thread Mike Kienenberger
it is actually really a tiny hurdle to ask people to please ping us on the dev list and we will activate them in the wiki quickly. LieGrue, strub --- On Thu, 5/19/11, Mike Kienenberger mkien...@gmail.com wrote: From: Mike Kienenberger mkien...@gmail.com Subject: Re: spam in our wiki / wiki

Re: spam in our wiki / wiki migration

2011-05-19 Thread Mike Kienenberger
and moderation system. it looks like it's pretty simple to add new functionality by adding new plugins. It's all ASF 2.0 licensed. On Thu, May 19, 2011 at 11:11 AM, Mike Kienenberger mkien...@gmail.com wrote: If we are going to change to something else, what would be ideal would

Re: [core] performance: use indices instead of iterator (MYFACES-3130)

2011-05-10 Thread Mike Kienenberger
If getChildren() is always of type List, then it really doesn't matter if it's ArrayList or ChildArrayList or some other kind of list. You can use indexes for any type of List. On Tue, May 10, 2011 at 4:11 PM, Martin Koci martin.kocicak.k...@gmail.com wrote: Hi, in current codebase, myfaces

Re: [core] performance: use indices instead of iterator (MYFACES-3130)

2011-05-10 Thread Mike Kienenberger
it uses array internally; and also flags that with interface java.util.RandomAccess But LinkedList for example just iterates the list until it reaches the index you specified - there is the dangerous problem. Mike Kienenberger píše v Út 10. 05. 2011 v 16:17 -0400: If getChildren() is always

[jira] [Commented] (MYFACES-2924) Component bindings are not reset when explicit navigation to the same page is derived from action

2011-05-05 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13029358#comment-13029358 ] Mike Kienenberger commented on MYFACES-2924: Does this bug affect Myfaces

[jira] Resolved: (MYFACES-3074) Is it possible to provide some way of specifying your own javax.faces.ViewState param?

2011-03-15 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved MYFACES-3074. Resolution: Invalid Please ask questions on the mailing lists, not in the issue

Re: [jira] Commented: (TOMAHAWK-1552) t:dataList, t:dataTable ajax

2011-03-14 Thread Mike Kienenberger
Leonardo, This sounds similar to something I started to investigate four years ago. http://mail-archives.apache.org/mod_mbox/myfaces-dev/200704.mbox/%3c8f985b960704111254m3a6b0f4t21abcc6e3021b...@mail.gmail.com%3E Maybe you could read through the thread and see if there's anything useful in

[jira] Commented: (MYFACES-3055) META-INF/faces-config.xml files in JARs are loaded twice

2011-02-23 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12998366#comment-12998366 ] Mike Kienenberger commented on MYFACES-3055: For eclipselink

Re: Publish tomahawk-sandbox-1.1.9.jar in Maven Repo

2011-02-22 Thread Mike Kienenberger
We've been really slow about promoting things out of sandbox. Here's how you can help make that happen. http://wiki.apache.org/myfaces/promotion I've not used pprPanelGroup so I don't really know the status of it. With the changes in MyFaces 2.0 supporting ajax, it may be no longer required.

[jira] Commented: (MYFACES-3055) META-INF/faces-config.xml files in JARs are loaded twice

2011-02-22 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12998066#comment-12998066 ] Mike Kienenberger commented on MYFACES-3055: What container are you using

[jira] Commented: (MYFACES-3055) META-INF/faces-config.xml files in JARs are loaded twice

2011-02-22 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12998096#comment-12998096 ] Mike Kienenberger commented on MYFACES-3055: In the case of jetty/eclipse

[jira] Commented: (MYFACES-2959) Version 1.1.8 not compatible using JSP 1.2 because of using apache commons-el 1.0

2011-02-18 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996431#comment-12996431 ] Mike Kienenberger commented on MYFACES-2959: Provide Patch just marks

[jira] Commented: (MYFACES-3042) CCE: when running in portlet: Remove Servlet dependencies in FaceletViewDeclarationLanguage.java

2011-02-14 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994548#comment-12994548 ] Mike Kienenberger commented on MYFACES-3042: Michael, you should have

Re: On an unrelated sidenote

2011-02-12 Thread Mike Kienenberger
Congratulations! The best is ahead! (I have two of each now) On Fri, Feb 11, 2011 at 5:26 PM, Werner Punz werner.p...@gmail.com wrote: I have become father of a nice little boy yesterday. My second child. Werner

[jira] Commented: (MYFACES-1570) Removal of HtmlResponseStateManager.writeStateAsUrlParams() functionality breaks ViewTag.doAfterBody()

2011-02-05 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12991093#comment-12991093 ] Mike Kienenberger commented on MYFACES-1570: No idea. I was just opening

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

2010-11-08 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12929688#action_12929688 ] Mike Kienenberger commented on MYFACES-2911: For what it's worth, I think I

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

2010-11-08 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12929690#action_12929690 ] Mike Kienenberger commented on MYFACES-2911: Update build to produce a single

Re: Memory Leaks ... (was: Re: JBoss and MyFaces ....)

2010-10-28 Thread Mike Kienenberger
I started reading the link you posted and ended up here: This also talks about classloader memory leaks in general, how to identify them using the Eclipse Memory Analyzer (can also be run as a standalone app), and how to determine what needs to be done to fix them.

Re: jetty-8.0.0.M1

2010-10-15 Thread Mike Kienenberger
This sort of thing has been an issue in the past with jetty. Sometimes it has been intentional, and you have to enable a configuration parameter to make it work. On Fri, Oct 15, 2010 at 9:02 AM, Scott O'Bryan darkar...@gmail.com wrote: No I haven't.  But it looks like Jetty is not looking in the

[jira] Commented: (MYFACES-2916) java.lang.NoSuchMethodException error when call a managedbean int method

2010-09-13 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12908893#action_12908893 ] Mike Kienenberger commented on MYFACES-2916: Note that there a number

[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: [GSoC] where to commit ?

2010-07-24 Thread Mike Kienenberger
I guess it depends on the goal. If the goal is to incorporate new code into MyFaces, then it is much easier to do it from the start as part of the on-going MyFaces project rather than as a code drop at the end. If the goal is to train the student up as an Apache committer, then it is much easier

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-23 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881841#action_12881841 ] Mike Kienenberger commented on MYFACES-2730: My first question is who fills

Re: [VOTE] release for myfaces core 2.0.1

2010-06-15 Thread Mike Kienenberger
At this point, should this discussion be moved out of the voting thread? By the way, MyFaces can include CDDL xsd and dtd spec files, so long as they are appropriately documented. http://www.apache.org/legal/resolved.html#category-b On Tue, Jun 15, 2010 at 12:02 PM, Leonardo Uribe

Re: [VOTE] release for myfaces core 2.0.1

2010-06-15 Thread Mike Kienenberger
way as stated by the ASF licensing page. On Tue, Jun 15, 2010 at 12:49 PM, Bernd Bohmann bernd.bohm...@atanion.com wrote: Hello Mike, can you define appropriately documented. Should we add a section to the notice file? Regards Bernd On Tue, Jun 15, 2010 at 6:11 PM, Mike Kienenberger mkien

Re: [VOTE] release for myfaces core 2.0.1

2010-06-15 Thread Mike Kienenberger
The licensing issue has to be fixed, if there is such an issue. And Bernd needs to withdraw his -1 before we can release using this vote. On Tue, Jun 15, 2010 at 12:30 PM, Leonardo Uribe lu4...@gmail.com wrote: 2010/6/15 Mike Kienenberger mkien...@gmail.com At this point, should

Re: [VOTE] release for myfaces core 1.1.8

2010-06-09 Thread Mike Kienenberger
You only needed 3. You're good -- Jakob, Matthais, yourself. I'd try to help, but I'm leaving in an hour. On Wed, Jun 9, 2010 at 3:39 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi We need one additional PMC vote for release this one. Otherwise, I cannot release according to vote rules.

Re: [GSoC] Automated webapp tests API draft

2010-06-08 Thread Mike Kienenberger
Looks very interesting. Can you add an example test showing what it would look like to test if a component was rendered? Design note: attempting to input().into() a non-rendered component (or otherwise manipulate a non-rendered component from the tests) should raise an assertion. Is it

Re: [GSoC] Automated webapp tests API draft

2010-06-08 Thread Mike Kienenberger
it? Regards, Jakob 2010/6/8 Mike Kienenberger mkien...@gmail.com Looks very interesting. Can you add an example test showing what it would look like to test if a component was rendered?   Design note: attempting to input().into() a non-rendered component (or otherwise manipulate a non

Re: [VOTE] release for myfaces core 1.2.9

2010-06-07 Thread Mike Kienenberger
+1 On Mon, Jun 7, 2010 at 4:55 AM, Jakob Korherr jakob.korh...@gmail.com wrote: +1 Regards, Jakob 2010/6/7 Matthias Wessendorf mat...@apache.org +1 On Mon, Jun 7, 2010 at 7:28 AM, Leonardo Uribe lu4...@gmail.com wrote: +1 2010/6/7 Leonardo Uribe lu4...@gmail.com Hi, I was

Re: [GSOC] New Form Elements

2010-05-06 Thread Mike Kienenberger
Sounds a lot like the tomahawk sandbox subform and tomahawk UICommand components. You can specify an actionFor attribute on the UICommand components to point at a specific subform. I wonder if some of the design from subform can be reused. On Thu, May 6, 2010 at 10:39 AM, Werner Punz

Re: [GSoC] Automated webapp tests

2010-04-08 Thread Mike Kienenberger
, so that excludes Selenium since it needs a browser running in order to work. Regards, Cosmin On Wed, Apr 7, 2010 at 8:57 PM, Mike Kienenberger mkien...@gmail.com wrote: I'd like to recommend that you also consider Selenium as a test framework. On Wed, Apr 7, 2010 at 10:04

Re: [GSoC] Automated webapp tests

2010-04-07 Thread Mike Kienenberger
I'd like to recommend that you also consider Selenium as a test framework. On Wed, Apr 7, 2010 at 10:04 AM, Martinconi Cosmin cosmin.martinc...@codebeat.ro wrote: Hi, I also prepared an application proposal, that I submitted to Google and a wiki page:

Re: How do you partition SVN commits in myfaces

2010-04-04 Thread Mike Kienenberger
I'm not an expert on svn so I can't answer your specific question, but if you can't find a solution, you could commit everything to a branch, then merge to trunk individually. On Sun, Apr 4, 2010 at 7:08 AM, Mark Struberg strub...@yahoo.de wrote: Hi! I have a really fu SVN problem. I did

Re: [GSoC] Proposal - Automated webapp tests

2010-03-26 Thread Mike Kienenberger
You might want to consider Selenium http://seleniumhq.org/ Apache 2.0 license On Thu, Mar 25, 2010 at 8:25 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, As we currently only have normal JUnit tests for automated testing in MyFaces Core, it would be really great to have a way to test

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

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-11 Thread Mike Kienenberger
I agree with Leonardo that changes which affect our base requirements (jdk 6 instead of jdk 5) and which could compromise our certification warrant discussion rather than a commit-and-hope-no-one-complains attitude. Otherwise, without discussion, how would we know that Mojarra allows it? On Thu,

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-09 Thread Mike Kienenberger
Can it be made into a configuration option? On Tue, Feb 9, 2010 at 1:25 PM, Matthias Wessendorf mat...@apache.org wrote: ... on the other hand, the EG says, that JSF2.0 RT can be used to deploy a JSF1.2 based application. Since Facelets was just some random proprietary framework, ignoring the

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-09 Thread Mike Kienenberger
Never mind. I see in the jira issue that it's possible to drop in the old facelets implementation. That seems like the right approach to me. On Tue, Feb 9, 2010 at 1:27 PM, Mike Kienenberger mkien...@gmail.com wrote: Can it be made into a configuration option? On Tue, Feb 9, 2010 at 1:25 PM

Re: [Ext-CDI] additional project name

2010-02-08 Thread Mike Kienenberger
Jodi is too similar to Joda time in my opinion. http://joda-time.sourceforge.net On Mon, Feb 8, 2010 at 4:29 AM, Hazem Saleh haz...@apache.org wrote: in case of JODI it's: J   ... JSF O  ... cOntext DI ... Dependency Injection. I can feel the musical tone in this name more :). On Mon,

Re: [jira] Resolved: (TOMAHAWK-1485) t:dataList should not render li element when iterated element is not rendered

2010-02-03 Thread Mike Kienenberger
Really? I'd think if the direct child t:dataList isn't rendered, we probably shouldn't output the tag. But it's our own component, so we can make whatever rules we want. On Wed, Feb 3, 2010 at 2:31 PM, Leonardo Uribe (JIRA) dev@myfaces.apache.org wrote:     [

[jira] Commented: (TOMAHAWK-1485) t:dataList should not render li element when iterated element is not rendered

2010-02-03 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12829294#action_12829294 ] Mike Kienenberger commented on TOMAHAWK-1485: - Note that you can workaround

Deprecating t:updateActionListener in 1.2, removing in 2.0?

2009-12-16 Thread Mike Kienenberger
Should we consider deprecating t:updateActionListener in 1.2 and removing it in 2.0 now that f:setPropertyActionListener exists? Perhaps for 1.2, we should consider making the tag an alias for f:setPropertyActionListener component rather than a separate component. As far as I know, there is no

[jira] Commented: (MYFACES-2375) managed-bean-scope could also be an EL expression, to allow easy implementation of new scopes

2009-10-12 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764813#action_12764813 ] Mike Kienenberger commented on MYFACES-2375: If it's easy to do, I'd say do

[jira] Commented: (MYFACES-2375) managed-bean-scope could also be an EL expression, to allow easy implementation of new scopes

2009-10-12 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764829#action_12764829 ] Mike Kienenberger commented on MYFACES-2375: Can we change the behavior so

Re: [VOTE] use of jul or commons logging on myfaces core 2.0

2009-10-01 Thread Mike Kienenberger
+1 for jul -- it's not ideal, but it's the standard and doesn't require any dependencies. On Thu, Oct 1, 2009 at 12:22 PM, Grant Smith work.gr...@gmail.com wrote: +1 java.util.logging.Logger On Thu, Oct 1, 2009 at 9:14 AM, Michael Concini mconc...@gmail.com wrote: +1 for JUL Antonio

[jira] Commented: (TOMAHAWK-1446) Filupload formatting of browse button

2009-09-21 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757920#action_12757920 ] Mike Kienenberger commented on TOMAHAWK-1446: - This page seems to provide

[jira] Commented: (MYFACES-1838) javax.crypto.BadPaddingException: Given final block not properly padded

2009-09-17 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12756573#action_12756573 ] Mike Kienenberger commented on MYFACES-1838: I suspect this bug can be caused

Re: MyFaces 2.0 f:ajax question

2009-09-03 Thread Mike Kienenberger
Looking at someone else's code and then writing your own version is a no-no. However, there's a legal way to deal with it. Clean-room reverse engineering. Here's an example of how it was done with wireless driver support for linux -- good overview of the proper process.

<    1   2   3   4   5   6   7   8   9   10   >