Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
11. Mar 2010, 12:43 America/New_York | Link

Hi,

When I did a seam-gen for an oracle table which has a data type defined as XMLType, seam generated the entity as follows -

private Clob docContent;

When I try to deploy, it gives the following error -

Caused by: org.hibernate.HibernateException: Wrong column type in SNDB.ADDRBOOKXCAPDOC for column DOCCONTENT. Found: xmltype, expected: clob

Any suggestions ?

Thanks, Kanwar