My legacy system limps along and is in need of a little tweak. However, I can't do it as I am afraid to deploy as when I try to deploy on my test server... nada. It just won't work! ™
In my default Direct Action I have this:
System.out.println("Before Main");
return (NXComponent) pageWithName(Main.class.getName());
In the main constructor I put:
public Main(WOContext aContext) {
super(aContext);
System.out.println("CONSTRUCT MAIN");
}
It never prints out.
pageWithName just does nothing for a while and then finally returns a blank
page with no errors in the log?!
Meanwhile, I can deploy to the test server my fresh new wonder apps.
And, I can even run the legacy app on my dev. Then I duly embed everything
and push to the server, restart, and then bam... nothing.
Any other hints?
I can offer a reward for the solution! :-)
- James
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
