R12.2.11: Seeded VOImpl Changed is not being picked up by OAF Page
In R12.2.11 upgrade instance we have added one custom method in seeded SupplierSearchVOImpl Vanilla class and the same method will be called from custom extended VOImpl child class(i.e. XXSupplierSearchVOImpl).
we have migrated the modified seeded class file to the corresponding standard java_top and ran the customall.jar followed by Apache Bounce.
we are still getting the error saying
"oracle.apps.fnd.framework.OAException: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NoSuchMethodError, msg=oracle.apps.pon.tools.suppliersearch.server.SupplierSearchVOImpl.XxvdmGetSelectStmt()Ljava/lang/String;"
Even though the Method XxvdmGetSelectStmt() is exists in seeded Vanilla class.
The same custom is working fine in 12.1 but in 12.2 its not taking the modified seeded class.