The following change is required for the new programmatic Jarsigner code to work.
Index: core/extra-jre-packages/pom.xml
===================================================================
--- core/extra-jre-packages/pom.xml (revision 39740)
+++ core/extra-jre-packages/pom.xml (working copy)
@@ -143,6 +143,7 @@
sun.security.util,
sun.security.x509,
sun.security.x509,
+ sun.security.pkcs,
sun.tools.javac,
sunw.io,
sunw.util
Regards,
Sudarsan
PS: There are quite a few packages repeated in this pom.xml, like sun.security.x509 shown above. Should these be removed?