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,15 +198,9 @@ 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) - throws CoreException { - configuration = updateLaunchConfig(configuration); - return super.getLaunch(configuration, mode); - } - public void launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) throws CoreException { Assert.isNotNull(configuration);