It has been said that:
"The ability for Insight to output Traces to XML or JSON should be fairly easy. The InterceptConfiguration class has a list of dispatch handlers which get called whenever a...
Type: Posts; User: rentallect; Keyword(s):
It has been said that:
"The ability for Insight to output Traces to XML or JSON should be fairly easy. The InterceptConfiguration class has a list of dispatch handlers which get called whenever a...
My app has some quartz jobs that perform activities that I can see (under the debugger) are indeed getting trapped by the Insight aspects. For instance, things like the...
Scott,
Are the com.springsource.insight.intercept.operation.* objects all stored in a thread-local?
Assuming I can successfully weave my aspects into an OSGi loaded class, I am wondering how...
Yes, I see the exception for each invocation of my end-point.
The 'afterInterceptor' in my Grails controller was put there for the purposes of gathering/emitting some trace info. I am currently...
I'm running Spring Insight 1.0.0.M3.SR02. You asked how I "remove the valve"... well, I don't :-) I have not touched context.xml.
Jon, can you elaborate a little bit?
I'm investigating ways we can get visibility into portions of our app that involve BIRT. BIRT is eclipse-based, which means it uses OSGi to load its various...
When I run my app under Insight, I see the following exceptions:
2010-10-28 13:11:37,784 [tomcat-http--15] ERROR errors.GrailsExceptionResolver - Cannot create a session after the response...
Kevin, thanks for confirming my suspicions.
Last night, I wrote the necessary updates to teach Surf to honor properties in <remote> elements. My local build passes all tests, and I'll begin to...
I downloaded and cruised through the Surf source code, and I believe I found the problem.
Although the XMLConfigService sets up a PropertyConfigurer (which is an extension to the familiar...
I like how Spring offers the nice PropertyPlaceholderConfigurer to facilitate using a properties file to complete the values within tokenized xml config files. I am trying to use this technique in...