|
From: SourceForge.net <no...@so...> - 2004-03-06 17:45:13
|
Bugs item #911014, was opened at 2004-03-06 11:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=911014&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Robert Upshall (rupshall) Assigned to: Nobody/Anonymous (nobody) Summary: DB2/400 mapping problems Initial Comment: I am attempting to configure JBoss to connect to a DB2/400 database, I am using JBoss 3.2.3 and iSeries OS version v5r2m0. I have found 2 mapping problems with the DB2/400 section of standardjbosscmp-jdbc.xml <mapping> <java-type>java.lang.Byte</java-type> <jdbc-type>TINYINT</jdbc-type> <sql-type>SMALLINT</sql-type> </mapping> and <mapping> <java-type>java.lang.Boolean</java-type> <jdbc-type>BIT</jdbc-type> <sql-type>SMALLINT</sql-type> </mapping> The above mappings work perfectly for me but the default ones did not, I obtained the mappings from this IBM site http://www-306.ibm.com/software/data/db2/udb/ad/v8/java/ad/rjvjdata.htm#TBLJVREGOU so I think they should be accurate. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=911014&group_id=22866 |