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 <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to