In my application we use orm.xml files rather than annotations to specify the entities. I am trying to disable the DataCache for certain entities, but my @DataCache(enabled=false) is being ignored even when I specify metadata-complete="false" in my orm file. If switch over the entity to use pure annotations, everything works fine.
Is there any support for adding openjpa specific features when using orm mapping files, or is this just a bug? -Jeff