Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle.Jbo.NoDefException in ADF Data Integrator

1043729Apr 20 2015 — edited Apr 20 2015

Hi,

I'm getting an error:

oracle.jbo.NoDefException: JBO-25002: Definition Name of type Attribute is not found.

at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeIndexOf(JUCtrlValueBinding.java:1440)

at oracle.adf.desktopintegration.bindingxml.ControlBindingXml.getAttributeDef(ControlBindingXml.java:130)

at oracle.adf.desktopintegration.bindingxml.CtrlListBindingXml.getAttributeDef(CtrlListBindingXml.java:304)

at oracle.adf.desktopintegration.bindingxml.ControlBindingXml.writeAttributeDefs(ControlBindingXml.java:203)

at oracle.adf.desktopintegration.bindingxml.CtrlListBindingXml.writeXml(CtrlListBindingXml.java:158)

at oracle.adf.desktopintegration.bindingxml.RegionBindingXml.writeControlBindingsXml(RegionBindingXml.java:295)

when trying to run an excel ADF DI worksheet.

This error only happens when the table in completely blank.

When I put some data in the table, the error doesn't occur.

Some fixes I tried but didn't work: "Clean All" the project and redeploy.

Handle/comment the Jbo exception in EO Impl.

The bc4j.xcfg is in the folder Model/common and the Model.jpx is in the folder Model, which I believe is not causing any issues.

Any ideas are welcome.

Regards,

Abhik

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2015
Added on Apr 20 2015
2 comments
597 views