Found some issues:
12. Building pki-core using the compose script failed. It looks like
some classes in the common package have become dependent on KRA classes.
com/netscape/cms/servlet/key/model/KeyDAO.java:38: error: package
com.netscape.kra does not exist
import com.netscape.kra.RecoveryService;
com/netscape/cms/servlet/key/model/KeyDAO.java:39: error: package
com.netscape.kra does not exist
import com.netscape.kra.SecurityDataRecoveryService;
13. Running the DRMTest in eclipse requires adding the following jar
files into the .classpath:
/usr/share/java/jakarta-commons-httpclient.jar
/usr/share/java/apache-commons-logging.jar
/usr/share/java/commons-codec.jar
14. The test setup procedure should to be documented (e.g. updating
schema, creating test folder, creating security db, test parameters).
15. I got this error when running the test: Unable to find a
MessageBodyReader of content-type application/xml and type null.
Any idea? It could be my environment is not properly setup.
--
Endi S. Dewata