users@jaxb2-commons.java.net

Jaxb2 commons annotate

From: Roshan A. Punnoose <rpunnoose_at_proteus-technologies.com>
Date: Tue, 8 Jul 2008 13:35:13 -0400

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