Improve DynamicClientFactory: make compileJavaSrc() non static and protected
----------------------------------------------------------------------------
Key: CXF-1922
URL: https://issues.apache.org/jira/browse/CXF-1922
Project: CXF
Issue Type: Improvement
Components: JAXB Databinding
Reporter: dba
It would be great to be able to override the compileJavaSrc()-method in order
to define a custom compiler, such as the eclipse compiler. This would remove
the dependency of the jdk and the DynamcClientFactory could be used on any
client-machine.
In order to do so it would be necessary to change the mehtod signature: remove
the static-property (no need for) and make set visibilty to protected. A
solution is attached in the patch.
Regards.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.