I see CxfSeProxyTest.. But in that example it is used cxfSeComponent,
right?
So, we can work with JBIContainer container, we can activateComponent.
Is there some example with few components? Or I must base my tests on
this example?
Thanks.
ivan пишет:
Hi Freeman!
Tests work!
But from command line (mvn clean install).
With Eclipse something is wrong... I'll try to use newer version of
Eclipse and inform you about results.
Well we can mean first part of education of testing is passed. So,
next question:
I have few web services in 1 servicemix. One service can use another
service. How can I make that environment? What example should I follow?
I guess I need to convigure in JBI-env multiple services...
Thanks, Ivan Pryvalov.
Freeman Fang пишет:
Hi Ivan,
You should use "import
org.apache.xbean.spring.context.ClassPathXmlApplicationContext"
look at this class
public class ClassPathXmlApplicationContext extends
org.springframework.context.support.ClassPathXmlApplicationContext
implements SpringApplicationContext
Freeman