Re: mysql error when upgrade from 1.8 to 1.10

2015-11-24 Thread Chuangyu
Dan, I try it follow your way. but it seems need put all name query into package.jdo. otherwise it prompt errors as follow: javax.jdo.JDOUserException: Query "findByRoleAndRuleAndFeature" for class "class org.isisaddons.module.security.dom.permission.ApplicationPermission" was not found! If put

FW: RO web service with image string property

2015-11-24 Thread Cesar Lugo
Hello, I am trying to display an image in a JavaScript client app, the image comes from an Isis RO web service as a string, but it won't show, just shows like a broken image. I found out that the format to properly display an image in HTML () is in a base64 format like this example: "data:

Re: Returning content as file...?

2015-11-24 Thread Kevin Meyer
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 service at [2]. For convenience, I've created a fixture script. After loa

Re: collection of similar types

2015-11-24 Thread Dan Haywood
Ok, thanks for putting together that test case, I'll take a look tomorrow. Cheers, Dan On 24 Nov 2015 3:12 pm, "Vladimir Nišević" wrote: > Hi Dan, yes, that's exactly the problem. > > I have adapted the simple-app trying to show my problem: > https://github.com/niv0/isis > > Meanwhile I understoo

Re: collection of similar types

2015-11-24 Thread Vladimir Nišević
Hi Dan, yes, that's exactly the problem. I have adapted the simple-app trying to show my problem: https://github.com/niv0/isis Meanwhile I understood that my integration test was wrong - I haven't used the wrapper. Now is my problem at least consistent through WebUI and Integration test, but I st

Re: Returning content as file...?

2015-11-24 Thread Kevin Meyer
On Mon, November 23, 2015 23:58, Dan Haywood wrote: > OK, thanks for that Martin. Makes me wonder why it works in other > circumstances, though. > Yes, I'm running against 1.10.0 > Kevin... could you mail (the relevant bits of) the action any > annotations, is it on a menu service, or a con