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:30:25 UTC

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

Johan Doornenbal created ATLAS-615:
--------------------------------------

             Summary: 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)