Hello Andreas,

it's quite simple. 

Search the mapping of your database int the configurationfile 
standardjbosscmp-jdbc.xml (PostgreSQL 8.0, for example). Then add into the 
<type-mapping>-section the following lines:

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

That's all.

Greetings, 

Andreas



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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to