On 1/19/07, Katrin Tomanek <[EMAIL PROTECTED]> wrote:
yes, I actually get an error message (see below).
Here, the feature "truncated" is actually a Boolean.
seems also to have to do with the primitive types. However, I don't know
exactly what is the problem here...
<snip/>
There is a known bug in the annotation viewer causing it to not
support the Boolean type and the other new primitive types (Byte,
Short, Long, Double). The error message you showed is exactly what I
would expect for this bug.
A fix will be out in v2.1, which we're hoping to release next month
(our first release from Apache). Until then, the only workaround is
to not use these primitive types (for example you could use an Integer
instead of a Boolean).
-Adam