I am bringing up Broadleaf Commerce application using Oracle Database
and Tomcat 6 server
.
I followed the steps from here
I have made chang
This is most likely because your code (either directly or via Hibernate) is trying to read a value from a returned result set and it's using the wrong type (such as getString(...) on a numeric value). Make sure you've correctlly configured your ORM framework (or whatever Broadleaf is) for your oracle db. Especially the dialect, make sure it's Oracle and not some other value.