[jboss-user] [EJB 3.0] - Re: ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy

jaikiran pai do-not-reply at jboss.com
Wed Sep 15 06:04:11 EDT 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100915/c2f72914/attachment.html 


More information about the jboss-user mailing list