auditty
Jun 9th, 2010, 09:13 AM
I am using Spring Insight 1.0.0.M2 on tcserver 2.0.0 Release dev edition. I am running a spring app that is using spring version 2.5.4.
I am looking at Recent Activity -> Traces -> Trace detail and in the demo you could drill down and see JDBC queries. What I see instead is that for every request the drill down looks like this:
- GET /somepath/
- spring web dispatch
- AbstractController#handleRequest(HttpServletReques t,HttpServletResponse)
- Transaction [somemanagerguy.somemethod]
- Transaction [somemanagerguy.someothermethod]
and that is as far as I can drill down. I can't see all the way to the database. Also, we have a bunch of actual controllers, but they are not showing up as such, instead it always says AbstractController. Is this because of the way our spring app is written?
I am looking at Recent Activity -> Traces -> Trace detail and in the demo you could drill down and see JDBC queries. What I see instead is that for every request the drill down looks like this:
- GET /somepath/
- spring web dispatch
- AbstractController#handleRequest(HttpServletReques t,HttpServletResponse)
- Transaction [somemanagerguy.somemethod]
- Transaction [somemanagerguy.someothermethod]
and that is as far as I can drill down. I can't see all the way to the database. Also, we have a bunch of actual controllers, but they are not showing up as such, instead it always says AbstractController. Is this because of the way our spring app is written?