after hard efforts,i solve this problem by my self by adding a depency.
org.springframework
spring
2.5.6
--
View this message in context:
http://camel.465427.n5.nabble.com/Exception-java
I am a new camel developer,today i try my first program with camel ,however i
encounter a problem,and i really appreciate if someone can help me to solve
this problem.
Exception in thread "main" java.lang.NoSuchMethodError:
org.springframework.beans.annotation.AnnotationBeanUtils.copyPropertiesTo
Hi All:
During using camel,i encounter a problem that is RemoteException.
some infomation that the version of hdfs client is 2.16.0,and the version of
camel-hdfs is 2.16.4 maybe be helpful to let you know about my program.
any reply is welcome, and thanks very much.
Exception in thread "main" or
solution:
HDFS / camel-hdfs
hdfs://hostName[:port][/path][?options]
For reading/writing from/to an HDFS filesystem using Hadoop 1.x
HDFS2 / camel-hdfs2
hdfs2://hostName[:port][/path][?options]
For reading/writing from/to an HDFS filesystem using Hadoop 2.x
so:change dependency to hdfs2
--