Re: [VOTE] Change the name of the framework.

2022-06-13 Thread Martin Hesse
I think Causeway is an acceptable compromise, I think I'll change my "vote" to that. On Mon, Jun 13, 2022 at 10:10 PM Dan Haywood wrote: > Hi folks, > > OK, I think it's now time to close the vote on the rename; it's almost 3 > weeks since I started this vote. Thank you for everyone who partic

Re: problem withproblem for a property to be optional

2021-03-17 Thread Martin Hesse
Just also saw the lombok NonNull annotation, that's probably not helpful either. Maybe better come to the slack channel, you will get more direct help: https://isis.apache.org/docs/2.0.0-M4/support/slack-channel.html On Wed, Mar 17, 2021 at 7:43 PM Martin Hesse wrote: > I think you

Re: problem withproblem for a property to be optional

2021-03-17 Thread Martin Hesse
I think you need to allow null on the columns as well, maybe try allowsNull = "true" on the @Column annotations. On Wed, Mar 17, 2021 at 7:01 PM SofĂ­a Canio wrote: > Hi team, > I am currently working with Isis version 1.17 > > I am trying to make the blob type property optional, however it does

Re: NPE on Debug logging in ScalarModelWithPending.java

2018-01-31 Thread Martin Hesse
this nice little Java puzzler. It got me curious and I had to> > > lookup Java operator precedence to solve this one, we need parentheses!> > > > > Cheers!> > > > > On 2018/02/01 03:23:09, Martin Hesse wrote:> > > > Hi,>> > > >>

NPE on Debug logging in ScalarModelWithPending.java

2018-01-31 Thread Martin Hesse
Hi, Don't know if this qualifies as Heisenbug [0], since debugging and debug logging are not the same thing, but this NPE seems to only show when I switch logging to DEBUG. Using 1.16.0. Didn't go further into it. Caused by: java.lang.NullPointerException org.apache.isis.viewer.wicket.model.model

Re: After migrating from 1.14.0 to 1.15.1: collections all lazy

2017-12-26 Thread Martin Hesse
despite appearances) 1.16.0 is pretty close to release, certainly want to > get a release out for voting by the end of the year. > > Meantime, you can use the "interim-release.sh" script to create your own > local build if you so wish. > > HTH > Dan > > On Tue

Re: After migrating from 1.14.0 to 1.15.1: collections all lazy

2017-12-26 Thread Martin Hesse
https://issues.apache.org/jira/browse/ISIS-1698 > > On Tue, 26 Dec 2017 at 07:50 Martin Hesse wrote: > > > Hi, > > > > after I migrated an existing project from 1.14.0 to 1.15.1 all my > > collections which were previously rendered eagerly (defaultView="table&

After migrating from 1.14.0 to 1.15.1: collections all lazy

2017-12-25 Thread Martin Hesse
Hi, after I migrated an existing project from 1.14.0 to 1.15.1 all my collections which were previously rendered eagerly (defaultView="table" in layout xml) are now hidden / lazy by default. The layout xml has not been changed. I also tried to set the default view to "table" directly in a Collec

Exception after canceling prompt dialogue in apache isis 1.15.1

2017-12-25 Thread Martin Hesse
Hi, When canceling a prompt dialogue (created by an action of an entity view) by pressing the escape key or the cancel button and then pressing the escape key again after the prompt dialogue closed will show an error page and log the below exception. This doesn't happen when the dialogue is close

Maven mixins in eclipse

2017-12-05 Thread Martin Hesse
Hi, I recently tried to bootstrap a new project using the 1.15.1 simple archetype. After importing the project into eclipse I found that the compiler settings (source/target level) in the parent project are not detected by the compiler plugin in the child projects, even though they do appear in th

Re: Re-using the "Hide Table" feature

2017-04-14 Thread Martin Hesse
g at the markup it didn't look like the heading itself was easily selectable. ... On Fri, Apr 14, 2017 at 7:10 PM, Martin Hesse wrote: > Hi all, > > Great idea! Should we then also add a property "displayViewSelector" to > control whether the dropdown is to be shown on t

Re: Re-using the "Hide Table" feature

2017-04-14 Thread Martin Hesse
Hi all, Great idea! Should we then also add a property "displayViewSelector" to control whether the dropdown is to be shown on the fieldset? Otherwise it could congest the overall presentation of the UI a bit if the layout contains a lot of fieldsets. In case the "displayViewSelector" expression i

Re: How can i specify the property that is displyed in a 1:1 association

2017-03-22 Thread Martin Hesse
That doesn't work AFAIK. Use the delegate pattern in the holding entity to render the properties directly and then layout it to make it look like a separate entity with the layout xml. On Wed, Mar 22, 2017 at 9:46 PM, L Eder wrote: > Hi members: > > Child class > > > In a parent-child object as

Re: Blob upload dialog not closed

2017-03-17 Thread Martin Hesse
ot;, and any user/password should work... > > > On Thu, 16 Mar 2017 at 12:46 Martin Grigorov wrote: > > > Hi, > > > > On Mar 16, 2017 1:02 PM, "Martin Hesse" wrote: > > > > Hi, > > > > I am currently using Apache Isis 1.13.2 and I

Blob upload dialog not closed

2017-03-16 Thread Martin Hesse
Hi, I am currently using Apache Isis 1.13.2 and I have a problem when uploading a Blob. When the upload is complete the dialog does not close and the redirect does not happen (no reload of the entity). I suspect this is due to the "X-Frame-Options" header in the ajax response of the upload call.