Try this:

<table tableName="someTable" schema="someSchema">
  <property name="ignoreQualifiersAtRuntime" value="true"/>
</table>

Jeff Butler

On Wed, Dec 30, 2009 at 7:20 AM, ines DNSCE <dnsce-i...@live.fr> wrote:
>
> The reason is that the reading of the given méta data has the right DBA.
> Thus I reads méta data of another plan (schéma) than I waited.
> If I specify the plan for every table, I have no more the problem. On the
> other hand it adds me in prefix the name of the plan, I must be able to
> configure it to ignore the prefix and not to have to specified un each table
> the plan.
>
> ________________________________
> From: dnsce-i...@live.fr
> To: user-java@ibatis.apache.org
> Subject: RE: Ibator generate incomplete bean
> Date: Wed, 30 Dec 2009 11:15:16 +0100
>
> The Oracle columns are number(1) and number(8). Ibator don't show me
> warnings.
>
>
>> From: jeffgbut...@gmail.com
>>
>> Usually Ibator will ignore a column only if it encounters an
>> unsupported data type. Ibator should show a warning if that happens.
>>
>> Unsupported data typed are fairly common with Oracle. Check the data
>> types of the missing columns - that might give us a better idea of
>> what's wrong.
>>
>> Jeff Butler
>
>
>
> ________________________________
> Avec Internet Explorer, surfez en toute discrétion sur internet Cliquez ici
> !

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to