Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
The attached patch improves ServiceActivityScoreboard in two ways.
- ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
- ServiceActivity now correctly handles perthread services.