I think you should take a look at the spring framework documentation.
http://springframework.org/documentation
You will certainly find you needs there.
Guillaume Nodet
Pavan Kumar wrote:
Hi,
I have wrote a component using the POJO as esb component style. That
component in its process tries to connect to a database(MySql) and
uses hibernate as its persistence layer. I want to use a configured
datasource in my hibernate code. My question is , is there any component
in servicemix that provides connection pooling, if so how can i use
that in my code (or) is there any other way that I can avail my
hibernate code make use of a datasource in conjunction with servicemix.
Thanks,
Pavan Kumar.