[
https://issues.apache.org/jira/browse/ATLAS-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Doornenbal closed ATLAS-615.
----------------------------------
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)