Hello, In order to redeploy my application I need to: 1. Undeploy app 2. Bounce OC4J instance 3. Deploy app
If I don't do this I get an error in step 3 regarding MBeans that are still in use (or something like that).
Is there a way to accomplish this with Continuum? So far, my only thought is to write a Cron job to undeploy and restart oc4j, then let Continuum build, test and deploy.
Thanks in advance, Chris