Re: isis maven plugin

2015-11-25 Thread Dan Haywood
On 10 November 2015 at 17:42, Cesar Lugo wrote: > > Just wondering if you will > let us know when will the add-ons get released to 1.10.0 as well. > > Even when it works ok, my dom's POM can't find these plugins: > > org.apache.isis.tools artifact isis-maven-plugin . > org.apache.isis.example-app

Re: New and better view models coming in 1.11.0-SNAPSHOT

2015-11-25 Thread Dan Haywood
On 21 November 2015 at 20:25, Vladimir Nišević wrote: > Hi Dan, thank you, this is a really cool feature! The applications I'm > building, have often legacy systems and some parts of my domain models are > built on service calls to that legacy systems - in that case we build > domain models with

Re: Returning content as file...?

2015-11-25 Thread Dan Haywood
On 26 November 2015 at 06:18, Kevin Meyer wrote: > > By the way, the existing service action already took a Report as a > parameter - but the Clob return solves this error and now works. > > Yes, I saw that... but when rendered as a contributed action it basically is a no-arg. That is, @DomainS

Re: Returning content as file...?

2015-11-25 Thread Kevin Meyer
Hi Dan, Perfect! Changing the return type from Object to Clob worked just fine (I copied the Object return from the Dto Mixin, I suppose there is some additional Isis magic that solves this issue there). By the way, the existing service action already took a Report as a parameter - but the Clob r

Re: Returning content as file...?

2015-11-25 Thread Dan Haywood
> On 24 November 2015 at 19:02, Kevin Meyer wrote: > >> I've added the project to github on [1]. Sorry - I've not put much effort >> into consolidating the menu/service actions, most of them are visible even >> when not appropriate. >> >> I've implemented the "convert and send as file" as a servic

Re: Thinking about re-introducing UML in our workflow

2015-11-25 Thread Stephen Cameron
In terms of using UML for after the fact documentation, I like this UMLGraph approach: http://umlgraph.org On Tue, Nov 24, 2015 at 9:42 AM, Stephen Cameron wrote: > > > On Tue, Nov 24, 2015 at 9:19 AM, Cesar Lugo > wrote: > >> Hi Oscar, >> >> Reverse engineering worked for me just fine, also w

RE: FW: RO web service with image string property

2015-11-25 Thread Cesar Lugo
Hi Willie, Yes, it's perfect. I did that and the image shows just fine. Thank you! Cesar. -Original Message- From: Willie Loyd Tandingan [mailto:tandingan@gmail.com] Sent: Wednesday, November 25, 2015 11:43 AM To: users@isis.apache.org Subject: Re: FW: RO web service with image strin

Re: Application Tenancy

2015-11-25 Thread Stephen Cameron
I cannot try alternatives till later this evening, will let you know of results. If I cannot get tenancies working for tomorrow its not the end of the world. I was getting "record not found" errors last night due to making region allowsNull="false", so a bit of a panic, given its mostly been workin

Re: Application Tenancy

2015-11-25 Thread Dan Haywood
On 25 November 2015 at 22:26, Stephen Cameron wrote: > Hi Dan, > > I did not explain it that well sorry. > > I want to get rid of nulls completely, the fact that I do handle them is > just a work-around for the fact that they are still being created, but only > for People. That is, if a new Parti

Re: Returning content as file...?

2015-11-25 Thread Dan Haywood
Will reply more fully on this, just to note that I've created a ticket re: supporting EpicEditor/Asciidoctor in some form (just to capture the research done to date) https://issues.apache.org/jira/browse/ISIS-1263 On 24 November 2015 at 19:02, Kevin Meyer wrote: > I've added the project to g

Re: Application Tenancy

2015-11-25 Thread Stephen Cameron
Hi Dan, I did not explain it that well sorry. I want to get rid of nulls completely, the fact that I do handle them is just a work-around for the fact that they are still being created, but only for People. That is, if a new Participant is registered it looks to see if there is an existing Person

Re: mysql error when upgrade from 1.8 to 1.10

2015-11-25 Thread Dan Haywood
OK, James, thanks for this. So I guess you are saying it worked, but it's a bit annoying to have to write out all the XML just to override one small detail. To improve things a little, I've just hacked together [1] a little mixin utility (mixins were introduced in 1.10.0) that allows the XML equi

Re: dropdown window bug in 1.10.0

2015-11-25 Thread Dan Haywood
On 25 November 2015 at 10:19, Martin Vogel wrote: > Hi Dan, > > in Jira issue ISIS-1020 you were discussing possible solutions to the the > dropdown window opening in the upper left corner and closed the issue as > fixed for 1.10.0. > According to the screencast attached I can still confirm the b

Re: Application Tenancy

2015-11-25 Thread Dan Haywood
Hi Steve, Not sure I follow quite all the ins-and-outs of this, but what could well be of use is the optional ApplicationTenancyPathEvaluator domain service[1]. If an implementation is registered (on the classpath), then the security module will delegate to this [2] in order to determine who gets

Application Tenancy

2015-11-25 Thread Stephen Cameron
Hi, I have a problem with Application Tenancies not working the way I want, I want to drive it off a field 'region', such that a person is assigned a tenancy of GLOBAL, NORTH, SOUTH, NORTH-WEST and these are also the regions that they are working in too, so when they create a record their region g

Re: FW: RO web service with image string property

2015-11-25 Thread Willie Loyd Tandingan
Hi Cesar, The values for blob/clob seem to be returned by RO viewer in the form of (filename):(mime type):(binary data in base64). I guess you have to split the parts then format the mime type and base64 data correctly before using as source in an img tag. Best regards, Willie On Wed, Nov 25,

[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at http://events.linuxfoundation.o

dropdown window bug in 1.10.0

2015-11-25 Thread Martin Vogel
Hi Dan, in Jira issue ISIS-1020 you were discussing possible solutions to the the dropdown window opening in the upper left corner and closed the issue as fixed for 1.10.0. According to the screencast attached I can still confirm the bug in 1.10. when you enter some text into a textbox and subs