Index: src/org/hibernate/eclipse/launch/CodeGenerationLaunchDelegate.java =================================================================== --- src/org/hibernate/eclipse/launch/CodeGenerationLaunchDelegate.java (revision 28240) +++ src/org/hibernate/eclipse/launch/CodeGenerationLaunchDelegate.java (working copy) @@ -198,7 +198,7 @@ lcwc.setAttribute(DebugPlugin.ATTR_PROCESS_FACTORY_ID, "org.eclipse.ant.ui.remoteAntProcessFactory"); //$NON-NLS-1$ // refresh whole workspace //lcwc.setAttribute(RefreshUtil.ATTR_REFRESH_SCOPE, RefreshUtil.MEMENTO_WORKSPACE); - return lcwc; + return lcwc.doSave(); } public ILaunch getLaunch(ILaunchConfiguration configuration, String mode) @@ -230,7 +230,7 @@ } catch (IOException e) { throw new CoreException(HibernateConsolePlugin.throwableToStatus(e, 666)); } - configuration = updateLaunchConfig(configuration); + //configuration = updateLaunchConfig(configuration); super.launch(configuration, mode, launch, monitor); // final Properties props = new Properties();