Yes, it&#39;s meaning was unclear and it was thus removed. The best way to deploy is to build an image without the Development (and presumably the tests, and maybe even the admin tools) packages loaded in the first place. That will ensure nothing &quot;non-deployment&quot; is there. Obviously, what other steps you might need to do for your own deployment is up to you.<br>

<br>If you still want the dev tools loaded, then the closest thing to turning on #deploymentMode (for all applications, though) is to remove WADevelopmentConfiguration from the shared configuration called &quot;Application Defaults&quot;. You can do this from the web UI or with:<br>

<br>WAAdmin applicationDefaults removeParent: WADevelopmentConfiguration instance<br><br>And of course you can add that configuration to any of your applications instead of to &quot;Application Defaults&quot; if you want development tools for some apps but not for others.<br>

<br>Julian<br><br><div class="gmail_quote">On Fri, Jan 8, 2010 at 4:09 PM, Joel Turnbull <span dir="ltr">&lt;<a href="mailto:joel.turnbull@ardishealth.com">joel.turnbull@ardishealth.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

and Seaside 3.0 BTW<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Fri, Jan 8, 2010 at 6:58 PM, Joel Turnbull <span dir="ltr">&lt;<a href="mailto:joel.turnbull@ardishealth.com" target="_blank">joel.turnbull@ardishealth.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>I&#39;m trying to register some seaside applications programatically and when I send to them<br><br>preferenceAt: #deploymentMode put: true.<br><br>I get WAAttributeNotFound. Looking in the dictionary, sure enough, it is not there. Has the way to set deploymentMode changed?<br>




<br>This is running on GemStone.<br><br>Thanks,<br><font color="#888888">Joel Turnbull<br>
</font></blockquote></div><br>
</div></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>