> <bean id="listenerBean"
> class="org.apache.servicemix.bean.beans.ListenerBean"/>

You have specified "org.apache.servicemix.bean.beans.ListenerBean" which
comes with the servicemix distribution, If you are creating your own
bean specify the correct fully qualified name.

You want your own bean that implements MessageExchangeListener, create
the bean in..
 
src/main/java/...........(package path)/ListenerBean.java
  
Regards,
Rabi Mishra, 
http://rabisblog.blogspot.com/
c++; /* this makes c bigger but returns the old value */ 

-----Original Message-----
From: uniker80 [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 27, 2007 4:42 PM
To: [email protected]
Subject: servicemix-bean.. SU and SA


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#a
11322427
Sent from the ServiceMix - User mailing list archive at Nabble.com.



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Reply via email to