I have had a very big roadblock on getting my legacy app deployable.
I am doing a fully embedded install. However, no class path order, or jre seems to make a difference.
After countless random permutations of my class path order I have the application successfully boot up.
Then I make a request.
It dutifully notifies the DirectAction, instantiates a Session, does calculations, and then right when
it is ready to serve back a WOComponent..... blank. Nothing.
I have the following:
System.out.println("Before Main");
return pageWithName("Main");
And only blank gets returned. The WOComponent Main never even gets instantiated.
I could put "XXX" in there and it wouldn't crash. It would just serve blank.
Not a crash, not a perpetual lock, just blank.
Anyone?
Thanks
James
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
References: | |
| >Re: help (From: Jesse Tayler <email@hidden>) |