用WebLogic+Jbuilder生成CMP,部署时为什么不能访问数据表呀?急呀···
米奇露 2004-05-05 09:22:58 我用WebLogic+Jbuilder开发CMP,采用“Import Schema From Database”生成时,“make”时总警告:
"oas.jar": Spaces in the classpath may cause WebLogic APPC utility to produce fatal compile errors.
部署时报错:
[EJB:011076]Unable to deploy the EJB 'OasTitle' because the database table 'OAS_TITLE' is not accessible.
我配置了WebLogic数据源和连接池呀,而且Import Schema From Database时就是从Oracle中读出了数据表呀,怎么会不能访问呢?
而且,“Launch DTO/Facade Wizard”后,怎么“make”时就异常了呢?