Build error during org.apache.isis.tool:isis-maven-plugin:1.11.1:swagger

2016-02-25 Thread Paolo Panconi
Hi all, I have an error during the build in the goal org.apache.isis.tool:isis-maven-plugin:1.11.1:swagger. It seams relative to the metamodel build in the case of action Contributee (in fact it come out only when I have same Domani Objects as action parameters). [ERROR] Failed to execute goal

Re: Overriding a field in a view model

2016-02-25 Thread Vishma Senadhi Dias
Thanks for the information. I will write a separate mixin for each field. Got it. On 2/25/2016 4:53 PM, Dan Haywood wrote: Each mixin contributes a single member; so write new mixins for those other fields to be decoded. You'll see I'm using the technique in this code [1] currently under

Re: Overriding a field in a view model

2016-02-25 Thread Dan Haywood
Each mixin contributes a single member; so write new mixins for those other fields to be decoded. You'll see I'm using the technique in this code [1] currently under development. HTH Dan [1]

Re: Overriding a field in a view model

2016-02-25 Thread Vishma Senadhi Dias
Hi Dan, Following your method I was able to override BookType field in the LibrayMember using Mixins. But when I try to override more than one field in the LibrayMember class using Mixins it seems that only one fields is shown in the UI. For an example when I code like below, only the last

Re: isis.reflector.facet.cssClassFa.patterns not work ?

2016-02-25 Thread Chuangyu
Hi, Jeroen, The project was upgraded from isis 1.8.0. If I go back to test old project with isis 1.8.0, isis.reflector.facet.cssClassFa.patterns can take effect. I have no idea of application manifest. When run isis 1.11.1 version, if add new pattern like ..

Re: isis.reflector.facet.cssClassFa.patterns not work ?

2016-02-25 Thread Jeroen van der Wal
Perhaps the property is overwritten by an application manifest? I've created a simple service which displays the application proprerties of a running system [1] which might help you debug the issue. [1]