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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to