[jira] Commented: (MYFACES-1794) MF Core causes resources not found(404) errors (recently also corrected in Sun RI for JSF 1.2)

2009-12-01 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784211#action_12784211 ] Tobias Eisenträger commented on MYFACES-1794: - I get the same problem with

Java EE 6 - Web Profile...

2009-12-01 Thread Matthias Wessendorf
FYI: http://matthiaswessendorf.wordpress.com/2009/12/01/java-ee-6-the-web-profile/ I wonder what the Tomcat folks will do... Does one know if the plan to offer a bundle that meets the Web- Profile (Apache Tomcat 7 WP Edition) ? could contain: -MyFaces (of course) -OpenWebBean -OpenEJB etc...

[jira] Created: (MYFACES-2433) Variable name error in oamClearHiddenInput and oamSetHiddenInput: use formname instead of formName

2009-12-01 Thread Lutz Ulruch (JIRA)
Variable name error in oamClearHiddenInput and oamSetHiddenInput: use formname instead of formName -- Key: MYFACES-2433 URL:

Re: [MyFaces 2] Multiple children in facet

2009-12-01 Thread Simon Lessard
Hi, I'm pretty sure this was discussed on the EG list, so yeah it looks like a hole in the spec and Mojarra being right here. ~ Simon On Mon, Nov 30, 2009 at 6:28 PM, Michael Kurz michi.k...@gmx.at wrote: Hi, I have recently created a bunch of applications with Mojarra 2.0 that I'm

Re: [MyFaces 2] Multiple children in facet

2009-12-01 Thread Matthias Wessendorf
On Tue, Dec 1, 2009 at 4:02 PM, Simon Lessard simon.lessar...@gmail.com wrote: Hi, I'm pretty sure this was discussed on the EG list, so yeah it looks like a hole in the spec and Mojarra being right here. if there is (another) hole in the spec... please file a ticket for that. Otherwise

[jira] Created: (MYFACES-2434) dummy request/response classes for system event listeners will break with Servlet 3.0

2009-12-01 Thread Michael Concini (JIRA)
dummy request/response classes for system event listeners will break with Servlet 3.0 - Key: MYFACES-2434 URL: https://issues.apache.org/jira/browse/MYFACES-2434

[jira] Resolved: (MYFACES-2434) dummy request/response classes for system event listeners will break with Servlet 3.0

2009-12-01 Thread Michael Concini (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Concini resolved MYFACES-2434. -- Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 dummy request/response

Re: [scripting extension] compile errors ?

2009-12-01 Thread Matthias Wessendorf
eh... myfaces_129_SNAPSHOT needs shared_308_SNAPSHOT and scripting needs 129:SNAPSHOT :-) On Tue, Dec 1, 2009 at 7:57 PM, Matthias Wessendorf mat...@apache.org wrote: Hello, is it just me ? Or does the scripting module not compile for you as well ? [INFO] Compilation failure

[core] 1.2.9-SNAPSHOT == updating shared ?

2009-12-01 Thread Matthias Wessendorf
Hey, I wonder if one is against updating 1.2.9. to the latest greatest (SNAPSHOT) of shared? (= 3.0.8-SNAPSHOT) -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [scripting extension] compile errors ?

2009-12-01 Thread Matthias Wessendorf
On Tue, Dec 1, 2009 at 8:22 PM, Matthias Wessendorf mat...@apache.org wrote: eh... myfaces_129_SNAPSHOT needs shared_308_SNAPSHOT see here: http://markmail.org/message/qpkfmfjv2t5aa62a and scripting needs 129:SNAPSHOT and here: http://svn.apache.org/viewvc?view=revisionrevision=885883

[jira] Commented: (MYFACES-2428) Id generation for facelets cause problems with htmlunit 2.4 or lower

2009-12-01 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784372#action_12784372 ] Michael Kurz commented on MYFACES-2428: --- My original problem is fixed now, but I

[jira] Commented: (MYFACES-2434) dummy request/response classes for system event listeners will break with Servlet 3.0

2009-12-01 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784383#action_12784383 ] Michael Kurz commented on MYFACES-2434: --- There is a bug in the new code. I get a

[jira] Created: (EXTVAL-74) marker for empty- and null-value aware validation strategies

2009-12-01 Thread Gerhard Petracek (JIRA)
marker for empty- and null-value aware validation strategies Key: EXTVAL-74 URL: https://issues.apache.org/jira/browse/EXTVAL-74 Project: MyFaces Extensions Validator Issue Type:

[jira] Created: (MYFACES-2436) BeanValidator stops on null value (@NotNull not checked)

2009-12-01 Thread Michael Kurz (JIRA)
BeanValidator stops on null value (@NotNull not checked) Key: MYFACES-2436 URL: https://issues.apache.org/jira/browse/MYFACES-2436 Project: MyFaces Core Issue Type: Bug

[jira] Updated: (MYFACES-2436) BeanValidator stops on null value (@NotNull not checked)

2009-12-01 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kurz updated MYFACES-2436: -- Status: Patch Available (was: Open) BeanValidator stops on null value (@NotNull not

[jira] Commented: (MYFACES-2428) Id generation for facelets cause problems with htmlunit 2.4 or lower

2009-12-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784459#action_12784459 ] Leonardo Uribe commented on MYFACES-2428: - After doing some tests on this issue,

[jira] Updated: (MYFACES-2436) BeanValidator stops on null value (@NotNull not checked)

2009-12-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2436: Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 Assignee: Leonardo Uribe

[tomahawk] start new module of tomahawk for jsf 2.0

2009-12-01 Thread Leonardo Uribe
Hi I think this is a good time to discuss and start a new module of tomahawk for jsf 2.0. We have now an alpha release of myfaces core 2.0, so we have myfaces-metadata.xml for chain the necessary metadata to compile tomahawk. Note that tomahawk depends on this metadata for build some config

[orchestra] could we do a release of this artifacts?

2009-12-01 Thread Leonardo Uribe
Hi I would like to add a module for orchestra and jsf 2.0 and do a release of orchestra in the next days. Is any special step required to do it? or there is some issue that needs to be solved before release it? regards, Leonardo Uribe

[jira] Reopened: (TRINIDAD-1417) partialTriggers does not take String value

2009-12-01 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-1417: --- Assignee: (was: Matthias Weßendorf) Re-opening but will change it from a

[jira] Updated: (MYFACES-2423) h:dataTable renderer does not support colgroups facet

2009-12-01 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2423: --- Status: Patch Available (was: Open) h:dataTable renderer does not support colgroups

Re: [core] 1.2.9-SNAPSHOT == updating shared ?

2009-12-01 Thread Leonardo Uribe
Hi I usually update shared to its next snapshot version when it is necessary to do some change in shared. In this way if shared has no changes between core release, we know in a simple way when generate this artifacts or not. There is a bug (MYFACES-2433) that affects shared and could be solved

Re: [MyFaces 2.0] how to handle _SystemEventServletRequest and _SystemEventServletResponse classes (attn:Werner)

2009-12-01 Thread Leonardo Uribe
2009/12/1 Matthias Wessendorf mwessend...@gmail.com Sent from my iPod. On 01.12.2009, at 22:48, Michael Concini mconc...@gmail.com wrote: I need some help with the best way to handle updating the dummy request/response objects that we use for system event listeners kicked off when

Re: [MyFaces 2.0] how to handle _SystemEventServletRequest and _SystemEventServletResponse classes (attn:Werner)

2009-12-01 Thread Jakob Korherr
I'd also prefer 2) Regards, Jakob Korherr 2009/12/2 Leonardo Uribe lu4...@gmail.com 2009/12/1 Matthias Wessendorf mwessend...@gmail.com Sent from my iPod. On 01.12.2009, at 22:48, Michael Concini mconc...@gmail.com wrote: I need some help with the best way to handle updating the

Re: [MyFaces 2.0] how to handle _SystemEventServletRequest and _SystemEventServletResponse classes (attn:Werner)

2009-12-01 Thread Scott O'Bryan
I'm not sure number 2 would work, you should try it out.  I know that when I tried to do this for Trinidad, it complained that I was not implementing the right version of the interfaces, even though the methods were there.  If this is the case then perhaps you should use a Proxy Object.  We

[Trinidad] remove application view cache in Trinidad 2?

2009-12-01 Thread Gabrielle Crawford
Hi, I'm working on state saving issues in Trinidad 2 (for JSF 2). I'm just wondering if we really want to support application view cache going forward. The application view cache has some limitations that make me wonder how commonly it's used, see the doc under The Application View Cache

[jira] Created: (TRINIDAD-1648) IllegalStateException in UIComponentBase when trying to add a resource (outputScript) to the body target...

2009-12-01 Thread Pavitra Subramaniam (JIRA)
IllegalStateException in UIComponentBase when trying to add a resource (outputScript) to the body target... --- Key: TRINIDAD-1648 URL:

[jira] Updated: (TRINIDAD-1648) IllegalStateException in UIComponentBase when trying to add a resource (outputScript) to the body target...

2009-12-01 Thread Pavitra Subramaniam (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavitra Subramaniam updated TRINIDAD-1648: -- Status: Patch Available (was: Open) IllegalStateException in

[jira] Created: (MYFACES-2437) columnClasses must not be rendered if colums columnClasses

2009-12-01 Thread Leonardo Uribe (JIRA)
columnClasses must not be rendered if colums columnClasses Key: MYFACES-2437 URL: https://issues.apache.org/jira/browse/MYFACES-2437 Project: MyFaces Core Issue Type: Bug

[jira] Resolved: (MYFACES-2437) columnClasses must not be rendered if colums columnClasses

2009-12-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2437. - Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 columnClasses must not be

[jira] Created: (MYFACES-2438) h:selectOneRadio can't render HTML.NBSP_ENTITY before start label text

2009-12-01 Thread Leonardo Uribe (JIRA)
h:selectOneRadio can't render HTML.NBSP_ENTITY before start label text -- Key: MYFACES-2438 URL: https://issues.apache.org/jira/browse/MYFACES-2438 Project: MyFaces Core

[jira] Resolved: (MYFACES-2438) h:selectOneRadio can't render HTML.NBSP_ENTITY before start label text

2009-12-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2438. - Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 h:selectOneRadio can't render

Re: [MyFaces 2.0] how to handle _SystemEventServletRequest and _SystemEventServletResponse classes (attn:Werner)

2009-12-01 Thread Bernhard Huemer
Hello, regarding the 1st solution: According to the JavaDocs the ServletRequestWrapper throws an IllegalArgumentException if you pass null as delegate, so this won't work (I'll come back to that later though). However, given that you're worried about NullPointerExceptions in case someone

Re: [Trinidad] remove application view cache in Trinidad 2?

2009-12-01 Thread Max Starets
Gabrielle, I think the main advantage of using application view cache is that state saving/view root caching is done once for a particular page within an application (that only applies to pages displayed in response to a GET request). Since we have seen some issues with the current

[jira] Created: (MYFACES-2439) FacesContext.getMessages() must return the messages in the same order it were added

2009-12-01 Thread Leonardo Uribe (JIRA)
FacesContext.getMessages() must return the messages in the same order it were added --- Key: MYFACES-2439 URL: https://issues.apache.org/jira/browse/MYFACES-2439

Re: Orchestra download link missing

2009-12-01 Thread Leonardo Uribe
Hi Kito Thanks for notice it. I have updated the site, so now there is. regards, Leonardo Uribe 2009/12/1 Kito Mann kito.m...@virtua.com Hello everyone, FYI, Orchestra isn't listed on the main MyFaces download page: http://myfaces.apache.org/download.html. --- Kito D. Mann | twitter:

Re: [MyFaces 2.0] how to handle _SystemEventServletRequest and _SystemEventServletResponse classes (attn:Werner)

2009-12-01 Thread Michael Concini
Thanks for the thorough analysis Bernhard. Sounds like the 2nd option that I and others were leaning towards won't work out. Based on this, and assuming there are no objections from the community, I'll work on a a fix using your recommendations below. Bernhard Huemer wrote: Hello,

[jira] Created: (MYFACES-2440) org.apache.myfaces.shared_impl.webapp.webxml.WebXmlParser parse Unable to parse web.xml

2009-12-01 Thread viswam (JIRA)
org.apache.myfaces.shared_impl.webapp.webxml.WebXmlParser parse Unable to parse web.xml --- Key: MYFACES-2440 URL: https://issues.apache.org/jira/browse/MYFACES-2440

Re: [MyFaces 2.0] how to handle _SystemEventServletRequest and _SystemEventServletResponse classes (attn:Werner)

2009-12-01 Thread Scott O'Bryan
I don't know why you couldn't just pass the proxy, and just throw IllegalOperationExceptions for unrecognized methods. But this one may be a bit cleaner. Don't know. Sent from my iPhone On Dec 1, 2009, at 6:21 PM, Bernhard Huemer bernhard.hue...@gmail.com wrote: Hello, regarding the

Re: [core] 1.2.9-SNAPSHOT == updating shared ?

2009-12-01 Thread Matthias Wessendorf
ok. will do so. thx! Matthias On Tue, Dec 1, 2009 at 11:52 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi I usually update shared to its next snapshot version when it is necessary to do some change in shared. In this way if shared has no changes between core release, we know in a simple way

RE: [orchestra] could we do a release of this artifacts?

2009-12-01 Thread Mario Ivankovits
As far as I know, a release should be fine! Ciao, Mario Von: Leonardo Uribe [mailto:lu4...@gmail.com] Gesendet: Dienstag, 01. Dezember 2009 23:46 An: MyFaces Development Betreff: [orchestra] could we do a release of this artifacts? Hi I would like to add a module for orchestra

Re: [orchestra] could we do a release of this artifacts?

2009-12-01 Thread Michael Kurz
Hi Leonardo, I have an example with Orchestra and JSF 2 in our new JSF book and I had to patch two classes to get it running. First one was (due to new FacesContext methods): org.apache.myfaces.orchestra.lib.jsf._FacesContextWrapper to care for Second one was (due to new Facelets API)

Re: [orchestra] could we do a release of this artifacts?

2009-12-01 Thread Matthias Wessendorf
Hello Michael On Wed, Dec 2, 2009 at 8:07 AM, Michael Kurz michi.k...@gmx.at wrote: Hi Leonardo, I have an example with Orchestra and JSF 2 in our new JSF book and I had to patch two classes to get it running. great! btw is the book somewhere online ? First one was (due to new

Re: [orchestra] could we do a release of this artifacts?

2009-12-01 Thread Michael Kurz
Matthias Wessendorf schrieb: Hello Michael On Wed, Dec 2, 2009 at 8:07 AM, Michael Kurz michi.k...@gmx.at wrote: Hi Leonardo, I have an example with Orchestra and JSF 2 in our new JSF book and I had to patch two classes to get it running. great! btw is the book somewhere online ? It

Re: [orchestra] could we do a release of this artifacts?

2009-12-01 Thread Matthias Wessendorf
On Wed, Dec 2, 2009 at 8:50 AM, Michael Kurz michi.k...@gmx.at wrote: Matthias Wessendorf schrieb: Hello Michael On Wed, Dec 2, 2009 at 8:07 AM, Michael Kurz michi.k...@gmx.at wrote: Hi Leonardo, I have an example with Orchestra and JSF 2 in our new JSF book and I had to patch two