protected void setup(final int statelessPoolSize, final int connectionPoolSize) throws Exception {
final Properties initProps = new Properties();
initProps.setProperty("openejb.deployments.classpath.include", "");
initProps.setProperty("openejb.deployments.classpath.filter.descriptors", "true");
OpenEJB.init(initProps, new ServerFederation());
System.setProperty(org.apache.openejb.client.SocketConnectionFactory.PROPERTY_POOL_SIZE, "" + connectionPoolSize);
final EjbServer ejbServer = new EjbServer();
ejbServer.init(new Properties());