blob: bdbc4cc42bad48b317046e3887171cfc0a62f668 [file] [log] [blame]
package org.apache.ode.axis2.correlation;
public class CorrelationJoinLazyHibTest extends CorrelationJoinLazyTest {
@Override
public String getODEConfigDir() {
return getClass().getClassLoader().getResource("webapp").getFile() + "/WEB-INF/conf.hib-derby";
}
}