jueves, 11 de noviembre de 2010

ERROR! JBO-25002: Definition oracle..pageDefs. of type Form Binding Definition not found Jdeveloper11g

Buscando en internet me encontre que esta respuesta:
  • To correct the error, open the DataBindings.cpx file and edit the page definition filenames that appear in the  and  elements.
  • The web page file (.jsp or.jspx) has been renamed but the DataBindings.cpx file still references the original filename of the same web page.The page controller uses the page's URL to determine the correct page definition to use to create the ADF binding container for the web page. If the page's name from the URL does not match the element of the DataBindings.cpx file, an internal servlet error will be generated at runtime.
En mi caso no me sirvió, ya que verifique que estuviera bien la relación entre mi Page y me pageDefinitión y si lo estaba. Así que aquí va otra posible solución este problema:
  • Debemos irnos a la "go to Page Definition" de nuestra "Page" y verificar en la parte de "Model", los bindings que tenemos en nuestra definicion, lo que debemos fijarnos es que ninguno de ellos debe haber sido declarado como "ADF Swing Binding", debe ser declarado como "Generic Bindings"

No hay comentarios: