svn commit: r915739 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ServiceBinderImpl.java

2010-02-24 Thread uli
Author: uli Date: Wed Feb 24 10:17:55 2010 New Revision: 915739 URL: http://svn.apache.org/viewvc?rev=915739view=rev Log: fix typo Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ServiceBinderImpl.java Modified:

[jira] Created: (TAP5-1029) Provide public API for injecting the dependencies into already-constructed instances.

2010-02-24 Thread Igor Drobiazko (JIRA)
Provide public API for injecting the dependencies into already-constructed instances. - Key: TAP5-1029 URL: https://issues.apache.org/jira/browse/TAP5-1029 Project:

[jira] Commented: (TAP5-1025) SetupRender phase method is invoked inconsistently from request to request

2010-02-24 Thread Sven Homburg (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837863#action_12837863 ] Sven Homburg commented on TAP5-1025: please close this issue. it was my fault. I'm

[jira] Closed: (TAP5-1025) SetupRender phase method is invoked inconsistently from request to request

2010-02-24 Thread Robert Zeigler (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Zeigler closed TAP5-1025. Resolution: Invalid SetupRender phase method is invoked inconsistently from request to request

[jira] Commented: (TAP5-1026) since revision 911470 behavior of @IncludeJavaScriptLibrary breaks previous rule

2010-02-24 Thread Sven Homburg (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837866#action_12837866 ] Sven Homburg commented on TAP5-1026: Same behavior if i use @CommitAfter inside an

[jira] Updated: (TAP5-1026) since revision 911470 behavior of @IncludeJavaScriptLibrary breaks previous rule

2010-02-24 Thread Sven Homburg (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Homburg updated TAP5-1026: --- Comment: was deleted (was: Same behavior if i use @CommitAfter inside an abstract class. ) since

[jira] Created: (TAP5-1030) RegistryImpl.autobuild() does not inject resources into constructor parameters

2010-02-24 Thread Leonard Lu (JIRA)
RegistryImpl.autobuild() does not inject resources into constructor parameters -- Key: TAP5-1030 URL: https://issues.apache.org/jira/browse/TAP5-1030 Project: Tapestry 5

[jira] Moved: (TAP5-1031) Component Any throws a NPE if accessing getClientID()

2010-02-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TAP5-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ulrich Stärk moved TAPESTRY-2762 to TAP5-1031: -- Component/s: (was: Core Components) tapestry-core

[jira] Created: (TAP5-1032) Reporting validation exceptions by throwing an exception is bad form: allow for returning a value instead

2010-02-24 Thread Howard M. Lewis Ship (JIRA)
Reporting validation exceptions by throwing an exception is bad form: allow for returning a value instead - Key: TAP5-1032 URL:

[jira] Commented: (TAP5-1032) Reporting validation exceptions by throwing an exception is bad form: allow for returning a value instead

2010-02-24 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838036#action_12838036 ] Howard M. Lewis Ship commented on TAP5-1032: Hm. The APIs are entrenched, and

[jira] Commented: (TAP5-1032) Reporting validation exceptions by throwing an exception is bad form: allow for returning a value instead

2010-02-24 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838051#action_12838051 ] Thiago H. de Paula Figueiredo commented on TAP5-1032: - Couldn't we use