|
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
|
|
From: Max R. A. (JIRA) <no...@at...> - 2006-04-27 22:47:24
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-653?page=all ] Max Rydahl Andersen closed HBX-653: ----------------------------------- Fix Version: 3.1beta5a (was: 3.1.beta5) Resolution: Fixed > 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.1beta5a > > > 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 |
|
From: Stefanie L. (JIRA) <no...@at...> - 2006-05-04 17:52:26
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-653?page=comments#action_22997 ] Stefanie Liepmann commented on HBX-653: --------------------------------------- I have also seen this error. I am using Java 1.4.2. > 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.1beta5a > > > 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 |
|
From: Mike D. (JIRA) <no...@at...> - 2006-06-01 20:20:23
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-653?page=comments#action_23238 ] Mike Desjardins commented on HBX-653: ------------------------------------- Same here... JDK 1.4.2. > 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.1beta5a > > > 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 |
|
From: Max R. A. (JIRA) <no...@at...> - 2006-06-01 20:23:20
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-653?page=comments#action_23239 ] Max Rydahl Andersen commented on HBX-653: ----------------------------------------- this is fixed in beta5a. Download it from jbosside 1.6. ( the direct link from tools.hibernate.org seems to point to beta5) > 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.1beta5a > > > 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 |