jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion
"Re: ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy" To view the discussion, visit: http://community.jboss.org/message/561821#561821 -------------------------------------------------------------- The real issue is, there's some annotation whose value uses a class which isn't in the classpath. For example: @SomeAnnotation (value = SomeClassNotInClasspath.class) public class SomeClass You'll have to make sure that the "SomeClassNotInClasspath" is made available in the classpath (for example, by packaging it in your app). -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/561821#561821] Start a new discussion in EJB 3.0 at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
