Hi,
Our application is built on web services which is not totally relied on db (application modules).
In one of the page to validate the data against database table, we created a db connection and created vo and used in AM to find out the existence of particular record.
Our current issue is, when db is down we don't want let our application to be down. However, when we try run, we are not even able to run the app, when db is not reachable.
Can I still run the app irrespective of db status. (if we have any weblogic config params that I can pass to specify, not to worry abt db status)
Thanks,
Srini.