Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
588 views

Intercept the JDBC statements to the database using P6Spy in a hibernate application

I am developing a hibernate console application and refer to this article http://www.mkyong.com/hibernate/how-to-display-hibernate-sql-parameter-values-solution/ to setup the P6Spy in order to see ...
1
vote
0answers
33 views

How does P6SPY work?

Pretty much everything in the question. I just discovered p6spy in association with hibernate which is really cool to see the actual sql queries, though I'm quite baffled on how it works. So how does ...
1
vote
1answer
56 views

Modify sql statements generated by JDBC

What is the simplest way to intercept and modify sql statements generated by jdbc driver? There is something like P6Spy. According to information from google, an open source framework to support ...
1
vote
2answers
420 views

hibernate p6spy problem

I'm trying to get to grips with what hibernate is doing under the hood, and I'm using p6spy as a proxy for the mysql jdbc driver so I can see what's really going to the database. I'm a little confused ...
1
vote
2answers
314 views

tool for detecting non-parametrized sql in java jdbc code

I'm looking to inspect SQL statements in Java/jdbc code to ensure that the SQL to be executed is of acceptable quality. Neither PMD not Findbugs appears to have JDBC or sql rules. I could use p6spy to ...
0
votes
1answer
179 views

P6spy doesn't spy on hsql jdbc driver

When trying to spy on the jdbc connection to a hsqldb database it doesn't work. It looks like the org.hsqldb.jdbcDriver is not deregistered.
0
votes
1answer
472 views

Filtering with P6SPY

Is there a way to set the filter in p6spy, such that it only logs "insert/delete/update" and NOT "select" SQL statements? Documentation of p6spy mentions: "P6Spy allows you to monitor specific tables ...
0
votes
3answers
1k views

SQL logging in Websphere 6.1

I am looking for a tool that Logs SQL statemetns fired in the application as I use the application. I found p6spy. But there is an issue with that. It doesnt seem to be compatible with XA ...
-2
votes
1answer
506 views

P6Spy - new open source initiative [closed]

There is a very usefull open source java tool called P6Spy. It is a proxy JDBC driver that help to log your SQL queries. It does its job very well but last update was on 30 November 2003 and it seems ...