thsnka.. but im using JDK version 1.6.0_01 D:\>javac -version javac 1.6.0_01
D:\> is there no another way to fix it? rabi wrote: > > > What jdk version are you using... 1.3.x? You have to use jdk 1.5 (Java > 5) or higher I presume. > > 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 5:08 PM > To: [email protected] > Subject: RE: servicemix-bean.. SU and SA > > > thanks!! :-) > Regards, > Rabi Mishra, > > > i have one more question about it.. how could i solve following problem > ... > > D:\bean\bean-listenerbean-su\src\main\java\setest\ListenerBean.java: > [11,5] annotations are not supported in -source 1.3 (use -source 5 or > higher to enable annotations) > @Resource > > please excuse my poor knowledge.. > > > > rabi wrote: >> >> >>> <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 >> >> > > -- > View this message in context: > http://www.nabble.com/servicemix-bean..-SU-and-SA-tf3987672s12049.html#a > 11322770 > 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 > > -- View this message in context: http://www.nabble.com/servicemix-bean..-SU-and-SA-tf3987672s12049.html#a11323021 Sent from the ServiceMix - User mailing list archive at Nabble.com.
