Setrim prstiky :)
Ok, potrebuju nasledujici. Mam pet souboru s definicema bean. V junite je loaduju nasledujicim zpusobem:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"classpath:org/codehaus/xfire/spring/xfire.xml",
"classpath:/applicationContext.xml",
"classpath:/applicationContext-fellowships.xml",
"classpath:/applicationContext-security.xml",
"classpath:/applicationContext-hao.xml",
"classpath:/applicationContext-sdb.xml"})
public class NakejTest extends AbstractTransactionalJUnit4SpringContextTest {
Jenze nekolik komponent, ktere potrebuju naloadovat, potrebuje aby ApplicationContext byl jeden konkretni, kterej tu mame napsanej. Anotace ContextConfiguration vyrobi nejakej org.springframework.context.support.GenericApplicationContext, ja ale potrebuju cz.firma.kydy.nakydalsikydy.NejakaVlastniImplementaceApplicationContext
Netusite nekdo, jak na to?
|