Re: migrating to 1.12.1 problem

2016-04-27 Thread Stephen Cameron
I am using it, did a demo with it yesterday, thanks for the prompt fixes. On Wed, Apr 27, 2016 at 3:46 PM, Dan Haywood wrote: > Closing the loop on this... issued a new and fixed version of the notes > module, v1.12.1 a few days back. > > > > http://search.maven.org/#artifactdetails%7Corg.incode

Re: Upgrade to 12.0.1 - Apache Isis Maven plugin "validate goal" needs dom or app module? Validation when Isis Addon is used?

2016-04-27 Thread Vladimir Nišević
Yes, that helped! Thanks Dan! Vladimir 2016-04-26 21:19 GMT+02:00 Dan Haywood : > Hi Vladimir, > > There was a change for the swagger goal, it now needs to run the integtests > module, but the validate goal should still run ok in the dom module. > > If you look at the simpleapp you'll see that i

Multi-Database

2016-04-27 Thread Guilherme541 Gamer
Sorry for bad english. In fact I want to know how to connect a particular entity A in a database A and another entity B in another database B. I ask again apologize for the e-mail nickname , my son changed. I have been using APACHE ISIS framework on health systems in my city because I am a public a

Re: HTML and Binding generator for Wicket built on top of Wicket-Bootstrap

2016-04-27 Thread Óscar Bou - GOVERTIS
Hi Edwin, FYI Trying to test the example project, seems there’s an unresolved dependency against an artifactory instance located on your own company domain: Failure to transfer de.invesdwin:invesdwin-maven-plugin:pom:1.0.0-SNAPSHOT from http://invesdwin.de/artifactory/invesdwin-oss was cached

error 404 does not exist or is not visible

2016-04-27 Thread Arturo Ulises Castañeda Estrada
Hi dan, I get the next error in some WS with any parameter that I introduce. I can see the WS in the wicket but in my browser get the same error. what mean this? Response Body no content Response Code 404 Response Headers { "date": "Wed, 27 Apr 2016 21:49:43 GMT", "server": "Jetty(9.3

Re: error 404 does not exist or is not visible

2016-04-27 Thread Óscar Bou - GOVERTIS
Hi Arturo. The error message seems to point to invoking an action that has either be misspelled, it's hidden or has been annotated with @Programmatic (and excluded from the meta model despite being a public method). Verify also you're invoking it over the proper service or domain entity instan

Re: error 404 does not exist or is not visible

2016-04-27 Thread Dan Haywood
And another reason may be that there's a mismatch in the payload (set of arguments) so it's failing to match by overloading. One thing you might want to do is to use the swagger interface that we introduced in v1.11.0. My suggestion is that you run the current simpleapp archetype, then copy over