[jira] [Updated] (ISIS-2389) Metamodel exception if default supporting method type doesn't match.

2022-04-29 Thread Andi Huber (Jira)


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

Andi Huber updated ISIS-2389:
-
Issue Type: Improvement  (was: Bug)

> Metamodel exception if default supporting method type doesn't match.
> 
>
> Key: ISIS-2389
> URL: https://issues.apache.org/jira/browse/ISIS-2389
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core
>Affects Versions: 2.0.0-M3
>Reporter: Daniel Keir Haywood
>Priority: Minor
>
> 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.7#820007)


[jira] [Updated] (ISIS-2389) Metamodel exception if default supporting method type doesn't match.

2021-01-17 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2389:
--
Summary: Metamodel exception if default supporting method type doesn't 
match.  (was: Metamodel exception should be thrown if default supporting method 
type does not match.)

> Metamodel exception if default supporting method type doesn't match.
> 
>
> Key: ISIS-2389
> URL: https://issues.apache.org/jira/browse/ISIS-2389
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Core
>Affects Versions: 2.0.0-M3
>Reporter: Daniel Keir Haywood
>Priority: Minor
>
> 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.3.4#803005)