BDM

Doubts with BDM use

Hello,

I have used Bonita 5.10, and now I'm starting with Bonita 7.3. I have testing the BDM, but I have some doubts:

  • BDM replace the use of any other external bd with his own model? I have to implement some processes for notifications management (register, management, execution...), and I will need consult this notification from an external page through API. Using only BDM I can store all data asociated with notifications?

Dudas con el uso del BDM

Buenos días,

Era usuario de Bonita 5.10, y ahora estoy comenzando a utilizar Bonita 7.3 y estoy haciendo algunas pruebas con el BDM, pero tengo algunas dudas:

  • ¿BDM sustituye el uso de cualquier base de datos externa con su propio modelo? En mi caso tengo que implementar varios procesos de gestión de notificaciones (alta, gestión, tramitación, etc.), y luego necesitaré hacer consulta de estas notificaciones desde una página externa a través de la API. Con el BDM simplemente puedo hacer el almacenado de todos los datos vinculados a las notificaciones?

could not get a field value by reflection getter

hy, i have this blem

USERNAME=walter.bates | org.bonitasoft.engine.persistence.SRetryableException: javax.persistence.PersistenceException: org.hibernate.PropertyAccessException: could not get a field value by reflection getter of com.company.model.Devise.persistenceId

i want just init my bdm with data

Populate BDM using 7.3

Hi

I am new to BonitaSoft and really enjoying it!

I have created the BDM structure and I would like to populate the tables from a csv file. Can someone point me in the right direction, the documentation isnt clear on doing this.

Thanks

BDM & Stored Procedure

EN=
I wonder with the arrival of BDM, if I chose as RDBMS (postgresql) for example. es that I could run stored procedures directly in the database. Because I do not know if the BDM have the same basic architecture as a normal relational data. foreign key etc.

FR =
j'aimerais savoir avec l'arrivée des BDM, si je choisit comme SGBDR (postgresql) par exemple. es ce que je pourrais exécuter des procédures stocké directement dans la base de donnée. Car j'ignore si les BDM ont la meme architecture qu'une base de donnée relationnelle normale. clé étrangère etc

how to connect a new business objects instance with an existing object instance

Hi,

I'm fairly new to Bonita BPM and worked through getting started tutorials.
I practiced with forms that allowed me to create business object instance who themselves have aggregate object instances of another type.

Now I'm wondering if it is possible to connect a new business object instance to existing(!) aggregate object instances of another type. And if this is indeed possible, how to do this ....

Thanks in Advance,
Ferry

child object in a composition can't have two parents?

Hi, I'm trying to create an object with two parents. dbm is configured in a Oracle XE 11g, but when i try to set the second parent, i get an error.
My objects: (1)goClasifSoligo parent of goSolicitudGO, (2) goSucursal also is parent of goSolicitudGO.

how i can see record data BDM the results of form filling?

after I tried to run diagram using BDM and the UI have been made, I want to check on the incoming data, which will be called within an information table. but I do not know where to look. or what should i do for get all data to value from one table?

does anyone know?

i am using bonita 7.2

thanks

How to get BDM Values in every Human Task Form?

I created a process and want to get BDM Values submitted by the Initiator in each and every Human Tasks Form,
how can I achieve this, can any one help me?

How can I get BDM Values from Initiator form to Dept Manager Form

Hey guys,

I have created a process using BDM,
At First Step:
1. Initiated user fills the form and submits, it goes to his Manager.
2. Manager reviews the form, and I am using ../{{context.myTest_ref.link}} to get BDM values from User submitted form, and now Manager Submits the form and it goes to his Dept Manager.
3. Dept Manager reviews and when I am using ../{{context.myTest_ref.link}} I am unable to get form values submitted by Initiated User, I am only getting Manager choosen form fields, not from Initiated form .

Notifications