Patches item #620459, was opened at 2002-10-08 21:16
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=620459&group_id=22866

Category: JAWS (inactive)
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Christian Sprajc (totmacherr)
Assigned to: Nobody/Anonymous (nobody)
Summary: Workaround for buggy Oracle driver

Initial Comment:
There is a problem in the old JAWs ejb 1.1 layer.
When using blobs in CMP beans, i always get a 
ClassCastException. that is a problem of the oracle 
driver. 
but you can get around with changing the 
standartjaws.xml:

in the oracle mapping change the following lines:

<java-type>java.lang.Object</java-type>
<jdbc-type>BLOB</jdbc-type>
<sql-type>BLOB</sql-type>

into:

<java-type>java.lang.Object</java-type>
<jdbc-type>JAVA_OBJECT</jdbc-type>
<sql-type>BLOB</sql-type>

like in the old jboss 2.4.x config.
then everything works correct

thnx,
totmacher


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=620459&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to