}
}
// Initialise the OMFContext and the ConnectionManager for J2SE
initialiseOMFContext();
omfContext.setConnectionManager(new ConnectionManagerImpl(omfContext));
// Determine the API to be used by the PMF and apply its default props to the PMF
String api = "JDO"; // Default to JDO unless specified
if (props != null && props.get("org.jpox.persistenceApiName") != null)
{