Discussion:
[Middlegen-user] SequenceBlock is not schema aware
Matthias Flor
2002-11-26 15:36:03 UTC
Permalink
Hi folks,

the SequenceBlock Plugin is not DB-schema aware. Say, you have your
Bean-Table BAR in the schema FOO the full table name would be

@ejb.persistence table-name = "FOO.BAR"

The created SequenceBean does not contain the Schema FOO and some RDBMS
choke on this (at least Oracle).

I submitted a patch (#644227) on sf.net to fix this behaviour. In the
<sequenceblock> element in your build-file you may add an attribute
schema="${database.schema}" afterwards.

regards,
Matthias
--
Matthias Flor <***@isb-ag.de>
Loading...