Re: Validate and @table schema use

2007-04-24 Thread Kevin Sutter
ository.resolve > (MetaDataRepository.java:487) > ... 8 more > NestedThrowables: > <4|true|0.9.6-incubating> > org.apache.openjpa.util.MetaDataException: Table > "bidspec.country" given for "ca.BidSpec.emall.categories.Country" > does not > exist. &g

Re: Validate and @table schema use

2007-04-24 Thread Marc Prud'hommeaux
MetaData (MetaDataRepository.java:2 83) at org.apache.openjpa.jdbc.meta.MappingRepository.getMapping (MappingRepository.java :271) at org.apache.openjpa.jdbc.meta.MappingTool.getMapping (MappingTool.java:660) at org.apache.openjpa.jdbc.meta.MappingTool.validate(MappingT

RE: Validate and @table schema use

2007-04-23 Thread Phill Moran
he.openjpa.meta.MetaDataRepository.resolveMapping(MetaDataRepository.jav a:615) at org.apache.openjpa.meta.MetaDataRepository.resolve(MetaDataRepository.java:493) at org.apache.openjpa.meta.MetaDataRepository.getMetaData(MetaDataRepository.java:2 83) at org.apache.openjpa.jdbc.

Re: Validate and @table schema use

2007-04-23 Thread Marc Prud'hommeaux
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 porti