Question

I have seen some strange behaviour in Mule Application. I created a sample mule project(created flows) and opened mule-deploy.properties file "config.resources" value is empty.

But the same above mentioned key value is getting updated with "configuration xml file name" when i run my mule project.

Is this the behaviour or any updates need to be done.

Can some clarify?

Regards Vikram

Was it helpful?

Solution

There are some known issues/features around mule-deploy.properties and Mule Studio.

Currently it is expected that when running your project from Mule Studio that mule-deploy.properties-config.resources is automatically populated with all your configuration files.

There are some open issues on this here: https://www.mulesoft.org/jira/browse/STUDIO-3297 that you can vote on.

OTHER TIPS

Once you run the mule application it will automatically updated with the configuration file by default if you have only one main configuration file.But If you are using more configuration files in your application you should manually add all the filenames to the config.properties key separated by comma before run the application.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top