Re: Problems with @Bean annotation

2006-06-08 Thread Travis Romney
Unfortunately that is not the case. On 6/7/06, spamsucks <[EMAIL PROTECTED]> wrote: While unlikely, another cause could be that you have the bean declared in your spec Andreas Bulling wrote: >On 07. Jun 2006 - 16:09:42, Travis Romney wrote: >| I'm trying to use the @Bean annotation. I h

Re: Problems with @Bean annotation

2006-06-08 Thread Chris Chiappone
I filed a JIRA a while back about Annotations execeptions when in development mode. Maybe this can be addressed before 4.1? On 6/7/06, spamsucks <[EMAIL PROTECTED]> wrote: While unlikely, another cause could be that you have the bean declared in your spec Andreas Bulling wrote: >On 07.

Re: Problems with @Bean annotation

2006-06-07 Thread spamsucks
While unlikely, another cause could be that you have the bean declared in your spec Andreas Bulling wrote: On 07. Jun 2006 - 16:09:42, Travis Romney wrote: | I'm trying to use the @Bean annotation. I have a very simple | Bean with a no-arg constructor that I'm trying to create. | | @Bean

Re: Problems with @Bean annotation

2006-06-07 Thread Travis Romney
I'm getting this all over the place. Annotations are not working for me at all in development mode. Agh! On 6/7/06, Travis Romney <[EMAIL PROTECTED]> wrote: I do have -Dorg.apache.tapestry.disable -caching=true set. Perhaps this should be logged as a bug? Travis On 6/7/06, Andreas Bulli

Re: Problems with @Bean annotation

2006-06-07 Thread Travis Romney
I do have -Dorg.apache.tapestry.disable -caching=true set. Perhaps this should be logged as a bug? Travis On 6/7/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 07. Jun 2006 - 16:09:42, Travis Romney wrote: | I'm trying to use the @Bean annotation. I have a very simple | Bean with a no-arg c

Re: Problems with @Bean annotation

2006-06-07 Thread Andreas Bulling
On 07. Jun 2006 - 16:09:42, Travis Romney wrote: | I'm trying to use the @Bean annotation. I have a very simple | Bean with a no-arg constructor that I'm trying to create. | | @Bean | public abstract InpoweredErrorDelegate getInpoweredErrorDelegate(); | | The page loads just fine on the first pas

Problems with @Bean annotation

2006-06-07 Thread Travis Romney
I'm trying to use the @Bean annotation. I have a very simple Bean with a no-arg constructor that I'm trying to create. @Bean public abstract InpoweredErrorDelegate getInpoweredErrorDelegate(); The page loads just fine on the first pass. If I try to reload the page, there after I get an exception