Skip to main content



      Home
Home » Eclipse Projects » EclipseLink » EclipseLink workbench: where is BLOB column type?
EclipseLink workbench: where is BLOB column type? [message #898368] Thu, 26 July 2012 05:34 Go to next message
Eclipse UserFriend
I just migrate toplink project 9.0.4 to EclipseLink 2.4.0
There are warnings on some tables

TableNode[0180DB6A] (MWTable[0100607D] (JOB)) 0702 A size is required for the column "JOB.TEMPLATE".

In DB this column has type BLOB (Oracle 11). In workbench after migrating it has column type VARCHAR2 with size = 0, when in toplink workbench 9.0.4 it was BLOB.

What should I use instead of BLOB for this column?

[Updated on: Thu, 26 July 2012 05:34] by Moderator

Re: EclipseLink workbench: where is BLOB column type? [message #898526 is a reply to message #898368] Thu, 26 July 2012 10:15 Go to previous messageGo to next message
Eclipse UserFriend
This looks like a problem occured converting the table metadata in the workbench project. It should only be a problem if you need to use the workbench to recreate the tables, otherwise this data is not used.

If needed, you can correct it by reading in the tables from the database, or by manually fixing the type to what you want to use or are using in the database.
Re: EclipseLink workbench: where is BLOB column type? [message #898603 is a reply to message #898526] Thu, 26 July 2012 16:44 Go to previous message
Eclipse UserFriend
Thanks for help!
When I tried to change type manually, I haven't found BLOB type in combobox, so I changed it to RAW just to avoid warnings.
Previous Topic:JDBC and VFP
Next Topic:@MappedSuperclass with Generic types
Goto Forum:
  


Current Time: Sun Jul 13 11:19:40 EDT 2025

Powered by FUDForum. Page generated in 0.05363 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top