Build Nuxeo EP - Trunk::Maven Test #2244 failed (126 tests passed, 1 test 
failed (no new))
Agent: Default agent
Build results: http://localhost:8111/viewLog.html?buildId=8575&buildTypeId=bt4

Failed tests (1 test)
==================================================================
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature =================
junit.framework.AssertionFailedError
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertNotNull(Assert.java:217)
        at junit.framework.Assert.assertNotNull(Assert.java:210)
        at 
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature(TestSchemaLoader.java:103)
        at 
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature(TestSchemaLoader.java:103)
        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 junit.framework.TestCase.runTest(TestCase.java:164)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)

------- Stderr: -------
java.lang.NumberFormatException: For input string: 
"${org.nuxeo.runtime.server.port}"
        at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:447)
        at java.lang.Integer.valueOf(Integer.java:553)
        at 
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
        at 
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
        at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
        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.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
        at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
        at 
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
        at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
        at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
        at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
        at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
        at 
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:148)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:86)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeService.doStart(OSGiRuntimeService.java:131)
        at 
org.nuxeo.runtime.AbstractRuntimeService.start(AbstractRuntimeService.java:93)
        at org.nuxeo.runtime.api.Framework.initialize(Framework.java:67)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:57)
        at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:192)
        at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:165)
        at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:120)
        at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:81)
        at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
        at 
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:251)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:100)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:74)
        at 
org.nuxeo.ecm.core.schema.TestSchemaLoader.setUp(TestSchemaLoader.java:47)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
java.lang.NumberFormatException: For input string: 
"${org.nuxeo.runtime.server.port}"
        at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:447)
        at java.lang.Integer.valueOf(Integer.java:553)
        at 
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
        at 
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
        at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
        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.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
        at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
        at 
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
        at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
        at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
        at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
        at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
        at 
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:148)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:86)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:104)
        at 
org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:54)
        at 
org.nuxeo.runtime.osgi.OSGiComponentLoader.&init&(OSGiComponentLoader.java:39)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:59)
        at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:192)
        at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:165)
        at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:120)
        at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:81)
        at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
        at 
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:251)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:100)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:74)
        at 
org.nuxeo.ecm.core.schema.TestSchemaLoader.setUp(TestSchemaLoader.java:47)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
java.io.FileNotFoundException: /schemas/schema1.xsd (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.&init&(FileOutputStream.java:179)
        at java.io.FileOutputStream.&init&(FileOutputStream.java:131)
        at org.nuxeo.common.utils.FileUtils.copyToFile(FileUtils.java:238)
        at 
org.nuxeo.ecm.core.schema.TypeService.registerSchema(TypeService.java:207)
        at 
org.nuxeo.ecm.core.schema.TypeService.registerExtension(TypeService.java:104)
        at 
org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:143)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl.registerExtension(ComponentManagerImpl.java:322)
        at 
org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:249)
        at 
org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:295)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl._register(ComponentManagerImpl.java:168)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:134)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:88)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.deployContrib(NXRuntimeTestCase.java:170)
        at 
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature(TestSchemaLoader.java:97)
        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 junit.framework.TestCase.runTest(TestCase.java:164)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
java.io.FileNotFoundException: /schemas/lib.xsd (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.&init&(FileOutputStream.java:179)
        at java.io.FileOutputStream.&init&(FileOutputStream.java:131)
        at org.nuxeo.common.utils.FileUtils.copyToFile(FileUtils.java:238)
        at 
org.nuxeo.ecm.core.schema.TypeService.registerSchema(TypeService.java:207)
        at 
org.nuxeo.ecm.core.schema.TypeService.registerExtension(TypeService.java:104)
        at 
org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:143)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl.registerExtension(ComponentManagerImpl.java:322)
        at 
org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:249)
        at 
org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:295)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl._register(ComponentManagerImpl.java:168)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:134)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:88)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.deployContrib(NXRuntimeTestCase.java:170)
        at 
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature(TestSchemaLoader.java:97)
        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 junit.framework.TestCase.runTest(TestCase.java:164)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
java.io.FileNotFoundException: /schemas/schema2.xsd (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.&init&(FileOutputStream.java:179)
        at java.io.FileOutputStream.&init&(FileOutputStream.java:131)
        at org.nuxeo.common.utils.FileUtils.copyToFile(FileUtils.java:238)
        at 
org.nuxeo.ecm.core.schema.TypeService.registerSchema(TypeService.java:207)
        at 
org.nuxeo.ecm.core.schema.TypeService.registerExtension(TypeService.java:104)
        at 
org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:143)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl.registerExtension(ComponentManagerImpl.java:322)
        at 
org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:249)
        at 
org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:295)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl._register(ComponentManagerImpl.java:168)
        at 
org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:134)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:88)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.deployContrib(NXRuntimeTestCase.java:170)
        at 
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature(TestSchemaLoader.java:97)
        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 junit.framework.TestCase.runTest(TestCase.java:164)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)



============================================================================
Configure email notifications: 
http://localhost:8111/profile.html?init=1#notifications
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa

Reply via email to