You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Johan Doornenbal (JIRA)" <ji...@apache.org> on 2016/04/01 14:50:25 UTC

[jira] [Resolved] (ATLAS-615) Action annotated as autoCompleteAction cannot be annotated with @Programmatic. This should be possible.

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

Johan Doornenbal resolved ATLAS-615.
------------------------------------
    Resolution: Invalid

Wrong ticket

> Action annotated as autoCompleteAction cannot be annotated with @Programmatic. This should be possible.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-615
>                 URL: https://issues.apache.org/jira/browse/ATLAS-615
>             Project: Atlas
>          Issue Type: Improvement
>            Reporter: Johan Doornenbal
>
> For instance:
> {code}
> @DomainObject(
> autoCompleteRepository = Currencies.class, autoCompleteAction = "autoComplete")
> public class Currency ....
> {code}
> Then in Currencies class:
> {code}
> @Programmatic
>  public List<Currency> autoComplete(...) ..
> {code}
> causes a NPE



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)