Okay, but getting back to Jeremy's comment, the SQLCODE of -240 means that
the referenced item is missing:

SQL0204N "<name>" is an undefined name.

And, <name> from your posted error message is this:  DBSCHEMA.USER

Since the SQL we generated is using the table like this (FROM User t0),
maybe there's an issue with delimited identifiers?  How are you defining
your Entity?  If all by annotations, please post that code snippet.  If you
are also using xml, please post that as well.  Thanks.

Kevin

On Wed, Jun 8, 2011 at 11:56 AM, chintan4181 <[email protected]> wrote:

> DBSchema exists in DB2 and same code is working fine for EclipseLink
> provider.
>
> --
> View this message in context:
> http://openjpa.208410.n2.nabble.com/may-be-OpenJPA-limitation-tp6450246p6454495.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>

Reply via email to