Entries from JHeadstart Blog tagged with 'debugging'

JDeveloper: Adding Framework Debug Messages Without Changing Source Code

Today I ran into a problem where I got a NullPointerException in one of the EL-expressions called when processing an ADF Model page definition. The stack trace did not tell me which EL-expression caused the problem, and it could be...