Hi,
I have create a java connector, but when I use it i have the following error :
org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: xx/yyyy/ddd/DataUser"
How to find the jar of the BDM Objet in order to add dependencies in that connector ?
Any clue ?
Am I wrong ?
Hello,
To get it to work, you need to include the bdm-client-pojo.jar in the dependent jars for your connector.
Hope this helps,
Haris
Hi.
In Bonita Studio you need to click on “Development/Manage jar…” to add the jar in Bonita BPm.
In your connector implementation (the first window when you implement your connector), you have a field “Dependencies” where you can add the jar file.
I just understand that the jar I need, is called bdm-client-pojo.jar
Is that correct?