Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-3
-
Fix Version/s: 1.1-beta-4
-
Component/s: Data Management
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
only derby DB is supported for now
Here is a patch to support other databases than Derby.
I added 6 parameters :
-driverClass [String] JDBC driver class
-groupId [String] JDBC driver groupId
-artifactId [String] JDBC driver artifactId
-artifactVersion [String] Artifact version of the JDBC driver class
-username [String] Username
-password [String] Password
They have to be provided if OTHER databaseType is used