Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MODE-1091 JPA connector: Extension of JPA connector's configuration with #81

Merged
merged 2 commits into from Apr 20, 2011

Conversation

bcarothers-xx
Copy link
Member

MODE-1091 JPA connector: Extension of JPA connector's configuration with default DB schema

Added a schemaName property to JpaSource, modified the Hibernate connection code as described in the JIRA issue, and updated the Reference Guide.

Thanks are due to Dmitri for noting this and providing the fix!

…ith default DB schema

Added a schemaName property to JpaSource, modified the Hibernate connection code as described in the JIRA issue, and updated the Reference Guide.

Thanks are due to Dmitri for noting this and providing the fix!
@@ -239,6 +242,11 @@ public class JpaSource implements RepositorySource, ObjectFactory {
@Category( i18n = JpaConnectorI18n.class, value = "passwordPropertyCategory" )
private volatile String password;

@Description( i18n = JpaConnectorI18n.class, value = "schemaNamePropertyDescription" )
@Label( i18n = JpaConnectorI18n.class, value = "schemaNamePropertyLabel" )
@Category( i18n = JpaConnectorI18n.class, value = "schemaNamePropertyCategory" )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These I18n messages are not in the JpaConnectorI18n Java class and JpaConnectorI18n.properties file, are they?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. Thanks for catching that, I'll correct and re-push.

…ith default DB schema

Added missing I18n fields and values.  Thanks for catching that, Randall!
@rhauch rhauch merged commit 2e7c448 into ModeShape:master Apr 20, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants