Hi David,
There are several JPA-defined mechanisms to override a schema name.  You can
specify a schema name on the @Table or @SecondaryTable annotation.  You can
specify a default schema name in an orm.xml file.  Or, you can use the
OpenJPA-specific property openjpa.jdbc.Schema [1] in your persistence.xml.

Are you indicating that these approaches are not sufficient for your
scenario?  Or, are these not working with HSQLDB?

Hope this helps,
Kevin

[1]
http://openjpa.apache.org/builds/latest/docs/manual/manual.html#openjpa.jdbc.Schema

On Thu, Oct 22, 2009 at 6:23 AM, David Beer <[email protected]>wrote:

> Hi All
>
> Is there anyway to get openjpa and HSQLDB to use a different schema to
> the default one.
>
>
> --
> Thanks
>
> David
>
>

Reply via email to