J�rgen Messer wrote:
> 
> Hello,
> 
> in my database-table (Informix) there are several datatypes:
> 
> id_dt10000    integer
> name   char(6)
> text    char(20)
> art    smallint
> 
> the entitybean uses the java.lang.Short class to this field 'art' in the
> table. The GenIC generates the following code, which throws an exception in
> the line converting 'art'
> 
>             bn.id_dt10000 = (java.lang.Integer)rs.getObject("id_dt10000");
>             bn.name = rs.getString("name");
>             bn.text = rs.getString("text");
>             bn.art =
> (java.lang.Short)MarshallTool.fromBytes((byte[])rs.getBytes("art"));
for Short?

It is true there is a bug.
It is now fixed you can get it in the next version that we will
put on the Web at the end of the this week.
Thanks,
-- 
        Philippe

Philippe Coq  Groupe Bulll/BullSoft/OpenMaster  Phone: (33) 04 76 29 78
49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]  http://www-frec.bull.com
Download our EJBServer at http://www.bullsoft.com/ejb
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to