1

If I don't do anything, I get errors of the annotation driver.
I've read the upgrade doc, and know about the "use" statements to define the namespace of the annotations.

HOWEVER - I do not want to go over all my entities and add that to each annotation.

Doron
  • 3,176
  • 7
  • 35
  • 60

1 Answers1

0

use the SimpleAnnotationReader instead of the AnnotationReader.

trialgod
  • 302
  • 1
  • 15
  • that is indeed something that is required to do. the problem is that Bisna had to be updated to support something else. That has happened in the past few days, so now everything is good! – Doron Feb 16 '12 at 11:48