InvocationTargetException

My connector fails, using resteasy-jaxrs

Dear Community,

my version of Bonita BPM: Bonita BPM Community Edition Version : 6.2.4

I'm trying to implement a "Donation Task" in BonitaBPM which posts a donation using a donation-service. This RESTful service is running on my local machine on a JBoss AS.

My goal is to implement a connector which calls the donation-service using this maven-dependency: "org.jboss.resteasy:resteasy-jaxrs:2.2.1.GA". Obviously it is not possible to add Maven-Dependencies to BonitaBPM, therefore i added all .jar-Files from that dependency to the connector.

Notifications