mirror of https://github.com/apache/openjpa.git
Oops, it looks like this change wasn't passing. Not sure why it got committed; I thought I checked it in through the gatekeeper.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@597010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99bb160dae
commit
c231cc814f
|
@ -154,8 +154,6 @@ public class JDBCBrokerFactory
|
||||||
String props = Configurations.getProperties(action);
|
String props = Configurations.getProperties(action);
|
||||||
action = Configurations.getClassName(action);
|
action = Configurations.getClassName(action);
|
||||||
MappingTool tool = new MappingTool(conf, action, false);
|
MappingTool tool = new MappingTool(conf, action, false);
|
||||||
tool.setRepository(repo);
|
|
||||||
tool.setSchemaGroup(tool.getSchemaGroup());
|
|
||||||
Configurations.configureInstance(tool, conf, props,
|
Configurations.configureInstance(tool, conf, props,
|
||||||
"SynchronizeMappings");
|
"SynchronizeMappings");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue