gvSIGAssociation / gvnix

gvNIX project
http://www.gvnix.org
GNU General Public License v3.0
41 stars 19 forks source link

Fixed JpaBatchMetadata when executing 'jpa audit add' #21

Closed sclaresmt closed 9 years ago

sclaresmt commented 9 years ago

When doing "jpa audit add" to an entity with finders and datatables with "inline" it stopped execution because sometimes JpaBatchMetadata was null when getting JpaActiveRecordMetadata. Now JpaBatchMetadata doesn't need JpaActiveRecordMetadata for building entity plural. Now it uses Plural metadata for this task.

jcagarcia commented 9 years ago

Great Job!!!

Thanks for your contribution!

Regards,