I have a Java application for signing XML documents. After upgrading Java to the latest version (Java7u25) it stops working. I get the following error:
javax
If you have
dsObjectChild.setAttribute("Id", "My-id-value");
Change it to
dsObjectChild.setAttribute("Id", "My-id-value"); dsObjectChild.setIdAttribute("Id", true);
It is working with java 1.7.0_45