You can try specifying the package of your custom plugin in the <Configuration packages="com.yourdomain.yourpluginpackage" ...> attribute of your configuration.
Sent from my iPhone > On 2016/01/03, at 8:22, John Lussmyer <[email protected]> wrote: > > On Mon Dec 21 15:16:14 PST 2015 [email protected] said: >> On Mon Dec 21 14:11:31 PST 2015 [email protected] said: >>> You would define it as a plugin. Look at how the CronTriggeringPolicy does >>> it. >> >> Okay, after re-reading the code, and doing some experiments - I have it >> working. >> Thanks! > > Well, I THOUGHT I had it working. > It works fine when I run the app from within Eclipse. > I use eclipse to generate a .jar file, then > If I run the jar via "java -jar <jarname>" I get: > > 2016-01-02 15:12:22,205 main ERROR Policies contains an invalid element or > attribute "ManualTriggeringPolicy" > > I'm using "log4j-core-2.5.jar" and "log4j-api-2.5.jar" > Both places are using Java 1.8. > > any ideas on where to look? > > > -- > > Worlds only All Electric F-250 truck! > http://john.casadelgato.com/Electric-Vehicles/1995-Ford-F-250 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
