cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti using MaxDB

gnsuarez
Champ in-the-making
Champ in-the-making
Hi Guys,
I know that MaxDB(SAP DB) isn't one of the supported databases, but nevertheless I'ld like to ask two questions regarding this database:

  • Does someone has already used MaxDB with Activiti?? Well, I did and of course it didn't work (even when I explicitly forced Activiti to treat MaxDB as another database like Oracle or MySQL). The SQL queries cannot be executed by MaxDB.

  • However, assuming that I adapt the Activiti code in order to use MaxDB. How can I be sure that all features of Activiti will work? I don't think that it would be enough that all tests run without issues. I read that there is some kind of QA for the database support. I couldn't find this QA. Is it documented somewhere??

Thanks for the help.

Cheers,

Gerardo
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

A good test would be to run the activiti-engine unit tests with a MAX-DB db configuration.
The unit tests are pretty complete and cover a really large part of the engine.

Best regards,