Re: Using query hints for mapping extensions in orm.xml

2007-01-21 Thread Marc Prud'hommeaux
Not that I am volunteering to be the resident namespace expert, but FTR, I tried throwing in a openjpa:someelement someattribute=somevalue/ element into an orm.xml, and I notice that we don't complain when we parse it, so presumably at least our parse mode doesn't have any problem with

Re: Using query hints for mapping extensions in orm.xml

2007-01-21 Thread Craig L Russell
If there is a way to include schema-validation=true when parsing the orm, I expect that this will throw an exception. Craig On Jan 21, 2007, at 11:59 AM, Marc Prud'hommeaux wrote: Not that I am volunteering to be the resident namespace expert, but FTR, I tried throwing in a

Re: How to unit test the Enhancer?

2007-01-21 Thread Craig L Russell
Hi Rahul, You might look at the work-in-progress going on at Apache JDO http:// db.apache.org/jdo/ and http://wiki.apache.org/jdo/ProjectStructure. The JDO 1.1 project includes an enhancer verification program that is not yet updated for JDO 2.0, but it should give you some ideas on what

Re: How to unit test the Enhancer?

2007-01-21 Thread Rahul Thakur
Hi Craig, Thanks for that; that was closer to what I was I looking for in OpenJPA, but I haven't found anything. Something I could use to verify in my own unit test. Any other pointers, anyone? TIA, Rahul - Original Message - From: Craig L Russell [EMAIL PROTECTED] To: