OK.  I got good hints from the Firebird-java forum although this is a JBoss 
issue.  It seems that none in this forum can help me.

Add the following under the type-mapping Firebird in 
$JBOSS_HOME/server/default/conf/standardjbosscmp-jdbc.xml

<mapping>
  |    <java-type>java.math.BigDecimal</java-type>
  |    <jdbc-type>NUMERIC</jdbc-type>
  |    <sql-type>NUMERIC</sql-type>
  | </mapping>

Hope this can be valuable to others.

Thanks
C. N.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864227#3864227

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864227


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to