Hello,
Currently I'm trying to deploy a very simple process diagram (which was modeled with the Eclipse plugin) to the Activiti Engine.
I want to do this by code, like it is described in the user guide.
When I start the program it throws a NullPointerException at the line where the deployment should happen.
All the files exist and the class is also instanciated (I wrote a simple own class by implementing the interface "RepositoryService" which looks to be obviously necessary to be implemented through a own class.)
I added a screenshot of the code snippet and hope that someone can help me.
And yes, I'm a Activiti beginner.