You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Keshava Murthy <ke...@bigtec.org> on 2002/09/06 10:33:03 UTC

java.lang.reflect.InvocationTargetException

 Hi,
The following is from project_schema.xml file

<table name="sub_bld_smpl_coln_dtls" javaname="SubBldSmplColnDtls" idMethod="none">
        <column name="study_id" javaName="StudyId" required="true" type="VARCHAR" size="10" />
        <column name="prd_id" javaName="PrdId" required="true" type="VARCHAR" size="2" />
        <column name="dose_no" javaName="DoseNo" required="true" type="VARCHAR" size="1" />
        <column name="draw_cnt" javaName="DrawCnt" required="true" type="VARCHAR" size="2" />
        <column name="vac_id" javaName="VacId" required="true" type="VARCHAR" size="10" />
        <column name="sub_barcode" javaName="SubBarcode" required="true" type="VARCHAR" size="10" />
        <column name="draw_time" javaName="DrawTime" required="true" type="DATE" />
    </table>

I am getting java.lang.reflect.InvocationTargetException while inserting data into it. The database is Oracle. 

Does => idMethod="none" will cause this error ? What is the solution for this?

regards,
Keshav