Skip to content

Commit

Permalink
MODE-1091 JPA connector: Extension of JPA connector's configuration w…
Browse files Browse the repository at this point in the history
…ith default DB schema

Added missing I18n fields and values.  Thanks for catching that, Randall!
  • Loading branch information
bcarothers-xx committed Apr 20, 2011
1 parent d3cbcdb commit 2e7c448
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Expand Up @@ -91,6 +91,9 @@ public final class JpaConnectorI18n {
public static I18n passwordPropertyDescription;
public static I18n passwordPropertyLabel;
public static I18n passwordPropertyCategory;
public static I18n schemaNamePropertyDescription;
public static I18n schemaNamePropertyLabel;
public static I18n schemaNamePropertyCategory;
public static I18n usernamePropertyDescription;
public static I18n usernamePropertyLabel;
public static I18n usernamePropertyCategory;
Expand Down
Expand Up @@ -82,6 +82,10 @@ passwordPropertyDescription = The password that should be used when creating JDB
passwordPropertyLabel = Password
passwordPropertyCategory = Driver

schemaNamePropertyDescription = The name of the schema that should be used when creating JDBC connections using the JDBC driver class. If this is not set, the default schema for the database user will be used.
schemaNamePropertyLabel = Schema Name
schemaNamePropertyCategory = Driver

usernamePropertyDescription = The username that should be used when creating JDBC connections using the JDBC driver class. This is not required if the DataSource is found in JNDI.
usernamePropertyLabel = Username
usernamePropertyCategory = Driver
Expand Down

0 comments on commit 2e7c448

Please sign in to comment.