Issue Type: Bug Bug
Assignee: Brett Meyer
Created: 01/May/13 9:04 AM
Description:

AbstractServiceRegistryImpl#applyInjections(R) loops over a Service's methods to find instances of @InjectService. An example of usage: AbstractEhcacheRegionFactory#setClassLoaderService(ClassLoaderService).

In OSGi, applyInjections is able to find all of the Service's methods, but the annotation discovery fails. What's confusing is that applyInjections has the actual Class given by the Strategy, so the ehcache CL should be available. Is only the hibernate-core CL used since @InjectService resides there?

Project: Hibernate ORM
Priority: Major Major
Reporter: Brett Meyer
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