I am using vfabric tcServer v2.7 and insight developer editions.
I am not able to see any BigDecimal param in the JDBC queries, it just shows the qualified name of the class: java.math.BigDecimal
For example:
Parameters:Code:SELECT DIVISION_.DIVNUM AS DVNUM2_, DIVISION_.DIV AS DIV2_, DIVISION_.STATUS AS STATUS2_ FROM DIVISION DIVISION0_ WHERE division0_.divnum=? and division0_.div=? and division_.status =?
1. java.math.BigDecimal
2. ATL
3. A
Do I need to do some configuration to solve this?


Reply With Quote
