33343536373839
assertSendAndReceiveMessages(service); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/jca/exampleWithXA.xml"); }
assertSendAndReceiveMessages(service); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/jca/xa-on-jca-flow.xml"); }
assertSendAndReceiveMessages(service); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/jca/example.xml"); }
34353637383940
sendMessages(service, 20); assertMessagesReceived(17); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/xslt/router-example.xml"); }
assertSendAndReceiveMessages(service); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/xslt/example.xml"); }
59606162636465
return "<foo id='" + index + "' sent='" + new Date() + "'>" + "<cheese>Edam</cheese><beer>Stella</beer><lineitem>Beer</lineitem><lineitem>Food</lineitem></foo>"; } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/xslt/split.xml"); }
75767778798081
client.sendSync(exchange); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/net/ftp.xml"); }
assertSendAndReceiveMessages(service); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/net/ftpPoll.xml"); }
68697071727374
// TODO? //assertEquals("error", null, error); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/validation/example.xml"); }
assertSendAndReceiveMessages(service); } protected AbstractXmlApplicationContext createBeanFactory() { return new ClassPathXmlApplicationContext("org/servicemix/components/file/example.xml"); }