[
https://issues.apache.org/jira/browse/OWB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg resolved OWB-933.
-------------------------------
Resolution: Fixed
added a unit test - works fine in 1.6.0
> @Delegate with constructor injection fails
> ------------------------------------------
>
> Key: OWB-933
> URL: https://issues.apache.org/jira/browse/OWB-933
> Project: OpenWebBeans
> Issue Type: Bug
> Components: Injection and Lookup, Interceptor and Decorators
> Affects Versions: 1.2.1
> Reporter: Gerhard Petracek
> Assignee: Mark Struberg
> Fix For: 1.6.0
>
>
> public class MyDecorator {
> @Inject
> protected MyDecorator(@Delegate MyDelegate delegate) {/*...*/}
> //...
> }
> ... is specified by 8.1.2 (2nd example), but fails with a CreationException.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)