[
https://issues.apache.org/jira/browse/GERONIMO-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125573#comment-16125573
]
John D. Ament commented on GERONIMO-6577:
-----------------------------------------
This is now fixed in both Weld and OWB use cases.
> [config] injection of @ConfigProperty Provider<T> is broken
> -----------------------------------------------------------
>
> Key: GERONIMO-6577
> URL: https://issues.apache.org/jira/browse/GERONIMO-6577
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Config
> Reporter: Mark Struberg
> Assignee: Mark Struberg
>
> {code}
> @Inject
> @ConfigProperty(name="bla")
> private Provider<String> dynamicValue;
> {code}
> is broken; blows up with Missing converter for 'bla' from Field Injection
> Point, field name : ...
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)