Re: Wrong Session class
Re: Wrong Session class
- Subject: Re: Wrong Session class
- From: Ted Archibald <email@hidden>
- Date: Fri, 17 Feb 2012 14:06:50 -0600
Feels like I'm beating a dead horse:
After trying many combinations of changes I finally found one change that helps. If I have wolips generate bundles, everything works perfectly. But I wonder how I can get bundleless builds to work again.
If I have wolips generate bundles, clean the project then run, everything is back to normal. But if I go back to bundleless builds, then the issues come back.
On Fri, Feb 17, 2012 at 5:02 AM, Ted Archibald
<email@hidden> wrote:
Now when I call a direct action I keep getting a no such method exceptions. It appears that my DirectAction class is not being used instead of the default WODirectionAction.
For instance, if I go to App.woa/wa/test I'll get:
java.lang.NoSuchMethodException: com.webobjects.appserver.WODirectAction.testAction()
even if I have in my DirectAction class:
public WOActionResults testAction(){ return null; }
_______________________________________________
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