SEVERE: Exception sending context initialized event to listener instance of class
org.springframework.web.context.ContextLoaderListener
org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route projectNumbers at: >>> To[bean:fvsProcessor?mehtod=getProjectDetails] <<< in route: Route(projectNumbers)[[From[restlet:/projectnumbers?restletM... because of Failed to resolve endpoint: bean://fvsProcessor?mehtod=getProjectDetails due to: Failed to resolve endpoint: bean://fvsProcessor?mehtod=getProjectDetails due to: There are 1 parameters that couldn't be set on the endpoint. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown parameters=[{mehtod=getProjectDetails}]
at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1363)
Check paramter ater (?) question mark. example see below
<camel:to uri="bean:fvsProcessor?mehtod=getProjectDetails"/>
Here method spelling is incorrect.
org.springframework.web.context.ContextLoaderListener
org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route projectNumbers at: >>> To[bean:fvsProcessor?mehtod=getProjectDetails] <<< in route: Route(projectNumbers)[[From[restlet:/projectnumbers?restletM... because of Failed to resolve endpoint: bean://fvsProcessor?mehtod=getProjectDetails due to: Failed to resolve endpoint: bean://fvsProcessor?mehtod=getProjectDetails due to: There are 1 parameters that couldn't be set on the endpoint. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown parameters=[{mehtod=getProjectDetails}]
at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1363)
Check paramter ater (?) question mark. example see below
<camel:to uri="bean:fvsProcessor?mehtod=getProjectDetails"/>
Here method spelling is incorrect.
No comments:
Post a Comment