tomq42
tomq42
Sorry, in my original description I meant the "run requirements" section, not the "run bundles" section. My motivation is primarily around bundles that I am writing, bundles that are in...
This is with bndtools 3.3 by the way.
Kind of. Create an "integration test" project (OSGi enRoute template, *.test" suffix). In it put a number of source files, each of which contains tests. Select one of those files,...
Sorry, my bad description. I assumed doing "run" on the project was he same as "run" on the .bnd file. If you create a .test project, and then right click...
Bndtools imposes a restriction (as far as I understand it) that the project name and the directory name be the same. Eclipse doesn't normally have this restriction. Hence bndtools ought...
I _think_ that the intention is that you download the swagger UI from io.swagger. The trouble then is that you have a CORS issue and have to set up the...
I've got the same issue. Digging around a bit, this is what I currently find. The activator calls io.swagger.config.ScannerFactory.setScanner. However the corresponding getScanner method never gets called. Stepping through the...
OK, no problem. Thing is there's not a lot of doc about HAL. Specifically how collections are represented, which is slightly unusual IMO. So I was trying to find some...
Yes, but it was so weird that I don't think I understood it originally. But I think I understand the example a bit better now. > On 18 February 2016...
Yep, also see this.