Question
Facing Compilation Issues in Library/ Functions post importing Custom Jars. com.pega.apache.poi.hssf.usermodel.*
Hi Team,
We have recently upgraded from Pega 7.1.7 to Pega 7.4, post which we are unable to compile custom functions/ library
GEtting the below error:
The import com.pega.apache.poi cannot be resolved.
com.pega.apache.poi.hssf.usermodel.* cannot be resolved.
have seen many articles related to this in PDN but not getting any correct resolution.
We understand that post 7.2.2 release com.pega.apache.poi is replaced with org.apache.poi but we need some solution to overcome this.
Hi
It looks like you may have to recompile the custom jars to be in line with newest jars.
hence I suspect you may have to alter the import statements in your custom jar to refer something like "org.apache.poi.*" instead.