[ https://issues.apache.org/jira/browse/CAUSEWAY-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andi Huber updated CAUSEWAY-2389: --------------------------------- Fix Version/s: 2.0.0-RC5 (was: 2.0.0-RC4) > [Validation] Metamodel exception if default supporting method type doesn't > match. > --------------------------------------------------------------------------------- > > Key: CAUSEWAY-2389 > URL: https://issues.apache.org/jira/browse/CAUSEWAY-2389 > Project: Causeway > Issue Type: Improvement > Components: Core > Affects Versions: 2.0.0-M3 > Reporter: Daniel Keir Haywood > Assignee: Andi Huber > Priority: Minor > Fix For: 2.0.0-RC5 > > > eg in the demo app, I had this error: > > @Action(semantics = SemanticsOf.SAFE) > @ActionLayout(promptStyle = PromptStyle.DIALOG_MODAL) > public WrapperBooleanVm openViewModel(Boolean initialValue) { > return new WrapperBooleanVm(initialValue); > } > public char default0OpenViewModel() { > return 'a'; > } -- This message was sent by Atlassian Jira (v8.20.10#820010)