Class JCAConfigGen


  • public class JCAConfigGen
    extends Object
    Read the system environment and generate a JCA config stream As of today, this seems to be a more visible way to configure JCA for this project than hidden files or other schemes We'll see how this stands the test of time.
    Author:
    mshankar
    • Constructor Detail

      • JCAConfigGen

        public JCAConfigGen()
    • Method Detail

      • generateJCAConfig

        public static ByteArrayInputStream generateJCAConfig​(ConfigService configService)
                                                      throws ConfigException
        Use environment vars to generate a JCA config that can be handed off to a JCA DefaultConfigurationBuilder
        Parameters:
        configService - ConfigService
        Returns:
        ByteArrayInputStream  
        Throws:
        ConfigException -