-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2.1, jboss-fuse-6.3
-
None
-
%
-
-
When configuring "org.ops4j.pax.logging" PID properties through JMX setProperty operation, any property with property placeholders gets replaced automatically. For instance, the following two properties:
log4j.appender.out.file=${karaf.data}/log/fuse.log log4j.appender.sift.appender.file=${karaf.data}/log/$\\{bundle.name\\}.log
After invoking setProperty JMX operations twice, above properties are changed to:
log4j.appender.out.file = /apps/jboss/fuse/6.3/r8/orig/jboss-fuse-6.3.0.redhat-347/data/log/fuse.log log4j.appender.sift.appender.file = /apps/jboss/fuse/6.3/r8/orig/jboss-fuse-6.3.0.redhat-347/data/log/.log
Tested against Red Hat Fuse 6.2.1 R4, 6.3 R4 and 6.3 R8 and the problem persists in all of the versions.
- is related to
-
ENTESB-7584 MDCSiftingAppender with custom Sift keys fails randomly to append to appropriate log files after fabric child container restarts
- Closed