When using the maven annotate plugin for jaxb2, I keep getting a class not found exception if I am trying to add an annotation for a class not directly in the Java SDK. For example, the Java lang example works; however, the Entity Java persistence class annotation does not get picked up, even though it is in the classpath.
Roshan