[JBoss JIRA] Created: (JBDS-1073) Switch from SpringIDE 2.2 to 2.3 in JBDS
by Nick Boldt (JIRA)
Switch from SpringIDE 2.2 to 2.3 in JBDS
-----------------------------------------
Key: JBDS-1073
URL: https://jira.jboss.org/jira/browse/JBDS-1073
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Build
Affects Versions: 3.0.0.CR1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 3.0.0.CR2
The new spring ide runnable zip is here:
http://repository.jboss.com/eclipse/spring-ide/spring-ide-2.3.0.200912170...
To run a local build, change o.j.i.e.releng/requirements/springide/build.properties to include the following two lines instead:
> build.uri=http://repository.jboss.com/eclipse/spring-ide/
> build.archive=spring-ide-2.3.0.200912170948.zip
Note that the following plugins/features are excluded from the build:
> exclude.plugins=org.jboss.tools.birt*.jar,\
> org.jboss.tools.eclipse.as.tptp*.jar,\
> org.springframework.ide.eclipse.ajdt*.jar,\
> org.springframework.*source*/**,\
> org.springframework.ide.eclipse.*.mylyn*.jar,\
> org.springframework.ide.eclipse.mylyn*.jar,\
> org.springframework.security*.jar,\
> org.springframework.ide.eclipse.security*.jar
> exclude.features=org.jboss.tools.birt.feature*/**,\
> org.jboss.tools.tptp.feature*/**,\
> org.springframework.ide.eclipse.ajdt.feature*/**,\
> org.springframework.*feature.source*/**,\
> org.springframework.ide.eclipse.mylyn.feature*/**,\
> org.springframework.ide.eclipse.security.feature*/**
(This is set in /devstudio/trunk/devstudio-installer/build.properties.)
I've just started a local build, but anyone who wants to spin it themselves can do so to with the above patch/change. If a simple "does it install? does it run? are any weird errors thrown in console?" test passes, I'll commit this to trunk.
--
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
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-5761) VPE doesn't work for external files
by Yura Zhishko (JIRA)
VPE doesn't work for external files
-----------------------------------
Key: JBIDE-5761
URL: https://jira.jboss.org/jira/browse/JBIDE-5761
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.CR2
Reporter: Yura Zhishko
Assignee: Yura Zhishko
Fix For: 3.1.0.CR2
Open an external file in VPE:
java.lang.ClassCastException: org.jboss.tools.common.model.ui.editor.ModelObjectLocationEditorInput
at org.jboss.tools.vpe.editor.VpeEditorPart.<init>(VpeEditorPart.java:262)
at org.jboss.tools.vpe.editor.VpeEditorPartFactory$1.<init>(VpeEditorPartFactory.java:22)
at org.jboss.tools.vpe.editor.VpeEditorPartFactory.createVisualEditor(VpeEditorPartFactory.java:22)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.createPagesForVPE(JSPMultiPageEditor.java:444)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.createPages(JSPMultiPageEditor.java:384)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart.createPartControl(JSPMultiPageEditorPart.java:125)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:778)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:677)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:638)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2854)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)
at org.eclipse.ui.ide.IDE.openEditorOnFileStore(IDE.java:1151)
at org.eclipse.ui.internal.ide.EditorAreaDropAdapter.asyncDrop(EditorAreaDropAdapter.java:136)
at org.eclipse.ui.internal.ide.EditorAreaDropAdapter.access$0(EditorAreaDropAdapter.java:87)
at org.eclipse.ui.internal.ide.EditorAreaDropAdapter$1.run(EditorAreaDropAdapter.java:81)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
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:585)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
--
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
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-5182) java.lang.UnsupportedOperationException when edit persistent.xml on Hibernate tab
by Vitali Yemialyanchyk (JIRA)
java.lang.UnsupportedOperationException when edit persistent.xml on Hibernate tab
---------------------------------------------------------------------------------
Key: JBIDE-5182
URL: https://jira.jboss.org/jira/browse/JBIDE-5182
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.CR1
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.1.0.CR1
stack trace:
java.lang.UnsupportedOperationException: source: ItemPropertyListValueModelAdapter[0036F911] (HibernateJpaProperties$1[0119D575] (properties)) - aspect: list values
at org.jboss.tools.hibernate.jpt.core.internal.context.PersistenceUnitPropertyListListener.itemsMoved(PersistenceUnitPropertyListListener.java:87)
at org.eclipse.jpt.utility.internal.model.ChangeSupport.fireItemsMoved(ChangeSupport.java:1913)
at org.eclipse.jpt.utility.internal.model.ChangeSupport.fireItemsMoved(ChangeSupport.java:1918)
at org.eclipse.jpt.utility.internal.model.SingleAspectChangeSupport.fireItemsMoved(SingleAspectChangeSupport.java:255)
at org.eclipse.jpt.utility.internal.model.AbstractModel.fireItemsMoved(AbstractModel.java:433)
at org.eclipse.jpt.utility.internal.model.value.ItemAspectListValueModelAdapter.itemsMoved(ItemAspectListValueModelAdapter.java:216)
at org.eclipse.jpt.utility.internal.model.value.ListValueModelWrapper$1.itemsMoved(ListValueModelWrapper.java:71)
at org.eclipse.jpt.utility.internal.model.ChangeSupport.fireItemsMoved(ChangeSupport.java:1913)
at org.eclipse.jpt.utility.internal.model.ChangeSupport.fireItemsMoved(ChangeSupport.java:1918)
at org.eclipse.jpt.utility.internal.model.SingleAspectChangeSupport.fireItemsMoved(SingleAspectChangeSupport.java:255)
at org.eclipse.jpt.utility.internal.model.AbstractModel.fireItemsMoved(AbstractModel.java:433)
...
--
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
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-5727) Reqource does not exists exception on ConsoleConfigurationWizardPage
by Dmitry Geraskov (JIRA)
Reqource does not exists exception on ConsoleConfigurationWizardPage
--------------------------------------------------------------------
Key: JBIDE-5727
URL: https://jira.jboss.org/jira/browse/JBIDE-5727
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.CR1
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: 3.1.0.CR2
I wanted to create a console configuration based on the generated hbm files.
1. Right click on the project - new Console Configuration
2. set type to Core
3. press setup on configuration file
4. Create new
org.eclipse.core.internal.resources.ResourceException: Resource '/mySql_generated' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:113)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:49)
at org.hibernate.eclipse.console.wizards.ConsoleConfigurationWizardPage.initialize(ConsoleConfigurationWizardPage.java:492)
at org.hibernate.eclipse.console.wizards.ConsoleConfigurationWizardPage.createControl(ConsoleConfigurationWizardPage.java:187)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:675)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:549)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.hibernate.eclipse.launch.ConsoleConfigurationMainTab.handleConfigurationFileCreate(ConsoleConfigurationMainTab.java:356)
at org.hibernate.eclipse.launch.ConsoleConfigurationMainTab.handleConfigurationFileSetup(ConsoleConfigurationMainTab.java:329)
at org.hibernate.eclipse.launch.ConsoleConfigurationMainTab.access$2(ConsoleConfigurationMainTab.java:321)
at org.hibernate.eclipse.launch.ConsoleConfigurationMainTab$3.widgetSelected(ConsoleConfigurationMainTab.java:153)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
--
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
14 years, 10 months