Author: dgeraskov
Date: 2008-07-29 09:06:13 -0400 (Tue, 29 Jul 2008)
New Revision: 9388
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/src/org/jboss/tools/hibernate/jpt/ui/wizard/GenerateInitWizardPage.java
Log:
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/src/org/jboss/tools/hibernate/jpt/ui/wizard/GenerateInitWizardPage.java
===================================================================
---
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/src/org/jboss/tools/hibernate/jpt/ui/wizard/GenerateInitWizardPage.java 2008-07-29
13:02:53 UTC (rev 9387)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/src/org/jboss/tools/hibernate/jpt/ui/wizard/GenerateInitWizardPage.java 2008-07-29
13:06:13 UTC (rev 9388)
@@ -251,9 +251,9 @@
wc.setAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME,
nonEmptyTrimOrNull( jpaProject.getName() ));
wc.setAttribute(IJavaLaunchConfigurationConstants.ATTR_DEFAULT_CLASSPATH, true );
wc.setAttribute(IConsoleConfigurationLaunchConstants.FILE_MAPPINGS, (List)null);
- wc.setAttribute("hibernate.temp.use_jdbc_metadata_defaults", true);
- wc.setAttribute(IConsoleConfigurationLaunchConstants.USE_CONNECT_PROFILE_SETTINGS,
true);
- wc.setAttribute(IConsoleConfigurationLaunchConstants.CONNECT_PROFILE_NAME,
getConnectionProfileName());
+ //wc.setAttribute("hibernate.temp.use_jdbc_metadata_defaults", true);
+ //wc.setAttribute(IConsoleConfigurationLaunchConstants.USE_CONNECT_PROFILE_SETTINGS,
true);
+ //wc.setAttribute(IConsoleConfigurationLaunchConstants.CONNECT_PROFILE_NAME,
getConnectionProfileName());
wc.doSave();
return wc.getName();
} catch (CoreException e) {
Show replies by date