mbean-server-provider
.
This property defines the JMX implementation to be used to expose
InfraRED configuration via JMX.prepared-statement-monitoring-enabled
.
When this property is enabled, InfraRED tracks the values bound to a PreparedStatement.
CLASSPATH
, the
JVM will not complain at runtime if the code segment using the refered class is never
executed. (When the class is compiled all classes referred need to be available).
But both AspectJ-1.2 and AspectWerkz-2.0 will fail during aspect
weaving (offline and load-time)
of a class if one of the referred classes are missing. AspectJ-1.5 has a
feature
where this does not happen.
infrared.debug
which controls InfraRED
debug logging. If this system property (specified typically using -D JVM flag)
is turned off (i.e its value is "false"), InfraRED will not
log any debug messages even if the log4j configuration specifies debug level
for the category. If the system property is turned on (i.e. its value is "true"),
InfraRED will log debug message iff the category has log level
DEBUG or more verbose. The default value of this system property is false.
true
or false
.CLASSPATH
, the
JVM will not complain at runtime if the code segment using the refered class is never
executed. (When the class is compiled all classes referred need to be available).
But both AspectJ and AspectWerkz will fail during aspect weaving (offline and load-time)
of a class if one of the referred classes are missing. AspectJ5 has a
feature
where this does not happen, but InfraRED is not yet integrated with AspectJ 5.