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.  Problem is that if this file is
referenced from activemq.xml, how can I build a BeanFactory in order
to get at some of the beans, which in my case are DAO classes.

Thanks,
Mark

Reply via email to