h2

I want to retrieve a number of records from a database table of type h2. I want this number for the rest of the process flow (nbr=3 I continue the execution of the next task)

hello

I want to retrieve a number of records from a database table of type h2. I want this number for the rest of the process flow (nbr=3 I continue the execution of the next task)

New Log SEVER ! about h2 in Studio

Hi everyone!

Have a good time!

In new Release i have new sever log in Engine-Log Studio :

"

07-Feb-2021 22:49:57.429 SEVERE [http-nio-51362-exec-5] org.bonitasoft.engine.business.data.generator.EntityCodeGenerator.determineDbVendor sysprop.bonita.bdm.db.vendor is not set. This should not happen at runtime. Defaulting to h2.

"

Can you guide me ?

Best Regards,

Ali

How to save date with business object aggregation relation?

How to save data in h2 database with business objects aggregation relation?

this is .bos:
https://drive.google.com/file/d/1zkiTYlwlfDI51E_LQPf8JnEJRE8Y0nQD/view?u...

after execution of this process , there are no data in H2 database?

Ps:
with business objects composite relation, i can found data in h2 but i need to use business object aggregation relation?

Issue while deploying BDM in Bonita studio

Hello,

We have around 50+ processes deployed on our local Bonitasoft 7.5.4 server. After I deploy all the processes, if I try to deploy a BDM change, the local H2 instance is throwing Out of Memory error as shown below and after this error, when I try to launch the portal a 500 error is being thrown and the only way to come out of this is to delete the local Bonita database file(bonita_journal.db.h2.db) which deletes all the deployed process. Hence, this has become a deadlock to us.

Any in-sight in to this problem is highly appreciated.

Adding leave days to an employee business object

Hello everybody,

I am currently testing the business data feature and tried the leave request tutorial which worked. I have already defined a process without business data where in a first step a user can create a leave request. In the next step the available leave days of the user are extracted from a mysql database and are shown in a formular to a manager who can approve (if the employee has enough leave days left) or denie the leave request.

H2 JDBC Connector caching invalid SQL

Hi,

Bonita Studio 6.3.3

I have a one step process to drop a table in a H2 database, but it keeps failing due to a invalid SQL statement been cached somewhere...I'm using the Bonita Database Connector and the SQL is

DROP TABLE IF EXISTS TEST;

But my log says this...

Where is the SELECT * FROM TEST ORDER BY ID coming from? It is not in my connector which has been deleted and recreated...

Thanks and regards Seán

Update a row in a business object

Hi,

I would like to update a row in my business object. How can I do that ? If i use transient data I modify the list but not the actual object.

I'm using the default h2 database.

Thanks for your answers,

Pauline

Query H2 database

how to query and access bonitasoft default database

How to get Some basic Detail of Current process ? when user use it Like ::::: LOGGED USER ID , CURRENT PROCESS ID , etc

in community version , pl provide how to get following values

  1. logged user id
  2. logged user name
  3. current process id
  4. current task id
  5. current task name
  6. current case id

pl suggest how to get following

Trying to run bonita with mysql - error : org.bonitasoft.console.common.server.utils.DefaultTenantIdException

I m using tomcat + bonita bundle and by documentation http://documentation.bonitasoft.com/tomcat-bundle

i configure database to my sql , when i start server it started successfully . but when i try to go into portol : http://localhost:8080/bonita

gives following error http://localhost:8080/bonita/portal/homepage

500 org.bonitasoft.console.common.server.utils.DefaultTenantIdException

Notifications