Gerhard Petracek created OWB-933:
------------------------------------
Summary: @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.2.2, 2.0.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.1.5#6160)