Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
4.0
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
A member declared with
@Inject @Named("current/reference") protected DocumentReferenceResolver<EntityReference> currentDocumentEntityReferenceResolver;
works on 3.5.1, doesn't work anymore on 4.0; exception is:
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [org.xwiki.model.reference.DocumentReferenceResolver<org.xwiki.model.reference.EntityReference>] hint = [current/reference]]
Attachments
Issue Links
- relates to
-
XWIKI-8154 Can't inject reference based resolver using the old role/hint for current/reference hint
- Closed