Re: hibernate and spring with camel

2010-11-24 Thread Mark Webb
What I meant was, at build-time I would not know and could not hard-code. I will probably use a classpath XML loader. On Wed, Nov 24, 2010 at 3:51 PM, Claus Ibsen wrote: > Hi > > You can use your own xml file to boot up AMQ. You dont have to use the > default files. > > And what do you mean by?

Re: hibernate and spring with camel

2010-11-24 Thread Claus Ibsen
Hi You can use your own xml file to boot up AMQ. You dont have to use the default files. And what do you mean by? Sure of its location? On Wed, Nov 24, 2010 at 9:24 PM, Mark Webb wrote: > Agree, but since ActiveMQ is importing the file from activemq.xml, I > can never be sure of its location.

Re: hibernate and spring with camel

2010-11-24 Thread Mark Webb
Agree, but since ActiveMQ is importing the file from activemq.xml, I can never be sure of its location. On Wed, Nov 24, 2010 at 3:20 PM, Claus Ibsen wrote: > Is the XML file just a regular Spring XML file? > > I would assume you just do this as you would do using spring. > > On Wed, Nov 24, 2010

Re: hibernate and spring with camel

2010-11-24 Thread Claus Ibsen
Is the XML file just a regular Spring XML file? I would assume you just do this as you would do using spring. On Wed, Nov 24, 2010 at 7:56 PM, Mark Webb wrote: > I am looking to persist some data I receive in my processor to a > database using Spring and Hibernate.  Does anyone have experience >

hibernate and spring with camel

2010-11-24 Thread Mark Webb
I am looking to persist some data I receive in my processor to a database using Spring and Hibernate. Does anyone have experience setting this up and maybe providing some tips on how to do it? Right now I have everything defined as spring beans in an XML file that is imported from activemq.xml.