[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Is META-INF in the classpath?

dimitris@jboss.org do-not-reply at jboss.com
Thu May 29 13:52:14 EDT 2008


Randomly looking into one of the tests that have been failing for ever now:
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-TestSuite-sun15/617/testReport/org.jboss.test.jmx.test/DeployServiceUnitTestCase/testDDEntityRefs/

A META-INF/jboss-service.xml descriptor references a 'noop.xml' entity in the same directory (META-INF) in the .sar, but fails to find it.


  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE server
  |    [
  |       <!ENTITY noop SYSTEM "META-INF/noop.xml"> 
  |    ] 
  | > 
  | 
  | <server>
  |    <!-- The noop entity ref below just imports a fragment like:
  |    <mbean code="org.jboss.test.jmx.loading.NoopService"
  | 	 name="test:name=EntityRefTest"/>
  |     -->
  |     &noop;
  | </server>
  | 

That was working in AS 3.x/4.x. Are we not allowing loading of resources from META-INF ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154410#4154410

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154410



More information about the jboss-dev-forums mailing list