Wednesday, March 5, 2014

oracle.jbo.JboException: JBO-34010: The "view/DataBindings.cpx" descriptor appears in the application classpath more than once:

The above error occurs when the current project under development is including an external library (May be another ADF application). There can be package name conflicts which is causing this issue. The databindings.cpx is present in the same package (folder structure) in the imported library and the current package.

Best practice is to use the unique names often starting the package name with the short form of the current application.

No comments:

Post a Comment