[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12319351 ] Martin Marinschek commented on MYFACES-210: --- I don't understand where those NPEs would occurr. The thing is that this converter configuration stuff is something My

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-09-20 Thread Walter Snel (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12330026 ] Walter Snel commented on MYFACES-210: - Unfortunately the issue is still there. Without special initialisation code in my ApplicationFacade the myfaces system throws the

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-10-04 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12331301 ] Martin Marinschek commented on MYFACES-210: --- Walter, the line numbers of your stacktrace do not seem to make sense - I am at positions there where a NPE cannot be

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-11-10 Thread Ken Weiner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12357285 ] Ken Weiner commented on MYFACES-210: I am experiencing the same issue. See mailing list thread: http://www.mail-archive.com/users%40myfaces.apache.org/msg11719.html Si

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-11-10 Thread Ken Weiner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12357289 ] Ken Weiner commented on MYFACES-210: I have been thinking about possible ways to fix this but am left puzzled. >From what I understand, each converter can have attribut

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-11-10 Thread Adam Winer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12357305 ] Adam Winer commented on MYFACES-210: and are not ; they're there to support tools, not to perform injection. JSF 1.1 has no support for injecting properties into def

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-11-11 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12357391 ] Mike Kienenberger commented on MYFACES-210: --- Adam, that was my thought as well, but the only documentation I've been able to find on these attributes is as follows

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-11-11 Thread Adam Winer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12357433 ] Adam Winer commented on MYFACES-210: The spec is unclear, not incorrect. "may be configured" means "programatically from the Java API", or "by an attr on the JSP tag" -

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-11-30 Thread Ken Weiner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12358943 ] Ken Weiner commented on MYFACES-210: > You cannot configure properties on a converter instance from faces-config.xml. Adam, are you saying that the http://java.sun.com/

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12361174 ] Martin Marinschek commented on MYFACES-210: --- Adam, I don't understand your comment here either. How would a tool provide a default-value for a property of a conver

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12361175 ] Martin Marinschek commented on MYFACES-210: --- Ken, I'd say so, too. That was an omission in the Spec, I'd say. regards, Martin > Undesired dependency on Applica

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2006-02-06 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12365272 ] Martin Marinschek commented on MYFACES-210: --- private void setConverterProperties(Class converterClass, Converter converter) { org.apache.myfaces.co

Re: [jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-08-19 Thread Walter Snel
Martin, Thanks for taking this up. I'll need to dive into my code again and disable my work around. This might take me a day or two (currently on different project). Stay tuned, will mail you as soon as I have an exception trace. Walter

Re: [jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-08-19 Thread Walter Snel
Hi Martin, I just spent some time resurrecting my code. I now use the following implementation (from the jar manifest): Implementation-Version: 1.0.9 (2005-04-13 13:17 EDT) I don't seem to be able to recreate the problem straight away. However, I'll devote some time to this 'old' code next week

Re: [jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-09-20 Thread Walter Snel
Hi Martin, it took a bit more time than I anticipated, but I finally ressurected the project, victory is mine. Unfortunately the issue is still there, however, this time I managed to get a proper exception trace. I added the trace to the jira issue (which you closed). I'm using the following vers