Getting database connection in Java action

2
Is it possible to request a database connection from Mendix in a Java action? I am 'gluing' a reporting tool to Mendix, but the tool needs a connection to the database. I could open and close my own connection, but if one is available from a connection pool that would be a better solution.
asked
1 answers
2

No, at this moment it is not possible to retrieve a connection from the Mendix connection pool.

answered