Details
Description
In the OpenEJBSystemGBean we do
ContainerInfo containerInfo = configurationFactory.configureService(MdbContainerInfo.class)
This uses the default name of the service and so system properties are not picked up. Change to
ContainerInfo containerInfo = configurationFactory.configureService(MdbContainerInfo.class, containerName, null, null, "Container");
where containerName is the name we create from the RA name