#BDM #Connector

Connect an external database to a bonita process than using the default h2 database

Hello Community !

I am building a Bonita process inside the BonitaStudio tool and i would like to connect my Bonita process to an external database mainly : oracle so as to store my information directly inside that database. Please can you people give me the different steps i need to know with the necessary information?

Thanks in advance regular_smile.png.

Kind Regards,

Save bdm entities using custom connector

Hi,

I am willing to create a custom connector to save the files to the server location. after saving that I want to save that server location to bdm table. This is my code to access the bdm DAO object.

documentMappingDAO = (new BusinessObjectDAOFactory()).createDAO(apiSession, DocumentMappingDAO.class);

But this is giving the class not found error.

org.bonitasoft.engine.bdm.BusinessObjectDaoCreationException: java.lang.ClassNotFoundException: com.company.model2.DocumentMappingDAOImpl

Notifications