public void setUp() throws Exception
{
super.setUp();
Platform platform = broker.serviceConnectionManager().getSupportedPlatform();
/*
hsqldb does not support Blob/Clob, so we skip test for this DB
*/
if(platform.getClass().equals(PlatformHsqldbImpl.class))
{
skipTest = true;
}
}