Rapid Turnaround mode not working
Rapid Turnaround mode not working
- Subject: Rapid Turnaround mode not working
- From: "John Huss" <email@hidden>
- Date: Sun, 5 Oct 2008 17:18:54 -0500
I created a new Wonder Application and for some reason rapid turn-around isn't working. It works for all my other projects but not this one. I run them all in web mode, not direct connect.
The startup log shows this line:
"WOAllowRapidTurnaround = true"
But in Application _rapidTurnaroundActiveForAnyProject returns false. I can hack around this by overriding the method like this:
public boolean _rapidTurnaroundActiveForAnyProject() {
return isDevelopmentMode();
}
But I'd like to know what the difference is in this project that keeps it from working. The WebServerResource urls are all deployment urls instead of the usual Wonder rapid turn-around ones. Any ideas?
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden