Re: Class 'Main' exists but is not a subclass of WOComponent.
Re: Class 'Main' exists but is not a subclass of WOComponent.
- Subject: Re: Class 'Main' exists but is not a subclass of WOComponent.
- From: Lachlan Deck <email@hidden>
- Date: Tue, 24 Jan 2012 09:19:40 +1100
It's usually a classpath ordering problem. But, to be certain you get the one you want...
public class Application extends ERXApplication
{
@Override
public void installPatches()
{
ERXPatcher.setClassForName(Main.class.getName(), "Main");
...
}
}
On 24/01/2012, at 5:31 AM, James Cicenia wrote:
> Down to my last show stopper..
>
>
> Class 'Main' exists but is not a subclass of WOComponent.
Lachlan Deck
email@hidden
_______________________________________________
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