Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When Hudson/Jenkins is building/testing multiple branches of our project (which uses straight OpenEJB in tests), there can be ports conflicts between the various running instances of the OpenEJB container.
A workaround is to override all OpenEJB ports for each branch (job in Hudson/Jenkins) with -Dhttpejbd.port=xxxx -Dejbd.port=yyyy -Dejbds.port=zzzz.
It would be easier to specify only one offset for all ports that are used by OpenEJB -Dopenejb.ports.offset=1000