1、启动报java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver not found from bundle
说明没有jdbc的bundle,需要将普通的ojdbc.jar转换成bundle/maven格式。
1.- Download the oracle jdbc driver (jar file)
2.- Download the biz.aQute.bnd.jar from this site: http://www.aqute.biz/Bnd/Download , rename it to bnd.jar
3.- Convert the oracle jdbc driver jar into an osgi bundle (so you can deploy it into fuse esb) using the command: java -jar bnd.jar wrap oracle_jdbc_driver.jar
4.- Copy and paste the generated file to the deploy folder on your fuse esb
5.- Now, this bundle is exporting all the classes you need for using oracle jdbc into any other osgi bundle you want
2、FUSE 4.4.1-02-02存在锁的bug,需要至少4.4.1-02-05以上版本。
另外,4.4比4.3来得更轻松部署