[jboss-user] [JBoss Microcontainer] - EOFException from ShrinkWrap Deployment into MCAnn

Andrew Rubinger do-not-reply at jboss.com
Tue May 11 23:12:40 EDT 2010


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 at 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&containerType=14&container=2114]

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


More information about the jboss-user mailing list