[jira] Created: (MYFACES-1591) Improved error handling in config management

2007-04-19 Thread Martin Marinschek (JIRA)
Improved error handling in config management Key: MYFACES-1591 URL: https://issues.apache.org/jira/browse/MYFACES-1591 Project: MyFaces Core Issue Type: Improvement Components: General

[jira] Created: (MYFACES-1590) MyFaces build doesn't work offline - validation of TLDs fails

2007-04-19 Thread Martin Marinschek (JIRA)
MyFaces build doesn't work offline - validation of TLDs fails - Key: MYFACES-1590 URL: https://issues.apache.org/jira/browse/MYFACES-1590 Project: MyFaces Core Issue Type: Bug

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
Sure! regards, Martin On 4/19/07, Paul McMahan <[EMAIL PROTECTED]> wrote: 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 refer

[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

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 S

[jira] Created: (MYFACES-1589) new location of alters page display

2007-04-19 Thread Mike Kienenberger (JIRA)
new location of alters page display --- Key: MYFACES-1589 URL: https://issues.apache.org/jira/browse/MYFACES-1589 Project: MyFaces Core Issue Type: Bug Compon

[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: (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

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 managed

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 z

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: [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 <

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

2007-04-19 Thread Adrian Mitev
Hi Mike! By adding javscript_action the myfacesHack.js has to be modified too. And that could make problems with downward compatibility. On 4/19/07, Mike Kienenberger (JIRA) wrote: [ https://issues.apache.org/jira/browse/TOMAHAWK-965?page=com.atlassian.jira.plugin.system.issuetabpanels:co

[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 Versi

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

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 also

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

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 t

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

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 to

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 than

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 an

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

[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 p

[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 Tomaha

[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:

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 theoret