I meant try to create the actual schema (sorry for the confusion)
where the tables will be created in.

In a database a schema often corresponds with eg an user account. In
mysql the notion of a schema corresponds with a database, in oracle it
is an user. Im not sure about derby. So openjpa generates the tables
in a schema, and the collection of tables etc is callled "the schema".
Apparantly, the schema in the database sense was not there so the
openjpa tables (schema) were generated in the default schema. Which is
just fine, hence the informational warning.

Hope this helps.
KlaasJan

On Dec 17, 2007 7:40 PM, Gilberto C Andrade <[EMAIL PROTECTED]> wrote:
> > Maybe try creating the schema before you run the application ?
> But that was the goal! I'm trying to generate my schema through openjpa
>  MappingTool (using openjpa.jdbc.SynchronizeMappings property), as you
> can see in the persistence file.
>
> Thanks on any help!
>
> Gilberto
>
>
>

Reply via email to