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)