Open rju opened 3 weeks ago
JIRA Issue: KIEKER-413 Change aop.example.xml to (i) include * and (ii) full instrumentation aspect Original Reporter: Andre van Hoorn
aop.example.xml
File: examples/aop.example.xml
Currently:
... <include within="kieker.tests..*" /> ... <aspect name="kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotation" /> ...
Should be:
... <include within="*" /> ... <aspect name="kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFull"/> ...
author André van Hoorn -- Wed, 21 Nov 2012 16:49:47 +0100
Fixed in changeset:e8ffb4a53d549d99b3fbb59d3081b51398d4fcb0/kieker-git
JIRA Issue: KIEKER-413 Change
aop.example.xml
to (i) include * and (ii) full instrumentation aspect Original Reporter: Andre van HoornFile: examples/aop.example.xml
Currently:
Should be:
Checklist: