首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

FUSE有关问题收集

2013-02-06 
FUSE问题收集1、启动报java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver not found fro

FUSE问题收集

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来得更轻松部署

热点排行