
german.solis on Friday, November 18, 2011
When developing a Mule Application the normal way to define an SQL statement is by declaring it directly in the connector, as shown in the following snippet. However is possible that you’ll face a situation in which you have to use large and complex queries. For that scenario the previous approach is not adequate since [...]
Filed under: Mule ESB by german.solis on Friday, November 18, 2011 | Social tagging: JDBC > recipe > spring > SQL > tip
3 Comments »

Mateo Almenta Reca on Wednesday, June 29, 2011
In May we made Mule Studio Beta publicly available, the graphical design tool for Mule ESB. This week we are releasing a new beta milestone, with a lot of fixes and improvements based on your feedback. For this milestone we focused in two main areas, adding support for Mule functionality towards a complete Mule Studio by [...]
Filed under: Mule ESB by Mateo Almenta Reca on Wednesday, June 29, 2011 | Social tagging: ajax > Eclipse > FTPS > https > JDBC > Mule 3 > Mule Studio > Quartz > SMTPS
4 Comments »

Puneet Gupta on Monday, October 26, 2009
The JDBC transport allows you to poll for messages in a table. However, by default the JDBC inbound endpoint splits the record set into individual MuleMessages, and the outbound endpoint only receives a single row at a time. If you want to select multiple rows at a time and process the rows in a single [...]
Filed under: Mule ESB by Puneet Gupta on Monday, October 26, 2009 | Social tagging: JDBC
5 Comments »

Community on Monday, May 18, 2009
Are you trying to poll a database and transform the results to a certain plain text file? Do you need to pick up a data file, split it into individual records and insert those records into the database? Would you like to poll a source database and send the results to another database for insertion?
Filed under: Mule ESB by Community on Monday, May 18, 2009 | Social tagging: ETL > JDBC
3 Comments »