Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.0 Apache Release
-
None
Description
db-type enum in src/org/apache/openmeetings/cli/ConnectionProperties.java ("postgersql") doesn't fit to call of persistence.xml in src/org/apache/openmeetings/cli/Admin.java (line 250)
I needed to change enum entry in ConnectionProperties.java (line 27) and case entry in ConnectionPropertiesPatcher.java (line 58) to "postgres"
Probably it is enough to change "postgres_persistence.xml" to "postgresql_persistence.xml" in red5/webapps/openmeetings/WEB-INF/classes/META-INF/