0

I want to set this system property in a build.xml script before using CXF to generate stubs using WSDL2Java. I'm aware of the security risks. How can I do it?

Mind Pixel
  • 816
  • 7
  • 16
  • http://stackoverflow.com/questions/24434052/failed-to-parse-wsdl-during-deploying-app-on-jboss-maybe-woodstox/24450285#24450285 – Marcin Erbel Jun 27 '14 at 11:11

1 Answers1

1

Have a look at the usage of <sysproperty> in the Ant manual for Java Task.

bgossit
  • 1,086
  • 9
  • 13