I have been working on a tricky case where the customer had developed a custom DBTransactionFactory, following instructions from the article "Creating and Using a Custom DBTransaction Implementation" from Steve Muench.It was working fine and the application was correctly using...
When your ADF Faces page includes a component with the property autoSubmit set to true, you get the following error:JBO-27014: Field <fieldName> in <AppModule>.<ViewObject> is mandatory for a component with the property immediate set to true.This happens f.ex. when you...
I've added example # 3 to illustrate how to use an <af:selectBooleanCheckbox> bound to VARCHAR2 or NUMBER Oracle Database columns.This is performed by creating a transient attribute of type Boolean and redefining its getter and setter methods to 'translate' the...
I explained in a previous post how to simulate the AM (Application Module) passivation / activation.I got some feedback from customers that it helped in determining the cause of a java.lang.NullPointerException end-users were complaining about from time to time.We investigated...
Some users report intermittent errors like the following, occurring under heavy load in the Production environment:oracle.jbo.SQLStmtException:JBO-27120: SQL error during query execution. Statement: <SQL Statement>(...)java.sql.SQLException: Missing IN or OUT parameter at index:: <index number>orJBO-27122: SQL error during statement preparation. Statement: <SQL...
Some customers mention that after a certain period of inactivity, the Application Module pool is completely empty. This happens even though jbo.ampool.minavailablesize (Minimum Available Size) is greater than 0.The reason is that after x milliseconds, we consider an AM instance...
In a previous post, I recommended the book "Oracle JDeveloper 10g for Forms & PL/SQL Developers and referred to the Chapter 6 - Business Services in ADF as example. This chapter can now be downloaded from OTN [Here] (PDF)...
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'BC'.