BASE_URL = "http://localhost:" + port + "/foo/mapping/part2/my-app/";
}
@Configuration
public Properties props() {
return new PropertiesBuilder()
.p("httpejbd.port", Integer.toString(port))
.p(OpenEjbContainer.OPENEJB_EMBEDDED_REMOTABLE, "true")
.build();
}