Hi all, i've only started "now" working on making a legacy application deployable on karaf. Right now I'm fighting de-coupling a few things, and I've come to find a strong dependency with hibernate.
Googling around couldn't really come up with the correct "way to do", so that's why I'm asking. I found out that spring sort or releases the bundle for hibernate (com.springsource.org.hibernate) but when I deploy it on karaf, it still says I miss so many other stuff. Any "easy" way to have it all without looking for every little dependencies here and there? Thanks -m
