Scala 2.11 does not have native XML support, you need to add the dependency: https://github.com/scala/scala-xml
For SBT: libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.3" Thanks, Shreyas ---------------------------------------- > Date: Tue, 7 Apr 2015 11:12:25 +0430 > Subject: upgrading to Scala 2.11 > From: behr...@gmail.com > To: users@camel.apache.org > > When I upgraded to Scala 2.11 (my Camel is 2.14.0) I'm getting this error: > > AnnotationTypeConverterLoader - Ignoring converter type: > org.apache.camel.scala.converter.ScalaTypeConverter as a dependent class > could not be found: java.lang.NoClassDefFoundError: scala/xml/Elem > java.lang.NoClassDefFoundError: scala/xml/Elem > > > > -- > --Behrad