When reading about the store procedures autogenerated classes on the
documentation, it says that you can call it like this:
PAuthorExists p = new PAuthorExists();
p.setAuthorName("Paulo");
p.execute(configuration);
assertEquals(BigDecimal.ONE, p.getResult());
But I dont find any code or example or previous statement about what
is "configuration" instance or how I can created.
I think this is one of the first thing that any new person faces when
using the framework.
Hope my roadmap will help others.
One more thing the documentation changes drastically? from 1.x to 2.0