515253545556575859
port = NetworkUtil.getNextAvailablePort(); } @Configuration public Properties props() { return new PropertiesBuilder() .p("httpejbd.port", Integer.toString(port)) .build(); }
47484950515253545556
port = NetworkUtil.getNextAvailablePort(); } @Configuration public Properties props() { return new PropertiesBuilder() .p("httpejbd.port", Integer.toString(port)) .p(OpenEjbContainer.OPENEJB_EMBEDDED_REMOTABLE, "true") .build(); }
525354555657585960
48495051525354555657
56575859606162636465
64656667686970717273
49505152535455565758
51525354555657585960
50515253545556575859