I am facing the following error while deploying the loan broker example in JBoss with JBoss deployer
<component-task-result xmlns="http://java.sun.com/xml/ns/jbi/management-message"> <component-name>servicemix-lwcontainer</component-name> <component-task-result-details> <task-result-details> <task-id>deploy</task-id> <task-result>FAILED</task-result> <message-type>ERROR</message-type> <task-status-msg> <msg-loc-info> <loc-token/> <loc-message>Could not deploy xbean service unit</loc-message> </msg-loc-info> </task-status-msg> <exception-info> <nesting-level>1</nesting-level> <msg-loc-info> <loc-token/> <loc-message>org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbi' defined in file [C:\apache-servicemix-3.2.2-SNAPSHOT\examples\loan-broker\data\smx\service-assemblies\loanbroker\version_1\sus\servicemix-lwcontainer\loanbroker\servicemix.xml]: Cannot create inner bean 'sm:activationSpec#c8c3b8' of type [org.apache.servicemix.jbi.container.ActivationSpec] while setting bean property 'activationSpecs' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sm:activationSpec#c8c3b8' defined in file [C:\apache-servicemix-3.2.2-SNAPSHOT\examples\loan-broker\data\smx\service-assemblies\loanbroker\version_1\sus\servicemix-lwcontainer\loanbroker\servicemix.xml]: Cannot create inner bean 'org.apache.servicemix.components.jms.JmsServiceComponent' of type [org.apache.servicemix.components.jms.JmsServiceComponent] while setting constructor argument with index 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.servicemix.components.jms.JmsServiceComponent' defined in file [C:\apache-servicemix-3.2.2-SNAPSHOT\examples\loan-broker\data\smx\service-assemblies\loanbroker\version_1\sus\servicemix-lwcontainer\loanbroker\servicemix.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [org.springframework.jms.core.JmsTemplate] to required type [org.springframework.jms.core.JmsTemplate] for property 'template'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.springframework.jms.core.JmsTemplate] to required type [org.springframework.jms.core.JmsTemplate] for property 'template': no matching editors or conversion strategy found</loc-message> Any help will be appreciated.. -- View this message in context: http://www.nabble.com/Issues-while-deploying-loan-broker-example-tp18876613p18876613.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
