]
Jason Greene updated AS7-922:
-----------------------------
Git Pull Request:
Annotation Scanner should tell you which class could not be indexed
-------------------------------------------------------------------
Key: AS7-922
URL:
https://issues.jboss.org/browse/AS7-922
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.0.0.CR1
Environment: Windows 7, Java 6 u21
Reporter: Tomaz Cerar
Assignee: Jason Greene
When trying to deploy ear application as throws you cryptic error msg "Invalid
Magic" while it is trying to index annotations.
currently stacktrace is like this:
Caused by: java.lang.RuntimeException: Invalid Magic
at org.jboss.jandex.Indexer.verifyMagic(Indexer.java:389)
at org.jboss.jandex.Indexer.index(Indexer.java:628)
at
org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:102)
The fix provided shows user which class failed indexing and in which archive.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: