Re: Calabash: No 'class' in configuration

No, I think it is because the init method that takes a Saxon processor does
not go through the code looking for the annotations... If I add it myself
(like in the commit in the other email) it works fine.
On 14 May 2015 18:58, "Norman Walsh" <ndw@nwalsh.com> wrote:

> Florent Georges <fgeorges@fgeorges.org> writes:
> >   I am adapting some code to Calabash 1.1.1.  I use
> > XProcRuntime.load() to compile a pipeline into an XPipeline object, on
> > which I call run().  As I was doing with 1.0.0.  But then, it throws
> > an XProcException wih the following message:
> >
> >     Misconfigured. No 'class' in configuration for p:identity
> >
> >   Any idea what that could be?
>
> I'm using annotations on the class to find the steps they implement.
> You probably need these jars on your classpath.
>
>     [group: 'org.atteo.classindex', name: 'classindex', version: '3.3'],
>     [group: 'com.nwalsh', name: 'nwalsh-annotations', version: '1.0.0'],
>
>                                         Be seeing you,
>                                           norm
>
> --
> Norman Walsh
> Lead Engineer
> MarkLogic Corporation
> Phone: +1 512 761 6676
> www.marklogic.com
>

Received on Thursday, 14 May 2015 18:38:25 UTC