Andrew Rubinger [
http://community.jboss.org/people/ALRubinger] replied to the discussion
"EOFException from ShrinkWrap Deployment into MCAnn"
To view the discussion, visit:
http://community.jboss.org/message/542453#542453
--------------------------------------------------------------
As I said, this isn't the issue, but you probably still want to apply this:
[alr@localhost trunk]$ svn di core/src/
Index: core/src/main/java/org/jboss/mcann/AnnotationRepository.java
===================================================================
--- core/src/main/java/org/jboss/mcann/AnnotationRepository.java (revision 104694)
+++ core/src/main/java/org/jboss/mcann/AnnotationRepository.java (working copy)
@@ -46,7 +46,7 @@
static final String MCANN_METADATA_BINARY = "mcann.ser";
/** The full McAnn file path */
- static final String MCANN_PATH = "META-INF" + MCANN_METADATA_BINARY;
+ static final String MCANN_PATH = "META-INF/" + MCANN_METADATA_BINARY;
/**
* Merge repositories.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/542453#542453]
Start a new discussion in JBoss Microcontainer at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]