#postgresql

Way to connect to my simple form application with postgres database, as by default we are on H2 db?

In the documentation you have given quite difficult approach to connect to any database. Please provide some easy way to do the same thing.

Postgress - two phase commit does not supported

Hi everyone,

I'm trying to run a simple process that search a businessData object with a request like this:
Operation : searchResult [BusinessData] take the value of MyBusinessData.findByPersistanceId

The request of MyBusinessData.findByPersistanceId is :

SELECT c
FROM cDocument c
WHERE c.persistenceId= :persistenceId

When i'm running this process, I've got this error:

Cómo definir tamaño variable a un campo tipo TEXT de un BDM en Postgresql?

Hola,
Estoy usando Bonita v.7.5 con una base de datos Postgresql v.10 en la cual tengo campos definidos tipo TEXT. Revisando el archivo XML de la BDM en los campos TEXT se crea un tamaño por defecto de 255 bytes. Por el momento cambio el valor a 1024 o un tamaño mayor. Pero quisiera saber si hay alguna forma de definirlo para que sea variable, hay un atributo a agregar?

Gracias de antemano y saludos.
WR

Notifications