简体   繁体   中英

Working with database jdbc in mule

I followed the example by referring http://blogs.mulesoft.org/working-with-databases-jdbc-in-mule-studio/ .

It worked out well but I have a query: 1) Series of .dat files are getting generated. How to stop that?

Please help

That is an expected behavior when you run a Mule example that outputs files, as it is the default file extension used by Mule file transport. If you want to run the example without the file output, and see the output in the MuleStudio Console tab instead, replace <file:outbound-endpoint path="/Users/myUser/myFolder" doc:name="File"/> with <logger level="INFO" message="#[payload]"/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM