Compatability matrix / tomahawk 1.1.5 release

2007-04-19 Thread Scheper, Erik-Berndt
Hi, I noticed that the new compatibility matrix refers to Tomahawk SNAPSHOT 1.1.5 However, the rc2 of tomahawk has already been mirrored across apache sites. (see for example http://apache.cs.uu.nl/dist/myfaces/binaries/ or http://apache.cs.uu.nl/dist/myfaces/source/) When is the download

Re: maven-metadata.xml look incorrect in repository

2007-04-19 Thread Manfred Geiler
yes, that is a known issue and it was dicussed: [1] AFAIK the metadata is not really needed for downloading artifacts. The broken metadata derives from the fact that there is no practicable way (yet) to transfer our artifacts from the myfaces-staging dir to the apache rsync repo. There are

[jira] Resolved: (MYFACES-1214) JSR-252 Issue #29: Allow the use of user-defined onclick Javascript on CommandLink

2007-04-19 Thread Cagatay Civici (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cagatay Civici resolved MYFACES-1214. - Resolution: Won't Fix Already implemented in myfaces commandlink. JSR-252 Issue #29:

[jira] Created: (TOMAHAWK-965) Add ability to JSCookMenu to invoke javascript and actiom method at the same

2007-04-19 Thread Adrian Mitev (JIRA)
Add ability to JSCookMenu to invoke javascript and actiom method at the same Key: TOMAHAWK-965 URL: https://issues.apache.org/jira/browse/TOMAHAWK-965 Project: MyFaces

[jira] Commented: (TOMAHAWK-965) Add ability to JSCookMenu to invoke javascript and actiom method at the same

2007-04-19 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490069 ] Mike Kienenberger commented on TOMAHAWK-965: This is not the correct way to solve this issue. Submit

Re: svn commit: r530154 - /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/el/unified/resolver/ManagedBeanResolver.java

2007-04-19 Thread Paul McMahan
Thanks for the review Martin. I agree that the persistence mechanism for managed beans was already working OK. i.e. when a managed bean has scope none it was not persisted in a scope. But the problem I encountered was that the CompositeELResolver was not able to resolve managed beans

Re: svn commit: r530154 - /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/el/unified/resolver/ManagedBeanResolver.java

2007-04-19 Thread Martin Marinschek
Hi Paul, oh, yes. I had overlooked the return null at the end of the method - that was different before. But still - you are short-circuiting the cyclic reference check now - if I have a bean now which has scope none, and has a managed-property referring to the bean again, then we'll run into

Re: svn commit: r530154 - /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/el/unified/resolver/ManagedBeanResolver.java

2007-04-19 Thread Paul McMahan
On Apr 19, 2007, at 10:25 AM, Martin Marinschek wrote: But still - you are short-circuiting the cyclic reference check now - if I have a bean now which has scope none, and has a managed-property referring to the bean again, then we'll run into an infinite loop, right? Yes that's true, and

[jira] Commented: (MYFACES-380) New component x:fieldSet

2007-04-19 Thread Dominique Jean-Prost (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490090 ] Dominique Jean-Prost commented on MYFACES-380: -- Can someone tell me when this component will be sent

[jira] Commented: (MYFACES-380) New component x:fieldSet

2007-04-19 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490092 ] Mike Kienenberger commented on MYFACES-380: --- It will be promoted to Tomahawk when someone takes the time

[jira] Commented: (MYFACES-380) New component x:fieldSet

2007-04-19 Thread Stephan Strittmatter (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490099 ] Stephan Strittmatter commented on MYFACES-380: -- I just started to extend the tag to be able to set

[jira] Created: (TOBAGO-359) Correct format of MD5 files for Tobago

2007-04-19 Thread Mike Arms (JIRA)
Correct format of MD5 files for Tobago -- Key: TOBAGO-359 URL: https://issues.apache.org/jira/browse/TOBAGO-359 Project: MyFaces Tobago Issue Type: Improvement Components: Build Affects

Re: [jira] Commented: (TOMAHAWK-965) Add ability to JSCookMenu to invoke javascript and actiom method at the same

2007-04-19 Thread Mike Kienenberger
Possibly, but unlikely. After all, we support onclick for most other components, and this is the same idea. If you run into a problem, post it to the dev list and it'll get worked out (I'm no javascript expert so I probably won't be the one assisting in that case). On 4/19/07, Adrian Mitev

publishing 1.2.0 snapshots to m2 snapshot repo

2007-04-19 Thread Paul McMahan
Looks like the 1.2.0 snapshot was last published to the snapshot repo on 11-Apr-2007.Are the 1.2.0 snapshots no longer being published automatically? Best wishes, Paul

Re: publishing 1.2.0 snapshots to m2 snapshot repo

2007-04-19 Thread Wendy Smoak
On 4/19/07, Paul McMahan [EMAIL PROTECTED] wrote: Looks like the 1.2.0 snapshot was last published to the snapshot repo on 11-Apr-2007.Are the 1.2.0 snapshots no longer being published automatically? No. There's some discussion in the list archives. Apparently no one can log into the

Re: svn commit: r530154 - /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/el/unified/resolver/ManagedBeanResolver.java

2007-04-19 Thread Paul McMahan
Cycle reference check should be fixed now in r530517. thanks again for the peer review. Best wishes, Paul On Apr 19, 2007, at 10:25 AM, Martin Marinschek wrote: But still - you are short-circuiting the cyclic reference check now - if I have a bean now which has scope none, and has a

[jira] Created: (TOMAHAWK-966) PPR examples containing commandLinks produce javascript errors in clientSide validation

2007-04-19 Thread Ernst Fastl (JIRA)
PPR examples containing commandLinks produce javascript errors in clientSide validation --- Key: TOMAHAWK-966 URL: https://issues.apache.org/jira/browse/TOMAHAWK-966

[jira] Updated: (TOMAHAWK-966) PPR examples containing commandLinks produce javascript errors in clientSide validation

2007-04-19 Thread Ernst Fastl (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernst Fastl updated TOMAHAWK-966: - Status: Patch Available (was: Open) PPR examples containing commandLinks produce javascript

[jira] Created: (MYFACES-1589) new location of input type=hidden name=autoScroll alters page display

2007-04-19 Thread Mike Kienenberger (JIRA)
new location of input type=hidden name=autoScroll alters page display --- Key: MYFACES-1589 URL: https://issues.apache.org/jira/browse/MYFACES-1589 Project: MyFaces Core

Re: publishing 1.2.0 snapshots to m2 snapshot repo

2007-04-19 Thread Mathias Brökelmann
I fixed the continuum setup. The problem where some orphan lock files of the embedded derby database: rm /local/continuum-1.1-SNAPSHOT/data/continuum/database/*.lck and restarted continuum. The build should now be up and the artifacts be deployed to the snapshot repository. 2007/4/19, Wendy

[jira] Created: (TOMAHAWK-967) inputCalendar NullPointerException when used with Sun JSF 1.1

2007-04-19 Thread Jack Terranova (JIRA)
inputCalendar NullPointerException when used with Sun JSF 1.1 - Key: TOMAHAWK-967 URL: https://issues.apache.org/jira/browse/TOMAHAWK-967 Project: MyFaces Tomahawk Issue Type: Bug