ConfigurationParser don't work property in OSGi when exposed as
services (annotations stripped)
-----------------------------------------------------------------------------------------------
Key: ISPN-4380
URL:
https://issues.jboss.org/browse/ISPN-4380
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 7.0.0.Alpha4
Reporter: Ion Savin
Assignee: Ion Savin
Fix For: 7.0.0.Alpha5
ConfigurationParsers use runtime annotations: @Namespace @Namespaces.
If the parsers are exposed as services in OSGi the annotations are lost because the
container will return instances of proxy classes which don't have these annotations.