[
https://issues.jboss.org/browse/JBIDE-8822?page=com.atlassian.jira.plugin...
]
Dmitry Geraskov updated JBIDE-8822:
-----------------------------------
Steps to Reproduce:
1. Create jpa project with hibernate platform and database connection
2. Create new Entity (New->Entity)
3. Right click on the project->Jpa tools->Generate Tables from Entities
4. Fill the dialog and run it
The exception should not occur, ddl file should be generated
NPE in Generate Tables from Entities Wizard
-------------------------------------------
Key: JBIDE-8822
URL:
https://issues.jboss.org/browse/JBIDE-8822
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.Final
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Priority: Critical
Fix For: 3.2.1.M1, 3.3.0.M1
java.lang.NullPointerException
at java.io.StringReader.<init>(StringReader.java:33)
at
org.eclipse.debug.internal.core.LaunchConfiguration.<init>(LaunchConfiguration.java:205)
at
org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate$MockLaunchConfig.<init>(CodeGenerationLaunchDelegate.java:204)
at
org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.updateLaunchConfig(CodeGenerationLaunchDelegate.java:234)
at
org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.getLaunch(CodeGenerationLaunchDelegate.java:258)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:784)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:696)
at
org.jboss.tools.hibernate.jpt.ui.wizard.GenerateDdlWizard.performFinish(GenerateDdlWizard.java:70)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira