is it not possible to deploy mule application in server if database connection fails

95 views Asked by At

My Database server is down.. When I try to deploy mule application in mule standlone server, application is not getting deployed because jdbc connector could not connect to database..Even if jdbc connection fails to database, that should not stop application to be deployed.How to implement this?

1

There are 1 answers

0
Srinivasa R On

Initialize the Datat Source with dummy values. I guess deployment is getting failed because of DataSource initialization, not because of Connector