[JBoss JIRA] Created: (JBIDE-4115) Seam Generate Entities Fails with org.hibernate.eclipse.console.EclipseLaunchConsoleConfigurationPreferences.getDialectName()
by Garvin Dean (JIRA)
Seam Generate Entities Fails with org.hibernate.eclipse.console.EclipseLaunchConsoleConfigurationPreferences.getDialectName()
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-4115
URL: https://jira.jboss.org/jira/browse/JBIDE-4115
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Windows XP Pro, Eclipse (Ganymeade), Seam 2.1.1, JBoss EAP 4.3, Sun JDK1.6.10, Oracle 10g (thin driver), experience similar on postgres as well.
Reporter: Garvin Dean
I'm at a client site, and we've lately been experiencing the problem that
the 'Generate Hibernate Entities' tool in eclipse just stops working. The
workflow would be
1. Create a Seam Web Project
2. Generate Hibernate entities
3. Completes successfully
4. Generate Hibernate entities again
5. Error message:
An internal error occurred during: "Fetching children of
pamsproject-ejb".
org.hibernate.eclipse.console.EclipseLaunchConsoleConfigurationPreferences.g
etDialectName()Ljava/lang/String;
So, it may not happen every time I generate the second time, but after it
starts failing, recovery never seems to take place.
I've tried :
1. Verifying the data connection by pinging
2. Creating a new data connection
3. Creating a whole new project/different name
4. Deleting and starting all over again.
None of the above seemed to provide any success.
--
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
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-4159) java.lang.NullPointerException is occured after Target Runtime selection in new Seam Web Project wizard
by Anton Klimkovich (JIRA)
java.lang.NullPointerException is occured after Target Runtime selection in new Seam Web Project wizard
-------------------------------------------------------------------------------------------------------
Key: JBIDE-4159
URL: https://jira.jboss.org/jira/browse/JBIDE-4159
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0
Environment: 3.1.0.Alpha1-N200904090001-H90
Reporter: Anton Klimkovich
Assignee: Alexey Kazakov
EXECUTE: New -> Seam Web Project
EXECUTE: Inpute project name
EXECUTE: Select Target Runtime from the list of available rutimes.
FAILURE: java.lang.NullPointerException
at org.jboss.tools.seam.ui.wizard.SeamProjectWizard$2.handleEvent(SeamProjectWizard.java:147)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.notifyListeners(FacetedProjectWorkingCopy.java:1634)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.resumeEventNotification(FacetedProjectWorkingCopy.java:1679)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.setProjectFacets(FacetedProjectWorkingCopy.java:742)
at org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.setRuntimeAndDefaultFacets(NewProjectDataModelFacetWizard.java:256)
at org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard$2.propertyChanged(NewProjectDataModelFacetWizard.java:212)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.notifyListeners(DataModelImpl.java:346)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.notifyPropertyChange(DataModelImpl.java:337)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.internalSetProperty(DataModelImpl.java:183)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.setProperty(DataModelImpl.java:172)
at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper.setProperty(DataModelSynchHelper.java:189)
at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$ComboListener.modifyText(DataModelSynchHelper.java:103)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167)
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.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
at org.eclipse.swt.widgets.Combo.wmCommandChild(Combo.java:2402)
at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3923)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3790)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)
at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2274)
at org.eclipse.swt.widgets.Combo.callWindowProc(Combo.java:293)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)
at org.eclipse.swt.widgets.Combo.windowProc(Combo.java:2058)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2371)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420)
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.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
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:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
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:193)
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:386)
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:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
--
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
17 years, 3 months
[JBoss JIRA] Created: (JBDS-687) Birt guide update
by Svetlana mukhina (JIRA)
Birt guide update
------------------
Key: JBDS-687
URL: https://jira.jboss.org/jira/browse/JBDS-687
Project: Developer Studio
Issue Type: Task
Components: Doc - Birt
Affects Versions: 2.0.0.GA
Reporter: Svetlana mukhina
Assignee: OLga Chikvina
Fix For: 2.0.1
It's necessary to update the guide:
if there is birt plugin documentation already, it's necessary to remove chapter 1 and 2 and replace it with a link to the original docs
if there is no birt plugin documentation, the chapters will remain, but it's necessary to mention that it's not jboss tools plugin.
the guide should be renamed to "Birt Plugin Integration Reference Guide"
Screens in chapter 3 should be updated to meet the standard format and styles.
--
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
17 years, 3 months