Phill-
It sounds like a bug, but it would help to know what the exception
was :)
On Apr 23, 2007, at 7:02 AM, Phill Moran wrote:
I have been working with the validate tool and was getting an
exception on
classes that used @table(name="XXX", schema="YYY"). If I took out
the schema
portion the exception went away. I see no mention of not using
schema in @table
for validate use. Is this a bug or undocumented feature
The mapping tool knows which schema to use from the URL and
openJPA.schema
properties
Phill