[JBoss JIRA] Created: (JBIDE-7878) Seam Project in IBM Rational Application Developer version 8.0.1 returns a NullPointerException
by Bhanchand Prasad (JIRA)
Seam Project in IBM Rational Application Developer version 8.0.1 returns a NullPointerException
-----------------------------------------------------------------------------------------------
Key: JBIDE-7878
URL: https://issues.jboss.org/browse/JBIDE-7878
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Environment: Windows Vista, Rational Application Developer 8.0.1
Reporter: Bhanchand Prasad
Assignee: Alexey Kazakov
- Create a Seam Project in IBM Rational Application Developer version 8.0.1
- Wizard returns a NullPointerException
The Web module and the EAR are created, but no ejb module
Also do not have any seam jars but the web.xml and components.xml is configured..
Stack Trace is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<error-report locale="en_US" product-bundle-version="8.0.1.v20100921_2345" product-id="com.ibm.rational.rad.product.v80.ide" product-name="Rational® Application Developer for WebSphere® Software" time="Mon Dec 13 10:13:22 CST 2010" version="1.2">
<about Build-ID="20101027_1052" Version="8.0.1" mapping0="$rad.internal.version$" mapping1="8.0.1"/>
<platform platform-arch="x86" platform-name="Windows Vista" platform-version="6.0 build 6002 Service Pack 2"/>
<status code="0" message="Failed while installing Seam 2.2." plugin-id="org.eclipse.wst.common.project.facet.core" plugin-version="1.4.102.v201008170019" severity="4">
<exception type="java.lang.NullPointerException">
<trace class="org.jboss.tools.seam.internal.core.project.facet.Seam2FacetInstallDelegate" method="configureFacesConfigXml"/>
<trace class="org.jboss.tools.seam.internal.core.project.facet.SeamFacetAbstractInstallDelegate" method="copyFilesToWarProject"/>
<trace class="org.jboss.tools.seam.internal.core.project.facet.Seam2FacetInstallDelegate" method="copyFilesToWarProject"/>
<trace class="org.jboss.tools.seam.internal.core.project.facet.SeamFacetAbstractInstallDelegate" method="doExecuteForWar"/>
<trace class="org.jboss.tools.seam.internal.core.project.facet.SeamFacetAbstractInstallDelegate" method="doExecute"/>
<trace class="org.jboss.tools.seam.internal.core.project.facet.SeamFacetAbstractInstallDelegate" method="execute"/>
<trace class="org.eclipse.wst.common.project.facet.core.internal.FacetedProject" method="callDelegate"/>
<trace class="org.eclipse.wst.common.project.facet.core.internal.FacetedProject" method="modifyInternal"/>
<trace class="org.eclipse.wst.common.project.facet.core.internal.FacetedProject" method="mergeChangesInternal"/>
<trace class="org.eclipse.wst.common.project.facet.core.internal.FacetedProject" method="access$2"/>
<trace class="org.eclipse.wst.common.project.facet.core.internal.FacetedProject$5" method="run"/>
<trace class="org.eclipse.core.internal.resources.Workspace" method="run"/>
<trace class="org.eclipse.wst.common.project.facet.core.internal.FacetedProject" method="mergeChanges"/>
<trace class="org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy" method="commitChanges"/>
<trace class="org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard" method="performFinish"/>
<trace class="org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard" method="performFinish"/>
<trace class="org.jboss.tools.seam.ui.wizard.SeamProjectWizard" method="performFinish"/>
<trace class="org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$3" method="run"/>
<trace class="org.eclipse.core.internal.resources.Workspace" method="run"/>
<trace class="org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$4" method="run"/>
<trace class="org.eclipse.jface.operation.ModalContext$ModalContextThread" method="run"/>
</exception>
</status>
</error-report>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBIDE-6040) when attempting to generate hbm files from classes i get null pointer Exception
by Elhanan Maayan (JIRA)
when attempting to generate hbm files from classes i get null pointer Exception
-------------------------------------------------------------------------------
Key: JBIDE-6040
URL: https://jira.jboss.org/jira/browse/JBIDE-6040
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Reporter: Elhanan Maayan
What steps will reproduce the problem?
1. create a new hbm file wizard
2. select only the packge
3. choose next and finish.
-- Error Details --
Date: Wed Mar 10 13:15:41 GMT 2010
Message: Unhandled event loop exception
Severity: Error
Product: Eclipse SDK 3.5.2.v201002111343 (org.eclipse.sdk.ide)
Plugin: org.eclipse.ui
Session Data:
eclipse.buildId=M20100211-1343
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=iw_IL
Framework arguments: showsplash org.eclipse.platform -showlocation
Command-line arguments: -os win32 -ws win32 -arch x86 showsplash org.eclipse.platform -data c:\Workdir\clientworkspace\applications\ -showlocation -debug
Exception Stack Trace:
java.lang.NullPointerException
at org.hibernate.eclipse.jdt.ui.wizards.TypeVisitor.visit(ConfigurationActor.java:582)
at org.eclipse.jdt.core.dom.SimpleType.accept0(SimpleType.java:135)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.hibernate.eclipse.jdt.ui.wizards.ProcessEntityInfo.createProperty(ConfigurationActor.java:400)
at org.hibernate.eclipse.jdt.ui.wizards.ProcessEntityInfo.createProperty(ConfigurationActor.java:395)
at org.hibernate.eclipse.jdt.ui.wizards.ProcessEntityInfo.visit(ConfigurationActor.java:347)
at org.eclipse.jdt.core.dom.FieldDeclaration.accept0(FieldDeclaration.java:279)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2551)
at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:484)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2551)
at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:219)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.hibernate.eclipse.jdt.ui.wizards.ConfigurationActor.createConfiguration(ConfigurationActor.java:144)
at org.hibernate.eclipse.jdt.ui.wizards.ConfigurationActor.createConfigurations(ConfigurationActor.java:125)
at org.hibernate.eclipse.jdt.ui.wizards.NewHibernateMappingFileWizard.createConfigurations(NewHibernateMappingFileWizard.java:530)
at org.hibernate.eclipse.jdt.ui.wizards.NewHibernateMappingFileWizard.getPlaces2Gen(NewHibernateMappingFileWizard.java:287)
at org.hibernate.eclipse.jdt.ui.wizards.NewHibernateMappingFileWizard.performFinish(NewHibernateMappingFileWizard.java:362)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:253)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years