1 Reply Latest reply on Aug 18, 2006 11:51 AM by chipschoch

    SQL Server Image types won't map

    chipschoch

      I am attempting to use SQL Server as my DB for messaging. I have setup the default mapping to the MS SQLSERVER2000 mapping and have changed the persistence service file to one that works. I start my server and it builds the tables correctly and I am able to run the examples. Everything seems to works fine until I restart my server with messages persistent in jms_message table. I get an exception dump and an error that reads:

      [Microsoft][SQLServer 2000 Driver for JDBC]ResultSet can not re-read row data for column 7.

      This is an image column in jms_message. It is acting like it is disregarding the datasource-mapping for SQL Server that I specified in standardjbosscmp-jdbc.xml.


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



      The docs I found say that this fileis for Container Managed Persistence. Is there a similiar file that has datasource-mapping for jboss messaging?