1 Reply Latest reply on Dec 6, 2007 3:59 PM by alesj

    EARDeploymentUnitTestCase failure

    alesj

      OK, I know we said these tests are bogus, obsolete ...

      "adrian@jboss.org" wrote:

      I'll repeat, these tests are bogus they need replacing with something that
      tests the new relaxed rules. There's no point trying to fix them
      since they are testing obsolete rules.

      But I was already in the middle of fixing them, so this is done ... almost.

      The last test that is failing is this one - EARDeploymentUnitTestCase:
      Just trying to identify the failure cause, if it might help with our future developement.
      org.jboss.deployers.spi.DeploymentException: Error during deploy: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
      
      Caused by: java.lang.IllegalStateException: No ConnectorMetaData found for mdf rarName: testdeployers-ear1.ear#testdeployers-mcf1.rar
       at org.jboss.resource.deployers.builder.ManagedConnectionFactoryBuilder.buildConstructor(ManagedConnectionFactoryBuilder.java:83)
       at org.jboss.resource.deployers.builder.AbstractBuilder.buildService(AbstractBuilder.java:56)
       at org.jboss.resource.deployers.builder.AbstractBuilder.build(AbstractBuilder.java:65)
       at org.jboss.resource.deployers.ManagedConnectionFactoryDeployer.deploy(ManagedConnectionFactoryDeployer.java:177)
       at org.jboss.resource.deployers.ManagedConnectionFactoryDeployer.deploy(ManagedConnectionFactoryDeployer.java:52)
       at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
       at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
       at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
       ... 59 more
      21:48:12,890 WARN [MainDeployer] Failed to deploy: file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
      

      This is the xml:
      <connection-factories>
      
       <tx-connection-factory>
       <jndi-name>testdeployers/DS1</jndi-name>
       <rar-name>testdeployers-ear1.ear#testdeployers-mcf1.rar</rar-name>
       <connection-definition>org.jboss.test.deployers.rar.mcf1.MCF1ConnectionFactory</connection-definition>
       </tx-connection-factory>
      
      </connection-factories>
      


        • 1. Re: EARDeploymentUnitTestCase failure
          alesj

          Looks like Ejb3Deployer kicks in before RARParsingDeployer handles .rar file:

          21:50:55,640 WARN [MainDeployer] undeploy 'file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear' : package not deployed
          21:50:55,640 INFO [MainDeployer] deploy, url=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:55,750 DEBUG [MainDeployerImpl] Add deployment: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:55,750 TRACE [VFSStructuralDeployersImpl] Determining structure for testdeployers-ear1.ear deployers=[org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure@b1fea4, org.jboss.deployers.vfs.plugins.structure.war.WARStructure@bc22eb, org.jboss.deployment.EARStructure@1166179, org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc, org.jboss.deployers.vfs.plugins.structure.file.FileStructure@3f4a21 (proxied by org.jboss.deployers.vfs.plugins.structure.file.AOPContainerProxy$0@11bda67)]
          21:50:55,750 TRACE [DeclaredStructure] JarHandler@7380169[path= context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear] is not a leaf
          21:50:55,750 TRACE [DeclaredStructure] ... no META-INF/jboss-structure.xml.
          21:50:55,750 TRACE [DeclaredStructure] JarHandler@7380169[path= context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear] isJBossStructure: false
          21:50:55,750 TRACE [DeclaredStructure] Not recognised: testdeployers-ear1.ear
          21:50:55,750 TRACE [WARStructure] ... no - doesn't look like a war and no WEB-INF subdirectory.
          21:50:55,750 TRACE [WARStructure] Not recognised: testdeployers-ear1.ear
          21:50:55,750 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@e0e5b7, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:55,750 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:55,750 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
          21:50:55,750 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
          21:50:55,750 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@e0e5b7, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:55,937 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@e0e5b7, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:55,968 TRACE [VFSStructuralDeployersImpl] Determining structure for testdeployers-mcf1-ds.xml deployers=[org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure@b1fea4, org.jboss.deployers.vfs.plugins.structure.war.WARStructure@bc22eb, org.jboss.deployment.EARStructure@1166179, org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc, org.jboss.deployers.vfs.plugins.structure.file.FileStructure@3f4a21 (proxied by org.jboss.deployers.vfs.plugins.structure.file.AOPContainerProxy$0@11bda67)]
          21:50:55,968 TRACE [DeclaredStructure] Not recognised: testdeployers-mcf1-ds.xml
          21:50:55,968 TRACE [WARStructure] ... no - not a directory or an archive.
          21:50:55,968 TRACE [WARStructure] Not recognised: testdeployers-mcf1-ds.xml
          21:50:55,968 TRACE [JARStructure] ... no - not a directory or an archive.
          21:50:55,968 TRACE [JARStructure] Not recognised: testdeployers-mcf1-ds.xml
          21:50:55,968 TRACE [FileStructure] JarEntryHandler@31113433[path=testdeployers-mcf1-ds.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/testdeployers-mcf1-ds.xml] is a leaf
          21:50:55,968 TRACE [FileStructure] ... ok - not a top level file but it is a known name
          21:50:55,968 TRACE [FileStructure] Added context ContextInfoImpl{path= metaData=null classPath=null} from testdeployers-mcf1-ds.xml
          21:50:55,968 TRACE [FileStructure] JarEntryHandler@31113433[path=testdeployers-mcf1-ds.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/testdeployers-mcf1-ds.xml] isFile: true
          21:50:55,968 TRACE [AOPContainerProxy$0] Recognised: testdeployers-mcf1-ds.xml
          21:50:55,968 TRACE [VFSStructuralDeployersImpl] testdeployers-mcf1-ds.xml recognised by org.jboss.deployers.vfs.plugins.structure.file.FileStructure@3f4a21 (proxied by org.jboss.deployers.vfs.plugins.structure.file.AOPContainerProxy$0@11bda67)
          21:50:55,968 TRACE [VFSStructuralDeployersImpl] Determining structure for testdeployers-bean1ejb.jar deployers=[org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure@b1fea4, org.jboss.deployers.vfs.plugins.structure.war.WARStructure@bc22eb, org.jboss.deployment.EARStructure@1166179, org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc, org.jboss.deployers.vfs.plugins.structure.file.FileStructure@3f4a21 (proxied by org.jboss.deployers.vfs.plugins.structure.file.AOPContainerProxy$0@11bda67)]
          21:50:55,968 TRACE [DeclaredStructure] NestedJarHandler@11204850[path=testdeployers-bean1ejb.jar context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp] is not a leaf
          21:50:55,968 TRACE [DeclaredStructure] ... no META-INF/jboss-structure.xml.
          21:50:55,968 TRACE [DeclaredStructure] NestedJarHandler@11204850[path=testdeployers-bean1ejb.jar context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp] isJBossStructure: false
          21:50:55,968 TRACE [DeclaredStructure] Not recognised: testdeployers-bean1ejb.jar
          21:50:55,968 TRACE [WARStructure] ... no - doesn't look like a war and no WEB-INF subdirectory.
          21:50:55,968 TRACE [WARStructure] Not recognised: testdeployers-bean1ejb.jar
          21:50:55,968 TRACE [JARStructure] Added context ContextInfoImpl{path= metaData=META-INF classPath=null} from testdeployers-bean1ejb.jar
          21:50:55,968 TRACE [JARStructure] Added classpath entry testdeployers-bean1ejb.jar for testdeployers-bean1ejb.jar from JarHandler@7380169[path= context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear]
          21:50:55,968 TRACE [VFSStructuralDeployersImpl] Determining structure for META-INF deployers=[org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure@b1fea4, org.jboss.deployers.vfs.plugins.structure.war.WARStructure@bc22eb, org.jboss.deployment.EARStructure@1166179, org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc, org.jboss.deployers.vfs.plugins.structure.file.FileStructure@3f4a21 (proxied by org.jboss.deployers.vfs.plugins.structure.file.AOPContainerProxy$0@11bda67)]
          21:50:55,968 TRACE [DeclaredStructure] JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] is not a leaf
          21:50:55,968 TRACE [DeclaredStructure] ... no META-INF/jboss-structure.xml.
          21:50:55,968 TRACE [DeclaredStructure] JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] isJBossStructure: false
          21:50:55,968 TRACE [DeclaredStructure] Not recognised: META-INF
          21:50:55,968 TRACE [WARStructure] ... no - doesn't look like a war and no WEB-INF subdirectory.
          21:50:55,968 TRACE [WARStructure] Not recognised: META-INF
          21:50:55,968 TRACE [JARStructure] ... no - doesn't look like a jar and no META-INF subdirectory.
          21:50:55,968 TRACE [JARStructure] Not recognised: META-INF
          21:50:55,968 TRACE [FileStructure] ... no - not a file.
          21:50:55,968 TRACE [AOPContainerProxy$0] Not recognised: META-INF
          21:50:55,968 TRACE [VFSStructuralDeployersImpl] META-INF not recognised
          21:50:55,968 TRACE [VFSStructuralDeployersImpl] Determining structure for org deployers=[org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure@b1fea4, org.jboss.deployers.vfs.plugins.structure.war.WARStructure@bc22eb, org.jboss.deployment.EARStructure@1166179, org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc, org.jboss.deployers.vfs.plugins.structure.file.FileStructure@3f4a21 (proxied by org.jboss.deployers.vfs.plugins.structure.file.AOPContainerProxy$0@11bda67)]
          21:50:55,968 TRACE [DeclaredStructure] JarEntryHandler@13411769[path=testdeployers-bean1ejb.jar/org context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/org/] is not a leaf
          21:50:55,968 TRACE [DeclaredStructure] ... no META-INF/jboss-structure.xml.
          21:50:55,968 TRACE [DeclaredStructure] JarEntryHandler@13411769[path=testdeployers-bean1ejb.jar/org context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/org/] isJBossStructure: false
          21:50:55,968 TRACE [DeclaredStructure] Not recognised: org
          21:50:55,968 TRACE [WARStructure] ... no - doesn't look like a war and no WEB-INF subdirectory.
          21:50:55,968 TRACE [WARStructure] Not recognised: org
          21:50:55,968 TRACE [JARStructure] ... no - doesn't look like a jar and no META-INF subdirectory.
          21:50:55,968 TRACE [JARStructure] Not recognised: org
          21:50:55,968 TRACE [FileStructure] ... no - not a file.
          21:50:55,968 TRACE [AOPContainerProxy$0] Not recognised: org
          21:50:55,968 TRACE [VFSStructuralDeployersImpl] org not recognised
          21:50:55,968 TRACE [JARStructure] Recognised: testdeployers-bean1ejb.jar
          21:50:55,968 TRACE [VFSStructuralDeployersImpl] testdeployers-bean1ejb.jar recognised by org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc
          21:50:55,984 TRACE [VFSStructuralDeployersImpl] Determining structure for testdeployers-client1.jar deployers=[org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure@b1fea4, org.jboss.deployers.vfs.plugins.structure.war.WARStructure@bc22eb, org.jboss.deployment.EARStructure@1166179, org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc, org.jboss.deployers.vfs.plugins.structure.file.FileStructure@3f4a21 (proxied by org.jboss.deployers.vfs.plugins.structure.file.AOPContainerProxy$0@11bda67)]
          21:50:55,984 TRACE [DeclaredStructure] NestedJarHandler@26489034[path=testdeployers-client1.jar context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp] is not a leaf
          21:50:55,984 TRACE [DeclaredStructure] ... no META-INF/jboss-structure.xml.
          21:50:55,984 TRACE [DeclaredStructure] NestedJarHandler@26489034[path=testdeployers-client1.jar context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp] isJBossStructure: false
          21:50:55,984 TRACE [DeclaredStructure] Not recognised: testdeployers-client1.jar
          21:50:55,984 TRACE [WARStructure] ... no - doesn't look like a war and no WEB-INF subdirectory.
          21:50:55,984 TRACE [WARStructure] Not recognised: testdeployers-client1.jar
          21:50:55,984 TRACE [JARStructure] Added context ContextInfoImpl{path= metaData=META-INF classPath=null} from testdeployers-client1.jar
          21:50:55,984 TRACE [JARStructure] Added classpath entry testdeployers-client1.jar for testdeployers-client1.jar from JarHandler@7380169[path= context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear]
          21:50:55,984 TRACE [VFSStructuralDeployersImpl] Determining structure for META-INF deployers=[org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure@b1fea4, org.jboss.deployers.vfs.plugins.structure.war.WARStructure@bc22eb, org.jboss.deployment.EARStructure@1166179, org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc, org.jboss.deployers.vfs.plugins.structure.file.FileStructure@3f4a21 (proxied by org.jboss.deployers.vfs.plugins.structure.file.AOPContainerProxy$0@11bda67)]
          21:50:55,984 TRACE [DeclaredStructure] JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] is not a leaf
          21:50:55,984 TRACE [DeclaredStructure] ... no META-INF/jboss-structure.xml.
          21:50:55,984 TRACE [DeclaredStructure] JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] isJBossStructure: false
          21:50:55,984 TRACE [DeclaredStructure] Not recognised: META-INF
          21:50:55,984 TRACE [WARStructure] ... no - doesn't look like a war and no WEB-INF subdirectory.
          21:50:55,984 TRACE [WARStructure] Not recognised: META-INF
          21:50:55,984 TRACE [JARStructure] ... no - doesn't look like a jar and no META-INF subdirectory.
          21:50:55,984 TRACE [JARStructure] Not recognised: META-INF
          21:50:55,984 TRACE [FileStructure] ... no - not a file.
          21:50:55,984 TRACE [AOPContainerProxy$0] Not recognised: META-INF
          21:50:55,984 TRACE [VFSStructuralDeployersImpl] META-INF not recognised
          21:50:55,984 TRACE [JARStructure] Recognised: testdeployers-client1.jar
          21:50:55,984 TRACE [VFSStructuralDeployersImpl] testdeployers-client1.jar recognised by org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@8c02cc
          21:50:55,984 TRACE [VFSStructuralDeployersImpl] testdeployers-ear1.ear recognised by org.jboss.deployment.EARStructure@1166179
          21:50:55,984 TRACE [VFSStructureBuilder] Populating deployment vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear metaData=StructureMetaDataImpl{contexts=[ContextInfoImpl{path= metaData=META-INF classPath=null}, ContextInfoImpl{path=testdeployers-mcf1-ds.xml metaData=null classPath=null}, ContextInfoImpl{path=testdeployers-bean1ejb.jar metaData=META-INF classPath=[ClassPathEntryImpl{path=testdeployers-bean1ejb.jar}]}, ContextInfoImpl{path=testdeployers-client1.jar metaData=META-INF classPath=[ClassPathEntryImpl{path=testdeployers-client1.jar}]}]}
          21:50:55,984 TRACE [VFSStructureBuilder] Apply context: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ContextInfoImpl{path= metaData=META-INF classPath=null}
          21:50:55,984 TRACE [VFSStructureBuilder] Populating Context vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear metaData=StructureMetaDataImpl{contexts=[ContextInfoImpl{path= metaData=META-INF classPath=null}, ContextInfoImpl{path=testdeployers-mcf1-ds.xml metaData=null classPath=null}, ContextInfoImpl{path=testdeployers-bean1ejb.jar metaData=META-INF classPath=[ClassPathEntryImpl{path=testdeployers-bean1ejb.jar}]}, ContextInfoImpl{path=testdeployers-client1.jar metaData=META-INF classPath=[ClassPathEntryImpl{path=testdeployers-client1.jar}]}]}
          21:50:55,984 TRACE [VFSStructureBuilder] Apply context: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml ContextInfoImpl{path=testdeployers-mcf1-ds.xml metaData=null classPath=null}
          21:50:55,984 TRACE [VFSStructureBuilder] Populating Context vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml metaData=StructureMetaDataImpl{contexts=[ContextInfoImpl{path= metaData=null classPath=null}]}
          21:50:55,984 TRACE [VFSStructureBuilder] Apply context: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar ContextInfoImpl{path=testdeployers-bean1ejb.jar metaData=META-INF classPath=[ClassPathEntryImpl{path=testdeployers-bean1ejb.jar}]}
          21:50:55,984 TRACE [VFSStructureBuilder] Resolving classpath entry ClassPathEntryImpl{path=testdeployers-bean1ejb.jar} for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:55,984 TRACE [AbstractVFSDeploymentContext] ClassPath for testdeployers-bean1ejb.jar is testdeployers-bean1ejb.jar
          21:50:55,984 TRACE [VFSStructureBuilder] Populating Context vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar metaData=StructureMetaDataImpl{contexts=[ContextInfoImpl{path= metaData=META-INF classPath=[ClassPathEntryImpl{path=testdeployers-bean1ejb.jar}]}]}
          21:50:55,984 TRACE [VFSStructureBuilder] Apply context: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar ContextInfoImpl{path=testdeployers-client1.jar metaData=META-INF classPath=[ClassPathEntryImpl{path=testdeployers-client1.jar}]}
          21:50:55,984 TRACE [VFSStructureBuilder] Resolving classpath entry ClassPathEntryImpl{path=testdeployers-client1.jar} for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:55,984 TRACE [AbstractVFSDeploymentContext] ClassPath for testdeployers-client1.jar is testdeployers-client1.jar
          21:50:55,984 TRACE [VFSStructureBuilder] Populating Context vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar metaData=StructureMetaDataImpl{contexts=[ContextInfoImpl{path= metaData=META-INF classPath=[ClassPathEntryImpl{path=testdeployers-client1.jar}]}]}
          21:50:55,984 DEBUG [MainDeployerImpl] Scheduling deployment: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear parent=null
          21:50:55,984 DEBUG [MainDeployerImpl] Scheduling deployment: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar parent=AbstractVFSDeploymentContext@29977346{vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear}
          21:50:55,984 DEBUG [MainDeployerImpl] Scheduling deployment: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar parent=AbstractVFSDeploymentContext@29977346{vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear}
          21:50:55,984 DEBUG [MainDeployerImpl] Scheduling deployment: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml parent=AbstractVFSDeploymentContext@29977346{vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear}
          21:50:56,000 TRACE [DeployersImpl] Deployers for Not Installed []
          21:50:56,000 TRACE [DeployersImpl] Deployers for Not Installed []
          21:50:56,000 DEBUG [DeployersImpl] Deploying vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,000 TRACE [DeployersImpl] Deployers for Parse [org.jboss.deployers.vfs.deployer.kernel.BeanDeployer@1c5a33b, org.jboss.deployment.AppParsingDeployer@1382988, org.jboss.deployment.JBossAppParsingDeployer@489670, org.jboss.ejb3.deployers.AppClientParsingDeployer@1f9eba0, org.jboss.ejb3.deployers.JBossClientParsingDeployer@1ee1619, org.jboss.ejb3.deployers.PersistenceUnitParsingDeployer@176feaf, org.jboss.resource.deployers.ManagedConnectionFactoryParserDeployer@13fe4e4, org.jboss.resource.deployers.RARParserDeployer@ba3b30, org.jboss.system.deployers.SARDeployer@552379, org.jboss.varia.deployment.LegacyBeanShellDeployer@3da1dc, org.jboss.deployment.EARContentsDeployer@a6343d, org.jboss.deployment.WebAppParsingDeployer@1fcc4f8, org.jboss.deployment.JBossWebAppParsingDeployer@1af2a9c, org.jboss.web.tomcat.service.deployers.ClusteringDefaultsDeployer@1516070, org.jboss.deployment.EjbParsingDeployer@7834eb, org.jboss.deployment.JBossEjbParsingDeployer@e5d155]
          21:50:56,000 TRACE [BeanDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,000 TRACE [BeanDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,000 TRACE [BeanDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:56,000 TRACE [BeanDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:56,000 TRACE [BeanDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:56,000 TRACE [BeanDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:56,000 TRACE [BeanDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:50:56,000 TRACE [BeanDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:50:56,000 TRACE [AbstractVFSDeploymentContext] Found application.xml in META-INF
          21:50:56,000 DEBUG [AppParsingDeployer] Parsing file: JarEntryHandler@14759619[path=META-INF/application.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/application.xml] for deploymentType: class org.jboss.metadata.ear.spec.EarMetaData
          21:50:56,000 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@1d241c9, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:56,000 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:56,000 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
          21:50:56,000 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
          21:50:56,000 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
          21:50:56,000 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:56,000 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@1d241c9, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:56,140 DEBUG [AppParsingDeployer] Parsed file: JarEntryHandler@14759619[path=META-INF/application.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/application.xml] to: org.jboss.metadata.ear.spec.Ear14MetaData@1f
          21:50:56,140 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: application.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: application.xml
          21:50:56,156 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: application.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: application.xml
          21:50:56,156 TRACE [AbstractVFSDeploymentContext] Found jboss-app.xml in META-INF
          21:50:56,156 DEBUG [JBossAppParsingDeployer] Parsing file: JarEntryHandler@1307084[path=META-INF/jboss-app.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/jboss-app.xml] for deploymentType: class org.jboss.metadata.ear.jboss.JBossAppMetaData
          21:50:56,156 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@167be7c, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@167be7c, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:56,156 DEBUG [JBossAppParsingDeployer] Parsed file: JarEntryHandler@1307084[path=META-INF/jboss-app.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/jboss-app.xml] to: org.jboss.metadata.ear.jboss.JBoss50DTDAppMetaData@1f
          21:50:56,156 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss-app.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: jboss-app.xml
          21:50:56,156 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss-app.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: jboss-app.xml
          21:50:56,156 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: application-client.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: application-client.xml
          21:50:56,156 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: application-client.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: application-client.xml
          21:50:56,156 TRACE [AbstractVFSDeploymentContext] Found application-client.xml in META-INF
          21:50:56,156 DEBUG [AppClientParsingDeployer] Parsing file: JarEntryHandler@8277841[path=testdeployers-client1.jar/META-INF/application-client.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/application-client.xml] for deploymentType: class org.jboss.metadata.client.spec.ApplicationClientMetaData
          21:50:56,156 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@8969c3, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:56,156 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@8969c3, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:56,265 DEBUG [AppClientParsingDeployer] Parsed file: JarEntryHandler@8277841[path=testdeployers-client1.jar/META-INF/application-client.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/application-client.xml] to: org.jboss.metadata.client.spec.ApplicationClient14MetaData@1f
          21:50:56,265 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss-client.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: jboss-client.xml
          21:50:56,265 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss-client.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: jboss-client.xml
          21:50:56,265 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss-client.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: jboss-client.xml
          21:50:56,265 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: persistence.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: persistence.xml
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: persistence.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: persistence.xml
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: persistence.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: persistence.xml
          21:50:56,281 TRACE [ManagedConnectionFactoryParserDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,281 TRACE [ManagedConnectionFactoryParserDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,281 TRACE [ManagedConnectionFactoryParserDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:56,281 TRACE [ManagedConnectionFactoryParserDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:56,281 TRACE [ManagedConnectionFactoryParserDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:56,281 TRACE [ManagedConnectionFactoryParserDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:56,281 TRACE [ManagedConnectionFactoryParserDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:50:56,281 TRACE [ManagedConnectionFactoryParserDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:50:56,281 TRACE [RARParserDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: ra.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: ra.xml
          21:50:56,281 TRACE [RARParserDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,281 TRACE [RARParserDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: ra.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: ra.xml
          21:50:56,281 TRACE [RARParserDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:56,281 TRACE [RARParserDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: ra.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: ra.xml
          21:50:56,281 TRACE [RARParserDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:56,281 TRACE [RARParserDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:50:56,281 TRACE [RARParserDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Found application.xml in META-INF
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: web.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: web.xml
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: web.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: web.xml
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: web.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: web.xml
          21:50:56,281 TRACE [DeployersImpl] Deployer org.jboss.deployment.JBossWebAppParsingDeployer@1af2a9c not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,281 TRACE [DeployersImpl] Deployer org.jboss.deployment.JBossWebAppParsingDeployer@1af2a9c not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:56,281 TRACE [DeployersImpl] Deployer org.jboss.deployment.JBossWebAppParsingDeployer@1af2a9c not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:56,281 TRACE [DeployersImpl] Deployer org.jboss.deployment.JBossWebAppParsingDeployer@1af2a9c not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:50:56,281 TRACE [DeployersImpl] Deployer org.jboss.web.tomcat.service.deployers.ClusteringDefaultsDeployer@1516070 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:50:56,281 TRACE [DeployersImpl] Deployer org.jboss.web.tomcat.service.deployers.ClusteringDefaultsDeployer@1516070 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:50:56,281 TRACE [DeployersImpl] Deployer org.jboss.web.tomcat.service.deployers.ClusteringDefaultsDeployer@1516070 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:50:56,281 TRACE [DeployersImpl] Deployer org.jboss.web.tomcat.service.deployers.ClusteringDefaultsDeployer@1516070 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: ejb-jar.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: ejb-jar.xml
          21:50:56,281 TRACE [AbstractVFSDeploymentContext] Found ejb-jar.xml in META-INF
          21:50:56,281 DEBUG [EjbParsingDeployer] Parsing file: JarEntryHandler@29574631[path=testdeployers-bean1ejb.jar/META-INF/ejb-jar.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/ejb-jar.xml] for deploymentType: class org.jboss.metadata.ejb.spec.EjbJarMetaData
          21:50:56,281 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@1225d4a, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:56,281 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:56,281 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
          21:50:56,281 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
          21:50:56,281 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
          21:50:56,281 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:56,281 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@1225d4a, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:58,921 WARN [CollectionPropertyHandler] ClassInfo.getDeclaredConstructor(null) didn't work for org.jboss.metadata.ejb.spec.InterceptorClassesMetaData, found the default ctor in ClassInfo.getDeclaredConstructors()
          21:50:58,968 DEBUG [EjbParsingDeployer] Parsed file: JarEntryHandler@29574631[path=testdeployers-bean1ejb.jar/META-INF/ejb-jar.xml context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/ejb-jar.xml] to: org.jboss.metadata.ejb.spec.EjbJar21MetaData@1f
          21:50:58,968 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: ejb-jar.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: ejb-jar.xml
          21:50:58,968 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: jboss.xml
          21:50:58,968 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: jboss.xml
          21:50:58,968 DEBUG [JBossEjbParsingDeployer] Parsing file: FileHandler@12681966[path= context=file:/C:/projects/jboss5/trunk/build/output/jboss-5.0.0.Beta3/server/all/conf/standardjboss.xml real=file:/C:/projects/jboss5/trunk/build/output/jboss-5.0.0.Beta3/server/all/conf/standardjboss.xml] for deploymentType: class org.jboss.metadata.ejb.jboss.JBossMetaData
          21:50:58,968 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@7b0aef, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:50:58,968 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:58,968 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
          21:50:58,968 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
          21:50:58,968 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: false
          21:50:58,968 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
          21:50:59,031 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@7b0aef, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
          21:51:00,484 DEBUG [JBossEntityResolver] Cannot resolve [publicID=,systemID=null]
          21:51:00,765 DEBUG [JBossEjbParsingDeployer] Parsed file: FileHandler@12681966[path= context=file:/C:/projects/jboss5/trunk/build/output/jboss-5.0.0.Beta3/server/all/conf/standardjboss.xml real=file:/C:/projects/jboss5/trunk/build/output/jboss-5.0.0.Beta3/server/all/conf/standardjboss.xml] to: org.jboss.metadata.ejb.jboss.JBoss50DTDMetaData@1f
          21:51:00,765 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: jboss.xml
          21:51:00,765 TRACE [DeployersImpl] Deployers for Describe [org.jboss.aop.asintegration.jboss5.AspectAppParsingDeployer@1e14a78]
          21:51:00,765 TRACE [DeployersImpl] Deployers for ClassLoader [org.jboss.system.deployers.ServiceClassLoaderDeployer@166ff9c]
          21:51:00,765 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@16f8834, cl=org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=0}
          21:51:00,765 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@16f8834, cl=org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=0}
          21:51:00,765 DEBUG [UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=0}
          21:51:00,937 DEBUG [UnifiedLoaderRepository3] Multiple class loaders found for pkg:
          21:51:01,015 DEBUG [RepositoryClassLoader] Added url: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=62}
          21:51:01,015 DEBUG [RepositoryClassLoader] Added url: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=62}
          21:51:01,015 TRACE [AbstractDeploymentContext] ClassLoader for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear is org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=62}
          21:51:01,015 TRACE [AbstractDeploymentContext] ClassLoader for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar is org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=62}
          21:51:01,015 TRACE [AbstractDeploymentContext] ClassLoader for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar is org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=62}
          21:51:01,015 TRACE [AbstractDeploymentContext] ClassLoader for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml is org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=62}
          21:51:01,015 TRACE [DeployersImpl] Deployers for PostClassLoader [org.jboss.aop.deployers.AspectDeployer@627b5c, org.jboss.deployment.AnnotationMetaDataDeployer@15a68d, org.jboss.ejb.deployers.MergedJBossMetaDataDeployer@9ddfa3, org.jboss.ejb.deployers.StandardJBossMetaDataDeployer@11cbec9, org.jboss.deployment.ReferenceMetaDataResolverDeployer@c04fd1]
          21:51:01,031 DEBUG [RepositoryClassLoader] Added url: file:/C:/projects/jboss5/trunk/build/output/jboss-5.0.0.Beta3/server/all/tmp/aopdynclasses/ucl56671/?dynamic=true, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@10b2fd9{ url=vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear ,addedOrder=62}
          21:51:01,218 DEBUG [ReferenceMetaDataResolverDeployer] Processing unit:
          
          +testdeployers-bean1ejb.jar,ejbName=Bean1EJB,ejbClass=org.jboss.test.deployers.ejb.bean1.Bean1,home=org.jboss.test.deployers.ejb.bean1.Bean1Home,remote=org.jboss.test.deployers.ejb.bean1.Bean1Remote
          +testdeployers-client1.jar
          +testdeployers-mcf1-ds.xml
          
          21:51:01,218 DEBUG [ReferenceMetaDataResolverDeployer] Processing unit:
          
          +testdeployers-bean1ejb.jar,ejbName=Bean1EJB,ejbClass=org.jboss.test.deployers.ejb.bean1.Bean1,home=org.jboss.test.deployers.ejb.bean1.Bean1Home,remote=org.jboss.test.deployers.ejb.bean1.Bean1Remote
          +testdeployers-client1.jar
          +testdeployers-mcf1-ds.xml
          
          21:51:01,218 TRACE [DeployersImpl] Deployers for Real [org.jboss.wsf.container.jboss50.WebServiceDeployerPreJSE@c11b55, org.jboss.deployers.vfs.deployer.kernel.KernelDeploymentDeployer@17644c8, org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer@1f6f3dc, org.jboss.deployment.security.SecurityDeployer@a79a6a, org.jboss.ejb.deployers.EjbDeployer@986975, org.jboss.ejb3.deployers.AppClientScanningDeployer@dc91e2, org.jboss.ejb3.deployers.Ejb3ClientDeployer@1acf5f7, org.jboss.ejb3.deployers.Ejb3Deployer@1ece626, org.jboss.ejb3.deployers.EJBStage2Deployer@edc33d, org.jboss.resource.deployers.ManagedConnectionFactoryDeployer@838de0, org.jboss.resource.deployers.RARDeployer@15c0d7, org.jboss.varia.deployment.LegacyBeanShellScriptDeployer@1233bdc, org.jboss.web.tomcat.service.deployers.TomcatDeployer@105a8c9, org.jboss.system.deployers.ServiceDeploymentDeployer@128453c, org.jboss.system.deployers.ServiceDeployer@33c78b, org.jboss.wsf.container.jboss50.WebServiceDeployerEJB@1e96ffd, org.jboss.wsf.container.jboss50.WebServiceDeployerPostJSE@18ad183]
          21:51:01,218 TRACE [KernelDeploymentDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:51:01,218 TRACE [KernelDeploymentDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:51:01,218 TRACE [KernelDeploymentDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:51:01,218 TRACE [KernelDeploymentDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:51:01,218 TRACE [KernelDeploymentDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,218 TRACE [KernelDeploymentDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,218 TRACE [KernelDeploymentDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,218 TRACE [KernelDeploymentDeployer] Deployed: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,218 TRACE [DeployersImpl] Deployer org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer@1f6f3dc not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:51:01,218 TRACE [DeployersImpl] Deployer org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer@1f6f3dc not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:51:01,218 TRACE [DeployersImpl] Deployer org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer@1f6f3dc not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,218 TRACE [DeployersImpl] Deployer org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer@1f6f3dc not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,218 TRACE [AbstractVFSDeploymentContext] Found ejb-jar.xml in META-INF
          21:51:01,218 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss.xml reason=java.io.FileNotFoundException: JarEntryHandler@12456097[path=testdeployers-bean1ejb.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56641.tmp!/META-INF/] has no child: jboss.xml
          21:51:01,218 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: ejb-jar.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: ejb-jar.xml
          21:51:01,218 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: jboss.xml
          21:51:01,218 TRACE [DeployersImpl] Deployer org.jboss.deployment.security.SecurityDeployer@a79a6a not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:51:01,218 TRACE [DeployersImpl] Deployer org.jboss.deployment.security.SecurityDeployer@a79a6a not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,218 TRACE [DeployersImpl] Deployer org.jboss.deployment.security.SecurityDeployer@a79a6a not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,218 TRACE [DeployersImpl] Deployer org.jboss.ejb.deployers.EjbDeployer@986975 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:51:01,296 TRACE [DeployersImpl] Deployer org.jboss.ejb.deployers.EjbDeployer@986975 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,296 TRACE [DeployersImpl] Deployer org.jboss.ejb.deployers.EjbDeployer@986975 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,296 TRACE [AbstractVFSDeploymentContext] Found MANIFEST.MF in META-INF
          21:51:01,296 TRACE [AbstractVFSDeploymentContext] Found MANIFEST.MF in META-INF
          21:51:01,296 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.Ejb3ClientDeployer@1acf5f7 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:51:01,296 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.Ejb3ClientDeployer@1acf5f7 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:51:01,296 DEBUG [Ejb3ClientDeployer] deploy vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,296 DEBUG [Ejb3ClientDeployer] Creating client ENC binding under: Test Deployers Client1
          21:51:01,296 DEBUG [Util] atom: testdeployers-client1
          21:51:01,296 DEBUG [Util] link: Reference Class Name: javax.naming.LinkRef
          Type: LinkAddress
          Content: Test Deployers Client1
          
          21:51:01,296 DEBUG [Util] Bound link testdeployers-client1 to Test Deployers Client1
          21:51:01,390 TRACE [AbstractVFSDeploymentContext] Found MANIFEST.MF in META-INF
          21:51:01,640 INFO [MCKernelAbstraction] installing bean: jboss.j2ee:ear=testdeployers-ear1.ear,jar=testdeployers-client1.jar,name=Test Deployers Client1,service=EJB3 with dependencies:
          21:51:01,640 INFO [MCKernelAbstraction] and supplies:
          21:51:01,921 INFO [ClientENCInjectionContainer] STARTED CLIENT ENC CONTAINER: Test Deployers Client1
          21:51:01,921 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.Ejb3ClientDeployer@1acf5f7 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,921 DEBUG [Ejb3Deployer] ********* Ejb3Deployer Begin Unit: testdeployers-ear1.ear jar: testdeployers-ear1.ear
          21:51:01,937 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: ejb-jar.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: ejb-jar.xml
          21:51:01,937 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss.xml reason=java.io.FileNotFoundException: JarEntryHandler@21325020[path=META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear!/META-INF/] has no child: jboss.xml
          21:51:01,937 DEBUG [Ejb3Deployment] EJB3 deployment time took: 0
          21:51:01,937 DEBUG [Ejb3Deployer] Ignoring legacy EJB deployment org.jboss.deployers.vfs.plugins.structure.AbstractVFSDeploymentUnit@5309d8
          21:51:01,937 DEBUG [Ejb3Deployer] ********* Ejb3Deployer Begin Unit: testdeployers-client1.jar jar: testdeployers-client1.jar
          21:51:01,937 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: ejb-jar.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: ejb-jar.xml
          21:51:01,937 TRACE [AbstractVFSDeploymentContext] Error retrieving meta data: jboss.xml reason=java.io.FileNotFoundException: JarEntryHandler@997697[path=testdeployers-client1.jar/META-INF context=file:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear real=jar:file:/C:/DOCUME~1/Ales/LOCALS~1/Temp/nestedjar56642.tmp!/META-INF/] has no child: jboss.xml
          21:51:01,937 DEBUG [Ejb3Deployment] EJB3 deployment time took: 0
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.EJBStage2Deployer@edc33d not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.EJBStage2Deployer@edc33d not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.EJBStage2Deployer@edc33d not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.EJBStage2Deployer@edc33d not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.resource.deployers.ManagedConnectionFactoryDeployer@838de0 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.resource.deployers.ManagedConnectionFactoryDeployer@838de0 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.resource.deployers.ManagedConnectionFactoryDeployer@838de0 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,937 TRACE [ManagedConnectionFactoryDeployer] Deploying: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,937 DEBUG [ManagedConnectionFactoryDeployer] Error during deploy: vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          java.lang.IllegalStateException: No ConnectorMetaData found for mdf rarName: testdeployers-ear1.ear#testdeployers-mcf1.rar
           at org.jboss.resource.deployers.builder.ManagedConnectionFactoryBuilder.buildConstructor(ManagedConnectionFactoryBuilder.java:83)
           at org.jboss.resource.deployers.builder.AbstractBuilder.buildService(AbstractBuilder.java:56)
           at org.jboss.resource.deployers.builder.AbstractBuilder.build(AbstractBuilder.java:65)
           at org.jboss.resource.deployers.ManagedConnectionFactoryDeployer.deploy(ManagedConnectionFactoryDeployer.java:177)
           at org.jboss.resource.deployers.ManagedConnectionFactoryDeployer.deploy(ManagedConnectionFactoryDeployer.java:52)
           at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
           at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
           at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:906)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
           at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
           at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
           at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:813)
           at org.jboss.deployment.MainDeployer.redeploy(MainDeployer.java:588)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:585)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:585)
           at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:270)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:585)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
           at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
           at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
           at org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
           at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:585)
           at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
           at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
           at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:815)
           at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:416)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:585)
           at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
           at sun.rmi.transport.Transport$1.run(Transport.java:153)
           at java.security.AccessController.doPrivileged(Native Method)
           at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
           at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
           at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
           at java.lang.Thread.run(Thread.java:595)
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.resource.deployers.ManagedConnectionFactoryDeployer@838de0 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-client1.jar
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.resource.deployers.ManagedConnectionFactoryDeployer@838de0 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-bean1ejb.jar
          21:51:01,937 TRACE [DeployersImpl] Deployer org.jboss.resource.deployers.ManagedConnectionFactoryDeployer@838de0 not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear
          21:51:01,953 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.EJBStage2Deployer@edc33d not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers-ear1.ear/testdeployers-mcf1-ds.xml
          21:51:01,953 TRACE [DeployersImpl] Deployer org.jboss.ejb3.deployers.EJBStage2Deployer@edc33d not relevant for vfsfile:/C:/projects/jboss5/trunk/testsuite/output/lib/testdeployers