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:
Patrick Linskey 2007-11-21 09:46:08 +00:00
parent 99bb160dae
commit c231cc814f
1 changed files with 0 additions and 2 deletions

View File

@ -154,8 +154,6 @@ public class JDBCBrokerFactory
String props = Configurations.getProperties(action);
action = Configurations.getClassName(action);
MappingTool tool = new MappingTool(conf, action, false);
tool.setRepository(repo);
tool.setSchemaGroup(tool.getSchemaGroup());
Configurations.configureInstance(tool, conf, props,
"SynchronizeMappings");