Results 1 to 2 of 2

Thread: "no http endpoint" shown in "application healt"

  1. #1

    Default "no http endpoint" shown in "application healt"

    My Web app is correctly profiled including all jdbc calls. But unfortunately on the "Application Health" state no data is shown ("no endpoint"). After googling I found:

    http://forum.springsource.org/showthread.php?t=79774 (more jdbc related which is not a problem in my case)

    and

    http://forum.springsource.org/showthread.php?t=66839 (more webservice related)

    We use Tapestry 5 as Web-App framework so I assume it is not automatically detected by LTW when deployed on tc-server. Do I have to annotate the tapestry sources by an annotation or do I miss a special configuration part or is there no chance at all atm to drill down non spring-controller frameworks?

    Thanks in advance

    Jens

  2. #2

    Default Progress

    use the

    @Service
    @Repository
    @Controller

    annotations than the classes get weaven and tracing results appear in the application health

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •