[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/workbench ...

Max Rydahl Andersen mandersen at jboss.com
Mon Nov 27 10:29:08 EST 2006


  User: mandersen
  Date: 06/11/27 10:29:08

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/workbench 
                        LazyDatabaseSchemaWorkbenchAdapter.java
  Log:
  Reverse engineering is now using the underlying configuration more consistently - allow 100% persistence.xml based configuration.
  
  Revision  Changes    Path
  1.8       +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/workbench/LazyDatabaseSchemaWorkbenchAdapter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LazyDatabaseSchemaWorkbenchAdapter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/workbench/LazyDatabaseSchemaWorkbenchAdapter.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- LazyDatabaseSchemaWorkbenchAdapter.java	7 Jul 2006 13:51:10 -0000	1.7
  +++ LazyDatabaseSchemaWorkbenchAdapter.java	27 Nov 2006 15:29:08 -0000	1.8
  @@ -83,7 +83,7 @@
   	}
   	
   	protected void readDatabaseSchema(final IProgressMonitor monitor, final DefaultDatabaseCollector db, ConsoleConfiguration consoleConfiguration, final ReverseEngineeringStrategy strategy) {
  -		final Configuration configuration = consoleConfiguration.buildWith(new Configuration(), false);
  +		final Configuration configuration = consoleConfiguration.buildWith(null, false);
   		
   		consoleConfiguration.getExecutionContext().execute(new ExecutionContext.Command() {
   			
  
  
  



More information about the jboss-cvs-commits mailing list