dev@jaxb.java.net

TCK failures related to enum changes

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_Sun.COM>
Date: Fri, 24 Jun 2005 12:59:51 -0400

It looks like the TCK doesn't like the addition of the new API's in the
JAXB 1.0 codebase. There are 11 test failures like the ones below.
Thought I would throw this out for discussion...

In the mean time, I'll re-open issue 64.

Here is the error message from one of the failures:

> Added Methods
> -------------
>
> method public static java.util.Map getEnumMap()
> method public static [Ljavasoft.sqe.tests.string.enumeration_4_bind.NISTSchemaStringEnumeration4Type; values()
>
> result: Failed. 2 errors

--Ryan