Change in ovirt-engine[master]: host-deploy: ssh: use apache commons Hex instead of j2se

Yair Zaslavsky has submitted this change and it was merged. Change subject: host-deploy: ssh: use apache commons Hex instead of j2se ...................................................................... host-deploy: ssh: use apache commons Hex instead of j2se although javax.xml.bind.DatatypeConverter is part of j2se[1], it is missing from jboss rhev environment. java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter at org.ovirt.engine.core.utils.ssh.SSHClient._validateDigest(SSHClient.java:97) [utils.jar:] at org.ovirt.engine.core.utils.ssh.SSHClient.sendFile(SSHClient.java:625) [utils.jar:] at org.ovirt.engine.core.utils.ssh.SSHDialog.sendFile(SSHDialog.java:361) [utils.jar:] resolution is to use apache commons Hex to decode hex instead. [1] http://docs.oracle.com/javase/7/docs/api/javax/xml/bind/DatatypeConverter.ht... Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=987891 Change-Id: Ie57b334d152da9e20ce556f801d48b836378fa7b Signed-off-by: Alon Bar-Lev <alonbl@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ssh/SSHClient.java 1 file changed, 4 insertions(+), 3 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17412 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie57b334d152da9e20ce556f801d48b836378fa7b Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
yzaslavs@redhat.com