This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Use Hibernate 3.6 in Fuse ESB 4.3ffang Mar 23, 2011 5:11 AM (in response to flomas_f_lomas)Hi, Add the new Hibernate version in pom.xml doesn't mean will install it automatically in FUSE ESB container. You need install such Hibernate version explicitly yourself. use something like osgi:install -s your_hibernate_version_mvn_url Or add the new version hibernate jar in your feature which specified in feature.xml Freeman 
- 
        2. Re: Use Hibernate 3.6 in Fuse ESB 4.3flomas_f_lomas Mar 23, 2011 8:21 PM (in response to ffang)Thanks for the answer! If I use the osgi:install mvn_hibernate_url it will install the hibernate dependencies too? Or I should install the dependencies one by one? 
- 
        3. Re: Use Hibernate 3.6 in Fuse ESB 4.3njiang Mar 23, 2011 9:05 PM (in response to flomas_f_lomas)No, osgi:install mvn_hibernate_url will not install the third part dependencies automatically. You need to install the dependency bundles one by one yourself. Willem 
 
     
    