Re: using ProducerTemplate for JMS with Spring

2009-06-04 Thread James Strachan
2009/6/4 James Strachan : > 2009/6/4 stevenmaring : >> >> yeah ... I fought with my local Archiva repo for quite some time yesterday >> because it didn't seem to be proxying the SNAPSHOT requests onto the Apache >> snapshot repo, so I manually inserted the 2.0-SNAPSHOT releases into my >> Archiva r

Re: using ProducerTemplate for JMS with Spring

2009-06-04 Thread James Strachan
2009/6/4 James Strachan : > 2009/6/4 stevenmaring : >> >> yeah ... I fought with my local Archiva repo for quite some time yesterday >> because it didn't seem to be proxying the SNAPSHOT requests onto the Apache >> snapshot repo, so I manually inserted the 2.0-SNAPSHOT releases into my >> Archiva r

Re: using ProducerTemplate for JMS with Spring

2009-06-04 Thread James Strachan
2009/6/4 stevenmaring : > > yeah ... I fought with my local Archiva repo for quite some time yesterday > because it didn't seem to be proxying the SNAPSHOT requests onto the Apache > snapshot repo, so I manually inserted the 2.0-SNAPSHOT releases into my > Archiva repo. > > well ... with regard to

Re: using ProducerTemplate for JMS with Spring

2009-06-04 Thread Claus Ibsen
in 5938 ms >>>>>> 06:49:07,737  INFO BusApplicationContext:411 - Refreshing >>>>>> org.apache.cxf.bus.spring.busapplicationcont...@1a1b2f: display name >>>>>> [org.apache.cxf.bus.spring.busapplicationcont...@1a1b2f]; startup date >>>>&g

Re: using ProducerTemplate for JMS with Spring

2009-06-04 Thread Claus Ibsen
>>>>> org.springframework.beans.factory.support.defaultlistablebeanfact...@baf589 >>>>> 06:49:07,909 DEBUG SpringCamelContext:107 - Publishing spring-event: >>>>> org.springframework.context.event.contextrefreshedevent[source=org.apache.cxf.bus.spring.busapplicationcont...@1a1b2f: >>>>> display name [org.apache.cxf.bus.sprin

Re: using ProducerTemplate for JMS with Spring

2009-06-04 Thread stevenmaring
hedevent[source=org.apache.cxf.bus.spring.busapplicationcont...@1a1b2f: >>>> display name [org.apache.cxf.bus.spring.busapplicationcont...@1a1b2f]; >>>> startup date [Wed Jun 03 06:49:07 EDT 2009]; parent: >>>> org.springframework.web.context.support.xmlwebapplica

Re: using ProducerTemplate for JMS with Spring

2009-06-03 Thread Claus Ibsen
gt;>> that the ApplicationContext has started >>> >>> >>> I'm going to try a simple HelloWorld sort of project getting a reference >>> to >>> the ProducerTemplate ala ... >>> >>> mvn archetype:generate                   \ >&

Re: using ProducerTemplate for JMS with Spring

2009-06-03 Thread stevenmaring
gt;>  -DgroupId=my.sample           \ >>  -DartifactId=HelloCamel >> >> hopefully I will either learn something or not get the >> NullpointerException >> on my reference. >> >> I'll let ya'll know how it goes ... thank you much for your thoughts so >

Re: using ProducerTemplate for JMS with Spring

2009-06-03 Thread Claus Ibsen
>> >> Sorry if this appears twice, my first attempt got rejected as spam :) >> >> Claus, >> Do you have to put the template inside the context?  Is this a 2.0 >> change?  I've always placed it outside.  As you can't define a context >> ref it seemed

Re: using ProducerTemplate for JMS with Spring

2009-06-03 Thread stevenmaring
ncorrect then I can update it. > > Thanks, > Martin > > > - Original message ----- > From: "Claus Ibsen" > To: users@camel.apache.org > Date: Wed, 3 Jun 2009 06:22:30 +0200 > Subject: Re: using ProducerTemplate for JMS with Spring

Re: using ProducerTemplate for JMS with Spring

2009-06-03 Thread Martin Gilday
you created it. This is also how I wrote it in the Camel Spring tutorial on the wiki. If it is considereed incorrect then I can update it. Thanks, Martin - Original message - From: "Claus Ibsen" To: users@camel.apache.org Date: Wed, 3 Jun 2009 06:22:30 +0200 Subject: Re: using

Re: using ProducerTemplate for JMS with Spring

2009-06-02 Thread Claus Ibsen
dy("imq:queue:voiceRequestQueue", > ExchangePattern.InOut, audioConfig); >        } > >        public ProducerTemplate getCamelTemplate() { >                return camelTemplate; >        } > >        public void setCamelTemplate(ProducerTemplate camelTemplate) {

using ProducerTemplate for JMS with Spring

2009-06-02 Thread stevenmaring
emplate() { return camelTemplate; } public void setCamelTemplate(ProducerTemplate camelTemplate) { this.camelTemplate = camelTemplate; } } -Steve Maring -- View this message in context: http://www.nabble.com/using-ProducerTemplate-for-JMS-with-Spring-tp23840855p23840855.html Sent from the Camel - Users mailing list archive at Nabble.com.