5 Replies Latest reply on May 12, 2014 3:34 PM by vwjugow

    @Table annotation not present in 3.0-SNAPSHOT

    vwjugow

      Hi, I saw this : https://issues.jboss.org/browse/ERRAI-564

      And I want to try it, but I can't find @Table annotation in 3.0-SNAPSHOT (already compiled with -U option in maven)

      So I guess it's just that you didn't updated the jars (because I see it in the sources) ?

       

      Also another question,

      I had some classes that extended ListWidget, and were annotated with @OrderedList, but now that I've updated the jars, it says the annotation can't be applied to a Type. Why did you do that, how can I fix that? For now I've just remove it and luckily for me my widget is displayed in the same way as before.

       

      Thanks!