Author: hlship
Date: Fri Dec 16 09:37:28 2005
New Revision: 357190
URL: http://svn.apache.org/viewcvs?rev=357190&view=rev
Log:
TAPESTRY-760: Application startup fails occasionally because of undefined order
of contributions
Modified:
jakarta/tapestry/branches/4.0/framework/src/descriptor/META-INF/tapestry.globals.xml
jakarta/tapestry/branches/4.0/status.xml
Modified:
jakarta/tapestry/branches/4.0/framework/src/descriptor/META-INF/tapestry.globals.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/descriptor/META-INF/tapestry.globals.xml?rev=357190&r1=357189&r2=357190&view=diff
==============================================================================
---
jakarta/tapestry/branches/4.0/framework/src/descriptor/META-INF/tapestry.globals.xml
(original)
+++
jakarta/tapestry/branches/4.0/framework/src/descriptor/META-INF/tapestry.globals.xml
Fri Dec 16 09:37:28 2005
@@ -120,7 +120,8 @@
</service-point>
<contribution configuration-id="tapestry.init.ApplicationInitializers">
- <command id="SetupServletApplicationGlobals"
object="service:SetupServletApplicationGlobals"/>
+ <command id="SetupServletApplicationGlobals"
object="service:SetupServletApplicationGlobals"
+ after="tapestry.init.ApplicationSpecificationInitializer"/>
</contribution>
<contribution configuration-id="tapestry.Infrastructure">
Modified: jakarta/tapestry/branches/4.0/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/status.xml?rev=357190&r1=357189&r2=357190&view=diff
==============================================================================
--- jakarta/tapestry/branches/4.0/status.xml (original)
+++ jakarta/tapestry/branches/4.0/status.xml Fri Dec 16 09:37:28 2005
@@ -59,6 +59,7 @@
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-658" due-to="Leonardo
Quijano Vincenzi">LabeledPropertySelectionModel throws NPE on null
value</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-808">Engine Service
proxies don't correctly forward "post" parameter of
IEngineService.getLink</action>
<action type="add" dev="HLS" fixes-bug="TAPESTRY-790">Add Tapestry @
JavaForge as related project</action>
+ <action type="fix" dev="HLS" fixes-bug="TAPESTRY-760">Application
startup fails occasionally because of undefined order of contributions</action>
</release>
<release version="4.0-rc-1" date="Dec 6 2005">
<action type="update" dev="HLS">Make default binding prefix
configurable</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]