Issue Type: Bug Bug
Assignee: Unassigned
Components: entity-manager
Created: 13/May/13 5:07 AM
Description:

AbstractScanner seems to validate if URL has a corresponding ArchiveDescriptorInfo. I've got a custom OSGi scanning support for Apache Aries JPA environment which seemed to work fine until I tried to instantiate it on my own. It seems that I have overlapping URLs between persistence-units thus the scanner started to nag about it. There is a nice template method to which allows to remove this nag but most unfortunate decision of placing one of the parameter types (namely ArchiveDescriptorInfo) as private makes this impossible.

I propose that ArchiveDescriptorInfo class would be made protected to avoid this issue

Project: Hibernate ORM
Priority: Major Major
Reporter: Tuomas Kiviaho
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira