Hi, I have this XBeans:
<persistenceAdapter><journaledJDBC journalLogFiles="5" dataDirectory="activemq-data" dataSource="#postgres-ds"/>
</persistenceAdapter>I need to use it in my Spring config. How can I implement it in raw Spring beans? What it the general way to do it?
-- Thanks, Eugene Prokopiev
