Bugs item #848815, was opened at 2003-11-25 11:54
Message generated for change (Comment added) made by loubyansky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=848815&group_id=22866

Category: JBossCMP
Group: v3.2
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: hilt2 (hilt2)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: CMP for a char-field

Initial Comment:
Hi,

a char field in one of my entity beans is mapped to a 
CHAR(1) field in a Oracle 8 table. Each time I try to
load such an EJB I get this error on JBoss console:

15:09:14,859 ERROR [STDERR] Caused by: 
javax.ejb.EJBException: null; CausedByExc
eption is:
Load failed; CausedByException is:
Unable to load a ResultSet column 7 into a variable of 
type 'char': java
.io.EOFException; nested exception is:
javax.ejb.EJBException: Load failed; CausedByException 
is:
Unable to load a ResultSet column 7 into a variable of 
type 'char': java
.io.EOFException

Does anybody knows what's wrong?
Thank you 


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

>Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-07-13 22:41

Message:
Logged In: YES 
user_id=543482

Rejected because of no response.

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

Comment By: Alexey Loubyansky (loubyansky)
Date: 2003-11-25 13:59

Message:
Logged In: YES 
user_id=543482

What is the exact JBoss version you are using?
Is default mapping
         <mapping>
            <java-type>java.lang.Character</java-type>
            <jdbc-type>VARCHAR</jdbc-type>
            <sql-type>CHAR</sql-type>
         </mapping>
working for you?

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to