Section | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Version 2.5.2 of the Database Connector was certified with 7.2.4 and requires Java 8. If you run the Database Connector v2.5.2 with v7.2.1, v7.2.2 or v7.2.3, logging entries for the Database Connector will be included with the logging entries in the <frevvo-home>\tomcat\frevvo_YYYY-MM-DD.logfile. If you run the Database Connector with v7.2.4, the Database Connector entries are logged separately in the <frevvo-home>\tomcat\logs\database-connector.YYYY-MM-DD logfile.
The Database Connector can be deployed in any servlet container i.e.tomcat or in Standalone mode. It is included in the v7.2.4+ in-house tomcat bundle. You can download the in-house software from frevvo Software Downloads Directory. It is also available in a separate Standalone zipfile which can also be downloaded from the frevvo Software Downloads Directory.
...
Version 2.5 of the Database Connector was certified with 7.2.1 and requires Java 8. Anyone running an older version of should use version 2.4. The Database Connector v2.5 can be deployed in any servlet container i.e. tomcat or in Standalone mode
The Database Connector is included in the v7.2.1 in-house tomcat bundle. You can download the in-house software from the frevvo Software Downloads Directory. It is also available in a separate zipfile. Click to download the standalone zipfile from the frevvo Software Downloads Directory..
One advantage to using version v2.5 of the Database Connector with v7.2.1 is that the configuration.xml is separated from the underlying infrastructure database and related credentials. Review the enhancements below for more reasons to upgrade.
Enhancements:
- #18166 - Batch processing of POST/Create requests. JDBC inserts are batched instead of performing individual inserts.
- Logging improvements
- KIOSK mode - when no configuration.xml is defined, the KIOSK mode pre-loads BIRT (ClassicModels) and myStore QuerySets with in-memory Derby databases. This will make it very easy to try out the DB Connector.
- #19243 - Support for JSON payload from business rules when performing POSTs and PUTs.
- #20546 - Query statements are validated when the DB Connector starts instead of when used.
- Console prints the DB Connector version and revision number.
- #18620 - Generating max-length for SQL Server NVARCHAR
- #20532 - Ability to disable QuerySets and/or Querys while developing your integration.
- #18708, #18676 - Returns blank or null in the JSON results for columns that have blank or null values..
- The database.war is executable - there is the option to either deploy the WAR in an existing Servlet Container or simply run the WAR in standalone mode (with java -jar dbconnector.war).
- The SQL Server JDBC driver is included in the Database connector war.
- QuerySet and Query names only allow alphanumeric, dot, dash and underline characters. They must start with letters. This change makes sure that they are automatically XML and JSON friendly.
- The driver and validationQuery attributes in <resource-def> are now optional: they will be properly inferred based on the current database.
- The configuration.xml file is automatically picked up from the current directory where the DB Connector was launched or from ./config/configuration.xml. It can be manually set by using the frevvo.connectors.database.configuration property as before. This is specially useful when running the DB Connector standalone.
- #9564 - Ability to generate schemas for all queries in a queryset. This makes it possible to download a single XSD for all queries at once.
...