Wednesday, May 25, 2011

ADF BC: Debugging and Printing Runtime queries with bind variable and value

 

There are times when we don’t know what bind variable value is provided to query during run time.

We can easily check that by setting following option in jdeveloper.

Right click viewcontroller ,if you are running JSF or right click Model project if you are only running app module and go to project properties.

Then go to following tab and set the flag.

jbo.debugoutput=console

image

1 comment:

  1. More on diagnostic messages:
    http://adfhowto.blogspot.com/2011/01/using-diagnostic-messages-for.html
    and also how to enable them in standalone WLS too.
    http://adfhowto.blogspot.com/2011/01/enable-diagnostic-messages-on-you.html
    :)

    ReplyDelete