Jboss Fuse Agents not capturing JDBC traffic in DevTest Portal
search cancel

Jboss Fuse Agents not capturing JDBC traffic in DevTest Portal

book

Article ID: 96545

calendar_today

Updated On:

Products

CA Continuous Application Insight (PathFinder) Service Virtualization

Issue/Introduction

Have installed Lisa agent in a Jboss Fuse container as per the documentation, in section "Configure JBoss to Use the Java Agent" in the documentation of the DevTest release being run.

From the logs could see that the agent started. But in the DevTest Portal, not able to see any JDBC calls in the transactions.

Environment

All supported DevTest releases.

Cause

 When using Soap UI or Postman to make JDBC calls, the transactions did not have all the information.  As a result SQL queries were not captured by Agent. 

Resolution

If not making JDBC calls from the Jboss-Fuse web application, enable class level capture  in the Agent Settings.  Add interceptors for the right classes wanting to virtualize.  Only then SQL queries will be captured. 

***Recommendation: Use Jboss Web Application  to send the request for JDBC calls