Bugs item #572281, was opened at 2002-06-22 06:46
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=572281&group_id=22866

Category: JBossCMP
Group: v4.0
Status: Open
Resolution: Postponed
Priority: 5
Submitted By: Colin Li (colinl)
Assigned to: Dain Sundstrom (dsundstrom)
Summary: oracle clob mapping problem

Initial Comment:
We had an entity bean with a cmp-field using a char
[] type to mapping CLOB type column in oracle 
database. This entity bean worked fine in 
Orion1.5.2. Now we are planning to port our 
application to Jboss3.0.0 and we have deployed one 
of our ear file including this bean in Jboss3.0.0 
(stable version). However, we got error messages in 
jboss console when we ran one of our test cases:

<<javax.ejb.EJBException: Internal error getting 
results for field member CLOB_DATA
Embedded Exception
Stream has already been closed
.......>>

CLOB_DATA is the char[] type cmp-field. 

We checked the standardjbosscmp-jdbc.xml and 
we did not find a clob type mapping in 
<type-mapping>
         <name>Oracle8</name>

So, is this a bug or not?

When will Jboss support Clob mapping?

Thanks a lot!


C:\jboss-3.0.0\bin>run
=================================
=================================
=============
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: C:\jboss-3.0.0\bin\..
.
  JAVA: C:\jdk1.3\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat
.
  CLASSPATH: ;C:\jdk1.3\lib\tools.jar;C:\jboss-
3.0.0\bin\run.jar
.
=================================
=================================
=============



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

Comment By: Stephen Coy (scoy)
Date: 2002-10-31 18:10

Message:
Logged In: YES 
user_id=463096

The handling of large character and binary columns has been completely 
overhauled.

I believe that this can be closed.


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

Comment By: Dain Sundstrom (dsundstrom)
Date: 2002-06-28 04:27

Message:
Logged In: YES 
user_id=251431

This will be fixed when blob handling is rewritten.

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

Comment By: Dain Sundstrom (dsundstrom)
Date: 2002-06-25 06:03

Message:
Logged In: YES 
user_id=251431

Oracle's drivers are non-compliant and suck overall.  One
day this will be fixed.  Several people have told me that
they we're goin to take a look at it, but no one fixed it yet.

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

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


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to