Foros de discusión

ORA-00932: inconsistent datatypes: expected - got CLOB

Haris Tasawar, modificado hace 11 años.

ORA-00932: inconsistent datatypes: expected - got CLOB

Junior Member Mensajes: 35 Fecha de incorporación: 4/06/12 Mensajes recientes
Hey all,
I recently created a finder method in my service builder as follows:

<finder name ="findbyall" return-type="Collection">
<finder-column name="MEETING_DATE"/>
<finder-column name="MINUTES"/>
<finder-column name="CATEGORY"/>
</finder>

(The MINUTES column is of type CLOB in database)
and ran the service builder.... now everytime i search using this finder method i get an error
ORA-00932: inconsistent datatypes: expected - got CLOB

I tried to change the portlet-model-hints.xml file and also updated the ext.properties file but still i am getting this error. Can somebody help me on this .
Thanks
Haris.
Siby Mathew, modificado hace 11 años.

RE: ORA-00932: inconsistent datatypes: expected - got CLOB

Expert Mensajes: 268 Fecha de incorporación: 4/03/11 Mensajes recientes
Hi Haris,
Have you specified this MINUTES as a column type for your entity in the service.xml.

Thanks,
Siby