前景提要
HDC调试需求开发(15万预算),能者速来!>>>
我写的webservice项目连接oracle数据库正常运行,因需求更改需要连接两个数据库进行数据交换,在配置文件里配置好数据源后,启动jboss(5.1.0GA)服务的时候 有如下提示:
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "persistence.unit:unitName=ezWSS.ear/ezWSS.jar#ezWX" is missing the following dependencies:
Dependency "jboss.jca:name=ezWXDatasource,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=ezWXDatasource,service=DataSourceBinding' **")
DEPLOYMENTS IN ERROR:
Deployment "jboss.jca:name=ezWXDatasource,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=ezWXDatasource,service=DataSourceBinding' **
这意思是不是数据源配置的有问题?网上没有找到解决方案,求了解的大神们指点,不胜感激!