How to find the jar of BDM Object

1
0
-1

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 ?

Comments

Submitted by yannick.lombardi on Wed, 02/18/2015 - 11:11

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.

Submitted by Smoltok on Wed, 02/18/2015 - 11:15

I just understand that the jar I need, is called bdm-client-pojo.jar

Is that correct?

1 answer

1
0
-1
This one is the BEST answer!

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

Notifications