Questions tagged [benerator]

rapiddweller Benerator is a test data generator based on an XML file describing the structure of the test data. It is intended to generate test data for relational databases, message queues, files, and more.

rapiddweller Benerator is a to create, obfuscate and migrate data or for , , , based on descriptors.

https://www.benerator.de

6 questions
1
vote
1 answer

POM file after adding the new repository

POM file after adding the new…
bavaddin
  • 11
  • 4
0
votes
1 answer

Databene Benerator: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block

Getting error while executing mvn benerator:generate. Error: [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building generated data data generation project 1.0 [INFO]…
J.Olufsen
  • 13,415
  • 44
  • 120
  • 185
0
votes
2 answers

Catalog 'myDB' not found in database 'db'

I was trying to run the Benerator to populate database (shop demo to fill database schemas based on a setup file). While running the following, I am getting the below error. 15:25:50,232 INFO (main) [DefaultDBSystem] Fetching table details and…
Nidheesh
  • 4,390
  • 29
  • 87
  • 150
0
votes
1 answer

Databene benerator: use an already generated date, to be the min value of another date in the same entity

I have this RESERVATION entity with a start date and end date. I'm generating test data using benerator. What I want is to use the the start date + 1 day as the min value for the end date. how to achieve this is proving difficult. Here is part of…
Obby
  • 1,353
  • 2
  • 13
  • 20
0
votes
1 answer

databene benerator throwing table null exception

I have been learning to use databene benerator (the latest one 0.8.1), but i'm having a problem trying to populate a H2 database (was 1.3.170 and now 1.3.171). first of all i was getting catalog null exception, but on reading further the…
Obby
  • 1,353
  • 2
  • 13
  • 20
-2
votes
1 answer

Class not found in Jar File in Intellij IDEA

I have tried by several ways (Google, Stack Overflow...) and by several days resolve the following error without success. This error only happens if I run the application. Compilation is not affected. org.databene.commons.ConfigurationError: Class…
EulerM
  • 1
  • 3