Re: [Resin-interest] Resin 4: JMS Queue Injection

2009-03-24 Thread Scott Ferguson
On Mar 24, 2009, at 10:06 AM, Scott Hernandez wrote: > Okay, got it. I will give it a try. Also, this means I can annotate > beans with @Production/@Mock in the xml also, right? Correct. > I have a feeling my xmlns declarations section (in resin-web.xml) is > going to be very long. ;( There's

Re: [Resin-interest] Resin 4: JMS Queue Injection

2009-03-24 Thread Scott Hernandez
Okay, got it. I will give it a try. Also, this means I can annotate beans with @Production/@Mock in the xml also, right? I have a feeling my xmlns declarations section (in resin-web.xml) is going to be very long. ;( Maybe I missed it but was there a section in jsr299 dealing with annotations of b

Re: [Resin-interest] Resin 4: JMS Queue Injection

2009-03-24 Thread Scott Ferguson
On Mar 23, 2009, at 12:46 PM, Scott Hernandez wrote: > > And everything is fine, but if I add another Queue (in resin-web.xml) > then I get a problem as I have more than one Queue and it is not > unique for injection. Now, in the examples it shows using > @Named("QueueName") but that annotation c