java.lang.IllegalAccessError: tried to access field org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter.isOverlaid from class org.apache.cxf.binding.soap.saaj.SAAJStreamWriter
Looks like some jar file version issue, but not sure which dependency jar file needs to be changed.
We are seeing the following exception thrown while involking the WinRmTool.executeCommand. Here is the code:
try { WinRmTool tool = builder.build(); tool.executeCommand(cmd) } catch(Thriwable t) { // exception thrown here }
java.lang.IllegalAccessError: tried to access field org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter.isOverlaid from class org.apache.cxf.binding.soap.saaj.SAAJStreamWriter
Looks like some jar file version issue, but not sure which dependency jar file needs to be changed.
Using Winrm4j 0.5.0 version from Maven