Hi,

This is somewhat off-topic, but is anyone here successfully using the JDBC 
type BIGDECIMAL under WebSphere? 

I am getting an AbstractMethodError from the ResultSet.getBigDecimal() 
invokation. It's not an OJB issue, but without OJB I was able to work 
around this problem by using ResultSet.getObject() (which returns a 
BigDecimal, when the column is a DECIMAL(x,y) column). The problem only 
occurs when running under WebSphere. The same JDBC driver works fine in a 
standalone app.

Regards,
Gerhard

Reply via email to