Re: issue 1596 a possible solution

2017-07-16 Thread Dan Haywood
Hi James, thanks for doing this digging around, it'll help me get a proper fix in 1.15.0. Cheers Dan On Fri, 7 Jul 2017 at 09:59 朱创宇 wrote: > Hi all, > To solve this problem just modify FeatureType.java. > > > line 135 from > public final static List EVERYTHING = > ImmutableList.of

Re: issue 1596 a possible solution

2017-07-09 Thread Kevin Meyer
Ah, I did not read the subject properly. I see the JIRA ticket already exists: https://issues.apache.org/jira/browse/ISIS-1596 On Sun, July 9, 2017 08:19, Kevin Meyer wrote: > Hi James, > > > Would you be willing to raise a JIRA ticket[1] with this problem and > solution? This will help get the ch

Re: issue 1596 a possible solution

2017-07-08 Thread Kevin Meyer
Hi James, Would you be willing to raise a JIRA ticket[1] with this problem and solution? This will help get the change into the code base. Thanks, Kevin [1] https://issues.apache.org/jira/browse/ISIS On 7 July 2017 10:59:28 CEST, "朱创宇" wrote: >Hi all, >To solve this problem just modify Featur

issue 1596 a possible solution

2017-07-07 Thread 朱创宇
Hi all, To solve this problem just modify FeatureType.java. line 135 from public final static List EVERYTHING = ImmutableList.of(OBJECT, PROPERTY, COLLECTION, ACTION, ACTION_PARAMETER_SCALAR); to public final static List EVERYTHING = ImmutableList.of(OBJECT, PROPERTY,

issue #1596 TranslationFacetFactory absent

2017-07-06 Thread z...@ejustcn.com
Hi,All, Version 1.14.0 import collection parameter, but when feature type = Collection Parameter , there is no TranslationFacetFactory at the tail of factory list.It's might the reason of UI not load translations of parameter. Thanks. Best Reagrds,James.?

about issue #1596

2017-07-04 Thread z...@ejustcn.com
Hi ,  I debug simple-app for  issue #1596 ,and trace into FacetProcessor.java          public class FacetProcessor implements ServicesInjectorAware {                     public void processParams(                         final Class introspectedClass,                         final

issue 1596

2017-06-19 Thread Chuangyu
Hi, Issue 1596 is critical to release my app. So , I trace runtime code 1.13.0 vs 1.14.0 , then find public abstract class ObjectActionParameterAbstract implements ObjectActionParameter { ... public String getName(){ NamedFacet facet = (NamedFacet)this.getFacet(NamedFacet.class); // this