Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-user] Question about error: "Pipelet class could not be loaded."

Hi,

apparently, the class name in the SMILA-INF/*.json File is not correct, it says:
    {
        "class": "org.eclipse.smila.integration.TwitterPipelet",
        ...
    }

But in the file BPEL you use:

            <proc:pipelet class="org.eclipse.smila.integration.TwitterPipelet.myTwitterPipelet" />

It must be the correct fully-qualified classname of your pipelet in both places.

Regards,
Juergen.

Back to the top