Migrate installer / upgrader to Hibernate [hard]

Description

None

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Alejandro Galue April 8, 2015 at 11:48 AM

The problem here (which is also the problem with any script on /opt/opennms/bin that requires Java) is that in order to use hibernate, the all Spring infrastructure must be initialized, including the DB Connection Pool. That means in, order to execute something with OpenNMS up and running, PostgreSQL must support the double of connections configured for C3P0 (which is the case of the upgrader if you do that, the current upgrader doesn't have that problem because it uses plain JDBC).

It would be nice if you can replace the DB Pool size dynamically in order to avoid this problem.

fooker January 19, 2015 at 11:39 AM

Details

Assignee

Reporter

Components

Affects versions

Priority

PagerDuty

Created January 19, 2015 at 11:39 AM
Updated March 2, 2020 at 4:30 PM