i am trying to test servicemix-bean.. and i do follwing steps.

1) make SU , src/main/resources/xbean.xml

<beans xmlns:bean="http://servicemix.apache.org/bean/1.0";>
  <bean:endpoint service="test:service" endpoint="endpoint"
bean="#listenerBean"/>
  <bean id="listenerBean"
class="org.apache.servicemix.bean.beans.ListenerBean"/>
</beans>

2) make bean class... src/main/resource/ListenerBean.java

public class ListenerBean implements MessageExchangeListener {

                 ....................
}

3) make SA, dependency with servicemix-bean. 

but i could not see ListenBean.class in XXX-installer.zip..

Are additional steps needed or is
is it a wrong way to testing servicemix-bean component?

please help novice... and excuse my poor english.

-- 
View this message in context: 
http://www.nabble.com/servicemix-bean..-SU-and-SA-tf3987672s12049.html#a11322427
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to