Re: [S2] at Result annotation not working

2007-02-09 Thread Dave Newton
--- Laurie Harper [EMAIL PROTECTED] wrote: Doh! That was the problem. I could have sworn the examples I looked at had it at the method level. I had done the exact same thing the first time I used annotations (hence the @Result page :) I added more on the topic as a result of your issues and

Re: [S2] at Result annotation not working

2007-02-09 Thread Dave Newton
--- Dave Newton [EMAIL PROTECTED] wrote: --- Laurie Harper [EMAIL PROTECTED] wrote: Doh! That was the problem. I could have sworn the examples I looked at had it at the method level. I added more on the topic [...] And no, I didn't sneak in and change the examples ;) d.

Re: [S2] at Result annotation not working

2007-02-09 Thread Don Brown
Hm...if it doesn't work on the method level, file a ticket as it should work that way. If nothing else we should document it better. Don On 2/9/07, Dave Newton [EMAIL PROTECTED] wrote: --- Dave Newton [EMAIL PROTECTED] wrote: --- Laurie Harper [EMAIL PROTECTED] wrote: Doh! That was the

Re: [S2] at Result annotation not working

2007-02-09 Thread Dave Newton
--- Don Brown [EMAIL PROTECTED] wrote: Hm...if it doesn't work on the method level, file a ticket as it should work that way. If nothing else we should document it better. I first annotated my methods, which failed, and I was confused, but... results are defined in the XML file for the the

Re: [S2] at Result annotation not working

2007-02-09 Thread Don Brown
True...hmm...well, at the least, we should warn people or configure the annotation to not be able to be set at the method level. Don On 2/9/07, Dave Newton [EMAIL PROTECTED] wrote: --- Don Brown [EMAIL PROTECTED] wrote: Hm...if it doesn't work on the method level, file a ticket as it should

Re: [S2] at Result annotation not working

2007-02-09 Thread Dave Newton
--- Don Brown [EMAIL PROTECTED] wrote: True...hmm...well, at the least, we should warn people or configure the annotation to not be able to be set at the method level. I had updated the @Result anno wiki docs based on the OP's woes, but yeah, making it a class-level annotation would help

Re: [S2] at Result annotation not working

2007-02-08 Thread Nate Drake
The @Result annotation should be at the class level, not the method level. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] at Result annotation not working

2007-02-08 Thread Laurie Harper
Nate Drake wrote: The @Result annotation should be at the class level, not the method level. Doh! That was the problem. I could have sworn the examples I looked at had it at the method level. Mea culpa! Thanks, L. - To