Re: Strange Deployment Error

2008-02-26 Thread Chris Hoyt
Awesome! Nice and simple. On Tue, Feb 26, 2008 at 3:22 AM, Simon McLean <[EMAIL PROTECTED]> wrote: > if your default response handler is direct action check your default > action - if you are returning pageWithName("Main") you might try changing it > to pageWithName(full.package.name.of.your.Mai

Re: Strange Deployment Error

2008-02-26 Thread Andrew Lindesay
Hello Simon; No, cheating would be pulling the log4j jars. :) cheers. I just renamed mine to "FooMain" to avoid this (where Foo is replaced with my class prefix!). But that's just cheating :-) ___ Andrew Lindesay technology : www.lindesay.co.nz business : www.silvereye.co.nz ___

Re: Strange Deployment Error

2008-02-26 Thread Simon McLean
On 26 Feb 2008, at 08:17, Andrew Lindesay wrote: Hello Chris; I just renamed mine to "FooMain" to avoid this (where Foo is replaced with my class prefix!). But that's just cheating :-) Simon ___ Do not post admin requests to the list. They will

Re: Strange Deployment Error

2008-02-26 Thread Simon McLean
if your default response handler is direct action check your default action - if you are returning pageWithName("Main") you might try changing it to pageWithName(full.package.name.of.your.Main.component). Simon On 26 Feb 2008, at 08:14, Chris Hoyt wrote: On deployment of a otherwise workin

Re: Strange Deployment Error

2008-02-26 Thread Andrew Lindesay
Hello Chris; I just renamed mine to "FooMain" to avoid this (where Foo is replaced with my class prefix!). cheers. java.lang.IllegalArgumentException: com.webobjects.appserver._private.WOComponentDefinition > Class 'Main' exists but is not a subclass of WOComponent. ___ Andrew Lindesay

Strange Deployment Error

2008-02-26 Thread Chris Hoyt
On deployment of a otherwise working project I get this error: java.lang.IllegalArgumentException: com.webobjects.appserver._private.WOComponentDefinition > Class 'Main' exists but is not a subclass of WOComponent. I investigated the error by logging the location of Main and found this: "Main cl