0 Replies Latest reply on Oct 13, 2005 2:38 AM by doonam

    Oracle type-mapping problem in JBoss 4

    doonam

      Hey all,

      I had a Oracle 9i type-mapping in JBoss 3.2.3 as follows:


      <java-type>java.lang.Object</java-type>
      <jdbc-type>LONGVARBINARY</jdbc-type>
      <sql-type>LONG RAW</sql-type>


      But this doesnt seem to work with JBoss 4.

      Anyone know why this could be? Ive been trying several alternatives but havent found a solution yet.