If I deploy the example "atm" I get the following error:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Auto-deploying atm...
Auto-deploying atm-ejb.jar...
Auto-creating table: create table acme_atm_ejb_Account_log (id varchar (255) not null,
value longvarbinary)
Warning: Error creating table: [IBM][CLI Driver][DB2/NT] SQL0204N "LONGVARBINARY" ist
ein nicht definierter Name. SQLSTATE=42704
done.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
How can I change the type-mapping from longvarbinary to longvarchar for the LogEntries
?
Matthias