|
From: Max R. A. (JIRA) <no...@at...> - 2006-04-27 22:43:28
|
codegen only runs on jdk 1.5
----------------------------
Key: HBX-653
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-653
Project: Hibernate Tools
Type: Bug
Components: eclipse
Reporter: Max Rydahl Andersen
Fix For: 3.1.beta5
usage of parseBoolean prohibts <1.5 usage.
Message: Problems occurred when invoking code from plug-in: "org.eclipse.jface".
java.lang.NoSuchMethodError: java.lang.Boolean.parseBoolean(Ljava/lang/String;)Z
at org.hibernate.eclipse.console.model.impl.ExporterDefinition.createProperties(ExporterDefinition.java:70)
at org.hibernate.eclipse.console.model.impl.ExporterDefinition.<init>(ExporterDefinition.java:50)
at org.hibernate.eclipse.console.ExtensionManager.findExporterDefinitions(ExtensionManager.java:54)
at org.hibernate.eclipse.launch.ExporterSettings.createControl(ExporterSettings.java:80)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.showTabsFor(LaunchConfigurationTabGroupViewer.java:720)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|