|
From: Dain S. <dsu...@us...> - 2002-06-27 20:00:25
|
User: dsundstrom
Date: 02/06/27 13:00:23
Modified: src/etc/conf/default standardjbosscmp-jdbc.xml
Log:
Changed Oracle9i java.lang.Object jdbc-type mapping back to JAVA_OBJECT
because 9i does not support the 8 BLOB hack.
Revision Changes Path
1.38 +2 -2 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml
Index: standardjbosscmp-jdbc.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- standardjbosscmp-jdbc.xml 25 Jun 2002 16:07:35 -0000 1.37
+++ standardjbosscmp-jdbc.xml 27 Jun 2002 20:00:23 -0000 1.38
@@ -7,7 +7,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: standardjbosscmp-jdbc.xml,v 1.37 2002/06/25 16:07:35 dsundstrom Exp $ -->
+<!-- $Id: standardjbosscmp-jdbc.xml,v 1.38 2002/06/27 20:00:23 dsundstrom Exp $ -->
<jbosscmp-jdbc>
@@ -314,7 +314,7 @@
</mapping>
<mapping>
<java-type>java.lang.Object</java-type>
- <jdbc-type>BLOB</jdbc-type>
+ <jdbc-type>JAVA_OBJECT</jdbc-type>
<sql-type>BLOB</sql-type>
<!--
| Change this from BLOB to RAW(255) if you know your
|