When adding the custom java transformer of transformer-class com.mulesoft.training.Flight the application fails on deployment. The java transformer shows "there are no errors". If I remove the java transformer and run the application status shows DEPLOYED.
Here's the first exception I get from console - any ideas what is causing this and how to resolve? I appreciate it!
Error creating bean with name 'getDeltaFlightsFlow': Initialization of bean failed; nested exception is org.springframework
.beans.ConversionNotSupportedException: Failed to convert property value of type 'java.util.ArrayList' to required type 'java.util.List' for property 'messageProcessors'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.mulesoft.training.Flight] to required type [org.mule.api.processor.MessageProcessor] for property 'messageProcessors[5]': no matching editors or conversion strategy found
Carl
I am having a problem recreating your issue. When I load your xml content as is, the project is not even starting for me. What files do you see under src/main/java/com.mulesoft.training package of your project?-gopal