作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在运行我的项目并检查最近修改的模块。单击菜单选项卡时,它给了我“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/
我是一名优秀的程序员,十分优秀!