From: youjun g. <you...@gm...> - 2010-01-11 14:35:23
|
Thanks Rutger, While digging into the No. 1, It most likely due to the MeseuiteConverter failed on create a matrix upon our test nexus file. Please also look at this one. Talking about the No. 7, It looks to me that this test never got passed since bean nexmlService and rdfaService were added to the config file. As you sald the test class need a nexusService bean for mesquite test, and the base class try to autowire a NexusService interface type for it. but there are two other beans also implement the same interface. Youjun On Mon, Jan 11, 2010 at 5:02 AM, Rutger Vos <rut...@gm...> wrote: > > No. 7 Spring complained: "There are 3 beans of type > > [org.cipres.treebase.domain.nexus.NexusService] available for autowiring > by > > type: [nexusService, nexmlService, rdfaService]." Spring don't know which > > one to use. Do we need all of them in the config file? > > Only the nexusService uses mesquite. > > -- > Dr. Rutger A. Vos > School of Biological Sciences > Philip Lyle Building, Level 4 > University of Reading > Reading > RG6 6BX > United Kingdom > Tel: +44 (0) 118 378 7535 > http://www.nexml.org > http://rutgervos.blogspot.com > |