A number of JAR files present in our old IBM Domino 9.0.1FP9 environment appear to have gone missing after upgrading to HCL Domino 11.0.1. Specifically, the below list:
import com.ibm.commons.util.StringUtil;
import com.ibm.xsp.extlib.util.ExtLibUtil;
import com.ibm.jscript.debug.ArrayListUtil;
import com.ibm.xsp.model.DataObject;
import com.ibm.xsp.model.domino.wrapped.DominoDocument;
import org.apache.commons.beanutils.PropertyUtils;
import org.openntf.xsp.debugtoolbar.beans.DebugToolbarBean;
import java.io.Serializable;
import java.util.Map;
import java.util.HashMap;
import javax.faces.context.FacesContext;
I feel as though I'm missing something basic here, but have searched long and far for any HCL technotes on this.
Any suggestions on how/where/what I need to do in order to get these to resolve again?