Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
714 views
in Programming by
edited by
I am getting below error. Any idea whats wrong?

Cybersource Technical issue DOMSource cannot be processed: check that saxon8-dom.jar is on the classpath

com.cybersource.ws.client.ClientException: DOMSource cannot be processed: check that saxon8-dom.jar is on the classpath

at com.cybersource.ws.client.Connection.post(Connection.java:103) ~[cybersource-sdk-java-6.0.1.jar:?]

at com.cybersource.ws.client.Client.runTransaction(Client.java:112) ~[cybersource-sdk-java-6.0.1.jar:?]

at com.cybersource.ws.client.Client.runTransaction(Client.java:64) ~[cybersource-sdk-java-6.0.1.jar:?]

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

Tthere are several ways to overcome this error. Two of those are as give below.

  1. Move transformet implementation JAR, example, xalan, to the beginning of classpath.
  2. Add a JVM option: -Djavax.xml.transform.TransformerFactory=<any transformer class you need>.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...