Re: A dependency case in Isis

2017-04-26 Thread Dan Haywood
Try @Column(required = false). The @Property annotation is an Isis one, not recognised by DataNucleus. On Wed, 26 Apr 2017, 12:25 L Eder, wrote: > Hi Ahmed, i tried marking the column using this > >@Property(notPersisted=true) > > without effect. > > That was

Re: A dependency case in Isis

2017-04-26 Thread L Eder
Hi Ahmed, i tried marking the column using this @Property(notPersisted=true) without effect. That was the closest property atribute i found in the documentation. Is that what you meant? Eder 2017-04-25 14:59 GMT-04:00, Ahmed Ragab : > I guess you need to

Re: Floating point value always rounded when rendered in a collection

2017-04-26 Thread Jeroen van der Wal
Could you check the table structure of that specific table? Datanucleus can automatically create new fields but never changes the scale, in the case you have amended the scale in the application later. As a sidenote: we always develop using the in-memory database and use fixtures to provide test

AW: REST Web service using Apache ISIS

2017-04-26 Thread Rade, Joerg / Kuehne + Nagel / Ham GI-DP
Hi Anisha, what kind of response do you get? Could be related to [1]. -j [1] https://issues.apache.org/jira/browse/ISIS-1572 -Ursprüngliche Nachricht- Von: Anisha Jaiswal [mailto:anishakjais...@gmail.com] Gesendet: Dienstag, 25. April 2017 14:38 An: users@isis.apache.org Betreff: REST