oracle - JBO-25002 : What is the reason for this error?

标签 oracle jdeveloper

我正在运行我的项目并正在检查最近修改的模块。单击“菜单”选项卡时,它给我“java.lang.UnsupportedOperationException”,当我检查日志时,我可以找到以下描述:

JBO-25002: Definition com.project.view.pageDefs.pages_per_SearchPageDef 
    of type Form Binding Definition not found
oracle.jbo.NoDefException: JBO-25002: Definition com.project.view.pageDefs.pages_per_SearchPageDef 
    of type Form Binding Definition not found

可能是什么问题?

最佳答案

您说您正在检查“最近修改的模块”。你做了什么修改?它是否使业务组件定义无效? documentation关于 JBO-25002 是这样说的:

"Provide a correct name for the business component definition. If the definition is not in the classpath, you must include it there. Names are of the format myProjectPackage.BusinessPackage.BusinessComponent. This error can also occur if there is a case conflict, as when the database expects "DEPTNO" and receives "Deptno" instead."

关于oracle - JBO-25002 : What is the reason for this error?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7925570/

相关文章:

java - 如何在列中仅设置一个可能的值

oracle - 为什么此查询会导致 Oracle 中的 Merge Cartesian Join

java - 无法在 Oracle Jdeveloper 12c 中启动集成 WebLogic 服务器

java - adf inputText 中的 Shortdesc 工具提示中的多行

java - 如何从 Jdeveloper w ADF 转换/迁移到替代/优雅的 IDE (Eclipse)

mysql - 如何求和两个字段

sql - 排除非排他性出现的值对

oracle - 在 Windows 10 上安装 Oracle 19c 的问题

java - 获取 JDBC 驱动程序兼容性问题。 java.sql.SQLException : ORA-06413: Connection not open