Re: Restful objects list action result with domain object representation instead of links

2015-10-15 Thread Dan Haywood
OK, I can focus on those sections, as and when I get the chance. IIRC, I did implement some of the x-ro-follow-links stuff, but it must have been over 2 years ago, so I forget the details as to how to make it work exactly. Some slightly odd xpath-like syntax, I think. Thx Dan On 14 October

RE: Blobs properties for images

2015-10-15 Thread Cesar Lugo
Hi, It worked like a charm, assigns and edits the Image just fine now! :) Thank you! Cesar. -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Thursday, October 15, 2015 2:02 PM To: users Subject: Re: Blobs properties for images Hi, I just tested the

RE: Blobs properties for images

2015-10-15 Thread Cesar Lugo
Thanks Dan, How do I track the issue status? Is there a place to track a ticket or so? BTW, I also tried with an action that sets the image, getting a similar issue. I am using the in-memory database, not sure if it supports Blobs, might it have anything to do with this issue? Cesar.

settings.jar link from Contributor Guide site is broken

2015-10-15 Thread Marcin Kruglik
Hi guys I spoke with Dan about this issue few days ago and he fixed it, but it seem that problem return again. After accidentally wiped up my system 2 days ago, I had to start everything from scratch, that mean I went trough Contributor Guide to install isis. Link to settings.jar file from

ISIS Security and DevUtils add-on modules

2015-10-15 Thread Cesar Lugo
Hello, I am working with some of the apache isis add-ons, with great success on some and not so much on some others, so I ask for your guidance to see if I am missing something. I tried the fullcalendar2, gmap3 and the wichedcharts add-ons on my prototype and they work just fine. Amazingly

Re: ISIS Security and DevUtils add-on modules

2015-10-15 Thread JohanDoornenbal
Hi Cesar, Good to hear you are trying out the add-ons! The Pet Clinic tutorial needs to be updated: it was based on a 1.9.0-SNAPSHOT release. In the meantime Apache Isis is on 1.9.0 stable so please take that into account when checking out the tutorial. Can you be a bit more specific

Re: Blobs properties for images

2015-10-15 Thread Martin Grigorov
Hi, I just tested the KitchenSink app -> Data types -> First BlobClobObject and everything seems to be fine with uploading and previewing images. The code it uses is: @javax.jdo.annotations.Persistent(defaultFetchGroup="false", columns = { @javax.jdo.annotations.Column(name =

Re: Blobs properties for images

2015-10-15 Thread Dan Haywood
Ah, ok, ... thanks Martin. I'll double check myself. Perhaps it was broken in 1.9.0, but fixed in 1.10.0-SNAPSHOT ? On 15 October 2015 at 20:02, Martin Grigorov wrote: > Hi, > > I just tested the KitchenSink app -> Data types -> First BlobClobObject and > everything

Contributions

2015-10-15 Thread Cesar Lugo
Hello. I am trying to create a custom list that shows within an object form. I understand this is called a Contribution in the Apache ISIS programming model. I tried with the code below(trying first with a simple list returning all instances). The Action with the list is not shown, nor the list.