All openejb.* options and values logged on debug
------------------------------------------------
Key: OPENEJB-1038
URL: https://issues.apache.org/jira/browse/OPENEJB-1038
Project: OpenEJB
Issue Type: Improvement
Components: configuration
Reporter: David Blevins
Assignee: David Blevins
Fix For: 3.1.1
Add this to your logging.properties:
log4j.category.OpenEJB.options=DEBUG
Or this to your InitialContext properties:
properties.setProperty("log4j.category.OpenEJB.options", "DEBUG");
Then you should see several lines mixed in the log output such as:
DEBUG - Using default 'openejb.nobanner=true'
DEBUG - Using default
'openejb.assembler=org.apache.openejb.assembler.classic.Assembler'
DEBUG - Using default 'openejb.jndiname.failoncollision=true'
DEBUG - Using default
'openejb.configurator=org.apache.openejb.config.ConfigurationFactory'
DEBUG - Using default 'openejb.validation.skip=false'
DEBUG - Using default 'openejb.deploymentId.format={ejbName}'
DEBUG - Using default 'openejb.debuggable-vm-hackery=false'
DEBUG - Using default 'openejb.webservices.enabled=true'
DEBUG - Using default 'openejb.vendor.config=geronimo, glassfish, jboss,
weblogic' Possible values are: geronimo, glassfish, jboss, weblogic
DEBUG - Using default 'openejb.provider.default=org.apache.openejb.embedded'
DEBUG - Using default 'openejb.deployments.classpath=true'
DEBUG - Using default 'openejb.deployments.classpath.include='
DEBUG - Using default 'openejb.deployments.classpath.exclude=.*'
DEBUG - Using default 'openejb.deployments.classpath.require.descriptor=false'
DEBUG - Using default 'openejb.deployments.classpath.filter.descriptors=false'
DEBUG - Using default 'openejb.deployments.classpath.filter.systemapps=true'
DEBUG - Using default 'openejb.deployments.classpath.ear=true'
DEBUG - Using default 'openejb.tempclassloader.skip=none' Possible values are:
none, annotations, enums
DEBUG - Using default 'openejb.tempclassloader.skip=none' Possible values are:
none, annotations, enums
DEBUG - Using default 'openejb.descriptors.output=false'
DEBUG - Using default 'openejb.descriptors.output=false'
DEBUG - Using default 'openejb.validation.output.level=medium'. Possible
values are: terse, medium, verbose
DEBUG - Using default 'openejb.tempclassloader.skip=none' Possible values are:
none, annotations, enums
DEBUG - Using default
'openejb.jndiname.strategy.class=org.apache.openejb.assembler.classic.JndiBuilder$TemplatedStrategy'
DEBUG - Using default
'openejb.jndiname.format={deploymentId}{interfaceType.annotationName}'
DEBUG - Using default 'openejb.localcopy=true'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.