im trying to test annotatedbean example, available at http://incubator.apache.org/servicemix/dist/servicemix-3.1-incubating/site/deployables/serviceengines/servicemix-bean/xref-test/org/apache/servicemix/bean/beans/AnnotatedBean.html http://incubator.apache.org/servicemix/dist/servicemix-3.1-incubating/site/deployables/serviceengines/servicemix-bean/xref-test/org/apache/servicemix/bean/beans/AnnotatedBean.html
after i configured the bean with xbean.xml, i send In-out message as follow through http.. <?xml version="1.0" encoding="UTF-8"?> <e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/"> <e:Body> <ping> <pingRequest> <message xmlns="http://soap">hel lo</message> </pingRequest> </ping> </e:Body> </e:Envelope> but im got exceptions as follw.. java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java: 122) at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java: 88) at org.apache.servicemix.bean.support.BeanInfo.<init>(BeanInfo.java:61) at org.apache.servicemix.bean.BeanEndpoint.getBeanInfo(BeanEndpoint.java :174) at org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoi nt.java:238) at org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:201 ) at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLi feCycle.java:489) at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(Async BaseLifeCycle.java:441) at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLife Cycle.java:46) at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBoun d(DeliveryChannelImpl.java:593) at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlo w.java:174) at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.j ava:176) at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.jav a:134) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor ker.runTask(ThreadPoolExecutor.java:665) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor ker.run(ThreadPoolExecutor.java:690) at java.lang.Thread.run(Thread.java:619) is there no mistakes or errors on the example? -- View this message in context: http://www.nabble.com/AnnotatedBean-example..-tf3994107s12049.html#a11342117 Sent from the ServiceMix - User mailing list archive at Nabble.com.
