I had already switched my build over to using the following which is
working fine.
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
<version>${maven-jaxb2-plugin.version}</version>
</dependency>
So don't have that test case anymore, sorry.
-Dave
On Sat, Oct 11, 2014 at 12:33 PM, Christian Schulte <
sch...@us...> wrote:
> Am 10/11/14 17:19, schrieb David Hoffer:
> > Here is an example of the generated code where phase is an enum and is
> > therefore not clonable.
> >
> > try {
> > this.phase = ((o.phase == null)?null:((o.getPhase() ==
> > null)?null:((PhaseType) o.getPhase().clone())));
> > } catch (Exception e) {
> > throw new AssertionError(e);
> > }
> >
> > How do I resolve this?
>
> Could you please provide a reproducible test case including a schema
> with a type leading to that code ?
>
> --
> Christian
>
>
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> ccxjc-users mailing list
> ccx...@li...
> https://lists.sourceforge.net/lists/listinfo/ccxjc-users
>
|