WARNING: Removing unknown entry: <XXX>DataBindings.cpx
Hello,
I have a strange error that I cannot solve in my Model-Viewcontroller ADF application:
During the build proces JDeveloper 11.1.1.5 seems to remove a datacontrol entry in our dataBindings.cpx file. (visible under the deployment tab):
*[11:35:26 AM] WARNING: Removing unknown entry: be/fgov/frontOffice/view/DataBindings.cpx*
And at runtime we get the following error (caused by the entry-removal in DataBindings.cpx):
oracle.jbo.NoObjException: JBO-25003: Object AppModuleDataControl van type DataControl is not found.
During design time the dataControl works fine.
De dependencies of the ViewController project to the Model project are well configured.
Intensief googlling doesn't give me an awnser, also not the following suggestions ;
-the dataControl is correct listed in adfm.xml
-Model.jpx is correct referenced with package name in bc4j.xcf (suggestion from http://andrejusb.blogspot.com/2008/08/jbo-25058-and-jbo-26001-exceptions.html)
-renaming the AppModule or the DataBindings.cpx file does not help
Any suggestions?
Thanks in advance.
Regards,
Frank
Edited by: user4890057 on 5-dec-2011 7:38