[ 
https://issues.apache.org/jira/browse/CAUSEWAY-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Keir Haywood reassigned CAUSEWAY-3326:
---------------------------------------------

    Fix Version/s: 2.0.0-RC4
                       (was: 2.0.0-RC3)
         Assignee: Daniel Keir Haywood

> Dependencies in @Types are not being injected
> ---------------------------------------------
>
>                 Key: CAUSEWAY-3326
>                 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3326
>             Project: Causeway
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M9
>            Reporter: Martin Hesse
>            Assignee: Daniel Keir Haywood
>            Priority: Major
>             Fix For: 2.0.0-RC4
>
>
> when using types, as in
> {code:java}
> public @interface Name {
>     int MAX_LEN = 40;
>     class Specification extends AbstractSpecification2<String> {
>         @Inject
>         private DomainModule.Configuration configuration;
> {code}
> then the dependencies are not correctly injected into the Specification which 
> will result in a NullPointerException (configuration is null).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to