Search:

Type: Posts; User: rentallect; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    965

    Listener registration question

    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...
  2. Replies
    1
    Views
    983

    Some traces not rendered in Insight UI

    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...
  3. Scott, Are 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...
  4. Replies
    5
    Views
    1,296

    Yes, I see the exception for each invocation of...

    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...
  5. Replies
    5
    Views
    1,296

    I'm running Spring Insight 1.0.0.M3.SR02. You...

    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.
  6. Jon, can you elaborate a little bit? I'm...

    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...
  7. Replies
    5
    Views
    1,296

    Possible Collection Valve issue?

    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...
  8. Kevin, thanks for confirming my suspicions. ...

    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...
  9. PropertyConfigurer not used by element readers

    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...
  10. Using properties to configure custom surf endpoints

    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...
Results 1 to 10 of 10