Environment (JDeveloper, ADF BC, ADF Faces)
When you work with large application which contains more than one Model/one ViewController projects, you need to set the project dependency between the model and the view controller project., failing to do this you may face this exception.
oracle.jbo.ConfigException: JBO-33001: Configuration file /model/common/bc4j.xcfg is not found in the classpath.
To solve the problem, double click the viewController project to open project properties dialog, and select the the Dependencies node and click theEdit Dependecies icon to add a dependency on the build output path or on one or more deployment archives.
Hope this will help someone faced the same problem.
本文介绍了解决在使用JDeveloper、ADF BC和ADF Faces开发大型应用时遇到的oracle.jbo.ConfigException:JBO-33001异常的方法。该异常通常发生在未正确设置模型与视图控制器项目依赖的情况下。文章提供了具体的步骤来解决这个问题。

被折叠的 条评论
为什么被折叠?



