555657585960616263
* Makes the unbind in all databases. * @throws EmbeddedException */ public static void unbindDatasource() throws EmbeddedException{ EmbeddedTest embTest = new EmbeddedTest(); embTest.unbindDataBases(); } }