]
Michael Biarnes Kiefer updated DROOLS-855:
------------------------------------------
Fix Version/s: 6.4.0.CR1
(was: 6.4.0.Beta1)
Migrating DroolsJaxbHelperImpl from XJC/CodeModel code to a different
framework
-------------------------------------------------------------------------------
Key: DROOLS-855
URL:
https://issues.jboss.org/browse/DROOLS-855
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.3.0.Beta2
Reporter: Marco Rietveld
Assignee: Marco Rietveld
Fix For: 6.4.0.CR1
The {{DroolsJaxbHelperProviderImpl}} class uses classes from the {{com.sun.codemodel.\*}}
and {{com.sun.tools.xjc.\*}} packages, which interferes with an upgrade to a newer version
of CXF.
This jira is for the migration of that code (primarily the {{addXsdModel(..)}} method) to
a different framework.