|
From: Rod J. <rod...@in...> - 2003-09-10 17:39:49
|
The ServletException is just from console output in a passing test. I'll remove it. This looks like what I see. Regards, Rod ----- Original Message ----- From: "Kopylenko, Dmitry" <dko...@su...> To: "'Rod Johnson'" <rod...@in...> Sent: Wednesday, September 10, 2003 6:26 PM Subject: RE: [Springframework-developer] Test case failed > Rod, > > It passed on my work machine (Win XP). It falied on my home machine (Linux). > I'll run it at home again. Here is the test report: > > Testsuite: org.springframework.beans.factory.xml.XmlBeanFactoryTestSuite > Tests run: 66, Failures: 0, Errors: 0, Time elapsed: 0.671 sec > ------------- Standard Error ----------------- > Root cause is javax.servlet.ServletException > ------------- ---------------- --------------- > > Testcase: testFactoryNesting took 0.015 sec > Testcase: testRefToSeparatePrototypeInstances took 0.016 sec > Testcase: testRefToSingleton took 0.047 sec > Testcase: testSingletonInheritanceFromParentFactorySingleton took 0.015 sec > Testcase: testPrototypeInheritanceFromParentFactoryPrototype took 0.032 sec > Testcase: testPrototypeInheritanceFromParentFactorySingleton took 0.015 sec > Testcase: testBogusParentageFromParentFactory took 0.016 sec > Testcase: testSingletonInheritsFromParentFactoryPrototype took 0.031 sec > Testcase: testCircularReferences took 0.016 sec > Testcase: testFactoryReferences took 0 sec > Testcase: testPrototypeReferences took 0 sec > Testcase: testFactoryReferenceCircleDoesNotWork took 0.062 sec > Testcase: testRefSubelement took 0.031 sec > Testcase: testPropertyWithLiteralValueSubelement took 0.016 sec > Testcase: testRefSubelementsBuildCollection took 0 sec > Testcase: testRefSubelementsBuildCollectionFromSingleElement took 0.031 sec > Testcase: testBuildCollectionFromMixtureOfReferencesAndValues took 0.016 sec > Testcase: testAutoAliasing took 0 sec > Testcase: testEmptyMap took 0.016 sec > Testcase: testMapWithLiteralsOnly took 0.015 sec > Testcase: testMapWithLiteralsAndReferences took 0.016 sec > Testcase: testMapWithLiteralsReferencesAndList took 0.015 sec > Testcase: testEmptyProps took 0 sec > Testcase: testPopulatedProps took 0.063 sec > Testcase: testObjectArray took 0.016 sec > Testcase: testClassArray took 0 sec > Testcase: testInitMethodIsInvoked took 0.031 sec > Testcase: testInitMethodThrowsException took 0.015 sec > Testcase: testNoSuchInitMethod took 0 sec > Testcase: testInitializingBeanAndInitMethod took 0.016 sec > Testcase: testNoSuchXmlFile took 0 sec > Testcase: testInvalidXmlFile took 0.031 sec > Testcase: testUnsatisfiedObjectDependencyCheck took 0.016 sec > Testcase: testUnsatisfiedSimpleDependencyCheck took 0 sec > Testcase: testSatisfiedObjectDependencyCheck took 0.016 sec > Testcase: testSatisfiedSimpleDependencyCheck took 0.015 sec > Testcase: testUnsatisfiedAllDependencyCheck took 0 sec > Testcase: testSatisfiedAllDependencyCheck took 0.016 sec > Testcase: testSatisfiedAutowireByType took 0 sec > Testcase: testSatisfiedAutowireByName took 0.015 sec > Testcase: testCount took 0 sec > Testcase: testGetDefinitionsForClass took 0 sec > Testcase: testGetDefinitionsForNoSuchClass took 0 sec > Testcase: testGetCountForFactoryClass took 0 sec > Testcase: testInheritance took 0 sec > Testcase: testGetNull took 0 sec > Testcase: testInitializingBeanCallback took 0 sec > Testcase: testLifecycleCallbacks took 0 sec > Testcase: testFindsValidInstance took 0 sec > Testcase: testGetInstanceByMatchingClass took 0 sec > Testcase: testGetInstanceByNonmatchingClass took 0 sec > Testcase: testGetSharedInstanceByMatchingClass took 0 sec > Testcase: testGetSharedInstanceByMatchingClassNoCatch took 0 sec > Testcase: testGetSharedInstanceByNonmatchingClass took 0 sec > Testcase: testSharedInstancesAreEqual took 0 sec > Testcase: testNotThere took 0 sec > Testcase: testValidEmpty took 0 sec > Testcase: testTypeMismatch took 0 sec > Testcase: testGrandparentDefinitionFoundInBeanFactory took 0 sec > Testcase: testFactorySingleton took 0 sec > Testcase: testFactoryPrototype took 0 sec > Testcase: testPassthroughFactoryPassesThroughPropertyValues took 0 sec > Testcase: testGetFactoryItself took 0 sec > Testcase: testFactoryIsInitialized took 0 sec > Testcase: testRejectsFactoryGetOnNormalBean took 0 sec > Testcase: testAliasing took 0 sec > > What is this ServletException at the beginning? > > D. > > > -----Original Message----- > From: Rod Johnson [mailto:rod...@in...] > Sent: Wednesday, September 10, 2003 5:12 AM > To: Kopylenko, Dmitry; spr...@li... > Subject: Re: [Springframework-developer] Test case failed > > > Dmitriy, > > Can you run this test individually to find the specific problem? It runs for > me. > > Regards, > Rod > > ----- Original Message ----- > From: "Kopylenko, Dmitry" <dko...@su...> > To: <spr...@li...> > Sent: Tuesday, September 09, 2003 10:41 PM > Subject: [Springframework-developer] Test case failed > > > > Hello everybody, > > > > I was just running the tests and the build failed because the > > following > test > > case failed: > > > > [junit] BUILD FAILED: > > file:/usr/local/eclipse/workspace/spring/build.xml:276: Test > > org.springframework.beans.factory.xml.XmlBeanFactoryTestSuite failed > > > > Regards, > > Dmitriy. > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer |