Monthly Archives: May 2010

Fix ClassNotFoundException – oracle.ecsf.util.contextFactory


If you face issues like

java.lang.ClassNotFoundException: oracle.ecsf.util.contextFactory

then the solution is to add ECSF(Enterprise Core Solutions Framework) library to the project. There are two libraries that will make an impact

  • ECSF Client
  • ECSF Runtime

AutoHeightRows along with detailStamp


When a table has AutoHeightRows set to a value greater than 0 (eg 10),

clicking on the expand icon (+) in the row header does not display the

detailStamp area of the table

We have to set the AutoHeightRows to a value greater than 0 because if we

leave it as -1, a blank white area is displayed in the table

Do you know the fix for this?

simple fix was to add this attribute to the table:

rowDisclosureListener=#{FixAutoHeightRows.pprTable}

Here

FixAutoHeightRows is the bean bounded to the page

pprTable is the table binding or the binding for the component that is surrounding the table