I have been trying to automate some of the JMS connections that I want to make within my activiti tasks.
As such I have created a few jars which contain some standard methods (send / recv / create queue…) that my activiti tasks want to call, but I am not able to include them successfully in the activiti project.
They can be successfully included and used in normal java projects, but when they are added to activiti projects they cannot be resolved to a type (in the code).
Has anyone else experienced this issue with adding jars to their activiti projects?
Jars that are on the 'correct' classpath do work. They cannot be in process/business archives (yet, afaik) and I assume this is what you call activiti archives. If you e.g. use the engine via rest, they should be on the classpath of the rest app. If you use the jobexecutor on a different system and want to do timed things and need these jars in it, they should be on that classpath as well.