Author: hlship
Date: Tue Mar 18 09:29:14 2008
New Revision: 638435
URL: http://svn.apache.org/viewvc?rev=638435&view=rev
Log:
TAPESTRY-2259: Registry startup exception are not reported correctly
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/internal/services/ServicesStrings.properties
tapestry/tapestry5/trunk/tapestry-ioc/src/main/resources/org/apache/tapestry/ioc/internal/services/ServiceStrings.properties
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/internal/services/ServicesStrings.properties
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/internal/services/ServicesStrings.properties?rev=638435&r1=638434&r2=638435&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/internal/services/ServicesStrings.properties
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/internal/services/ServicesStrings.properties
Tue Mar 18 09:29:14 2008
@@ -78,7 +78,6 @@
no-display-for-data-type=There is no defined way to display data of type '%s'.
Make a contribution to the BeanBlockSource service for this type.
no-edit-for-data-type=There is no defined way to edit data of type '%s'. Make
a contribution to the BeanBlockSource service for this type.
missing-validator-constraint=Validator '%s' requires a validation constraint
(of type %s) but none was provided.
-startup-failure=An exception occurred during startup: %s
resource-access-forbidden=URI %s may not be accessed remotely.
no-markup-from-page-render=Page %s did not generate any markup when rendered.
This could be because its template file could not be located, or because a \
render phase method in the page prevented rendering.
Modified:
tapestry/tapestry5/trunk/tapestry-ioc/src/main/resources/org/apache/tapestry/ioc/internal/services/ServiceStrings.properties
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/main/resources/org/apache/tapestry/ioc/internal/services/ServiceStrings.properties?rev=638435&r1=638434&r2=638435&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-ioc/src/main/resources/org/apache/tapestry/ioc/internal/services/ServiceStrings.properties
(original)
+++
tapestry/tapestry5/trunk/tapestry-ioc/src/main/resources/org/apache/tapestry/ioc/internal/services/ServiceStrings.properties
Tue Mar 18 09:29:14 2008
@@ -1,4 +1,4 @@
-# Copyright 2006, 2007 The Apache Software Foundation
+# Copyright 2006, 2007, 2008 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -39,4 +39,5 @@
missing-symbol-close-brace-in-path=Input string '%s' is missing a symbol
closing brace (in %s).
failed-coercion=Coercion of %s to type %s (via %s) failed: %s
registry-shutdown=Proxy for service %s is no longer active because the IOC
Registry has been shut down.
-service-build-failure=Exception constructing service '%s': %s
\ No newline at end of file
+service-build-failure=Exception constructing service '%s': %s
+startup-failure=An exception occurred during startup: %s