Hi,
can anyone help me with this?
I'm using:
<key-generator name="SEQUENCE">
<param name="returning" value="true"/>
</key-generator>
in:
<!-- class -->
<class name="GdmsDataBaseSchema.FILES" identity="id" key-generator="
SEQUENCE">
<!-- table -->
<map-to table="GDMS.FILES"/>
</class>
I get:
Nested error: java.sql.SQLException: ORA-06550: line 1, column 184:
PLS-00201: identifier 'GDMS"".""FILES_SEQ.NEXTVAL' must be declared
ORA-06550: line 1, column 7:
PL/SQL: SQL Statement ignored
Do I have to define the variable 'FILES_SEQ.NEXTVAL' in my
java classes??
thanks,
-Youssef
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev