Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Bug 368653 - need help with testing

Hi Sabine,

The @Table annotation (and most other table related annotations)allows you to
set schema (as does persistence-unit-defaults) in orm.xml.  Do those allow you
to get a test working?

-Tom

On 16/01/2012 5:00 AM, Heider, Sabine wrote:
Hi everyone,

I have just created https://bugs.eclipse.org/bugs/show_bug.cgi?id=368653 for the
MaxDB platform. The corresponding patch is already attached. However, I’m in
doubt about how to write a regression test for that. The logic is simple but it
requires setting a table qualifier in a session customizer. How can that be done
in the test framework? Is there already a similar example?

Thanks for your help and best regards,

Sabine



_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top