[JBoss JIRA] Created: (JBIDE-5038) With changes to BPEL project wizard, BPEL deployment is broken in UI
by Brian Fitzpatrick (JIRA)
With changes to BPEL project wizard, BPEL deployment is broken in UI
--------------------------------------------------------------------
Key: JBIDE-5038
URL: https://jira.jboss.org/jira/browse/JBIDE-5038
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpm
Reporter: Brian Fitzpatrick
Assignee: Denny Xu
Priority: Critical
Fix For: 3.1.0.CR1
Rob helped out with getting the BPEL project structure working like the ESB project structure so we are more consistent down the line and have more flexibility. We now have a JBoss-provided BPEL project wizard instead of what came from the Eclipse project.
The downside to this is that we lose the Apache ODE Descriptor code that used to work (in fact, it's broken and throws an error when you try to use it or open a non-ODE deployment descriptor with it - NLS missing message: runtimeComponentTypeNotDefined in: org.eclipse.wst.common.project.facet.core.internal.FacetedProjectFrameworkImpl). It's now not connected to our BPEL project. So we need to create a new mechanism for generating the JBoss Riftsaw deployment descriptor.
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-5051) NPE -> when delete "!DOCTYPE" tag in hbm.xml and Save
by Vitali Yemialyanchyk (JIRA)
NPE -> when delete "!DOCTYPE" tag in hbm.xml and Save
-----------------------------------------------------
Key: JBIDE-5051
URL: https://jira.jboss.org/jira/browse/JBIDE-5051
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common, Hibernate
Affects Versions: 3.1.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Viacheslav Kabanovich
java.lang.NullPointerException
at org.jboss.tools.common.model.filesystems.impl.AbstractExtendedXMLFileImpl.edit(AbstractExtendedXMLFileImpl.java:167)
at org.jboss.tools.common.model.filesystems.impl.AbstractExtendedXMLFileImpl.edit(AbstractExtendedXMLFileImpl.java:155)
at org.jboss.tools.common.model.ui.texteditors.TextEditorSupport.save(TextEditorSupport.java:88)
at org.jboss.tools.common.model.ui.texteditors.TextEditorSupport.save(TextEditorSupport.java:80)
at org.jboss.tools.common.model.ui.texteditors.XMLTextEditorComponent.save(XMLTextEditorComponent.java:161)
at org.jboss.tools.common.model.ui.texteditors.xmleditor.XMLTextEditor$TextFocusListener$1.run(XMLTextEditor.java:267)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4312)
at org.jboss.tools.common.model.ui.texteditors.xmleditor.XMLTextEditor$TextFocusListener.focusLost(XMLTextEditor.java:259)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-5061) Fix JstWebUiAllTests.testPaletteViewIsShowed
by Alexey Kazakov (JIRA)
Fix JstWebUiAllTests.testPaletteViewIsShowed
--------------------------------------------
Key: JBIDE-5061
URL: https://jira.jboss.org/jira/browse/JBIDE-5061
Project: Tools (JBoss Tools)
Issue Type: Task
Components: common, QA
Affects Versions: 3.1.0.M4
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.M4, 3.1.0.CR1
Palette View hasn't been loaded
junit.framework.AssertionFailedError: Palette View hasn't been loaded
at org.jboss.tools.jst.web.ui.test.WebViewsTest.testPaletteViewIsShowed(WebViewsTest.java:69)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
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:3468)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
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.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
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 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)
at org.eclipse.core.launcher.Main.main(Main.java:34)
See http://download.jboss.org/jbosstools/builds/nightly/latestBuild.html
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-4979) java.lang.CloneNotSupportedException: org.jboss.tools.jst.web.kb.internal.taglib.FacesConfigTagLibrary is occured when Java version is changed on Project Facets wizard.
by Anton Klimkovich (JIRA)
java.lang.CloneNotSupportedException: org.jboss.tools.jst.web.kb.internal.taglib.FacesConfigTagLibrary is occured when Java version is changed on Project Facets wizard.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-4979
URL: https://jira.jboss.org/jira/browse/JBIDE-4979
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.1.0.M4
Reporter: Anton Klimkovich
Assignee: Alexey Kazakov
EXECUTE: Create Seam web project with Java 1.5
EXECUTE: Add JRE 1.6
EXECUTE: Change Java version from 5 to 6 for the Seam project on Project Facets.
FAILURE: java.lang.CloneNotSupportedException: org.jboss.tools.jst.web.kb.internal.taglib.FacesConfigTagLibrary
at java.lang.Object.clone(Native Method)
at org.jboss.tools.jst.web.kb.internal.KbObject.clone(KbObject.java:146)
at org.jboss.tools.jst.web.kb.internal.taglib.AbstractTagLib.clone(AbstractTagLib.java:458)
at org.jboss.tools.jst.web.kb.internal.taglib.FacesConfigTagLibrary.clone(FacesConfigTagLibrary.java:41)
at org.jboss.tools.jst.web.kb.internal.taglib.FacesConfigTagLibrary.clone(FacesConfigTagLibrary.java:1)
at org.jboss.tools.jst.web.kb.internal.KbProject.registerComponentsInDependentProjects(KbProject.java:609)
at org.jboss.tools.jst.web.kb.internal.KbProject.registerComponents(KbProject.java:589)
at org.jboss.tools.jst.web.kb.internal.KbResourceVisitor.componentsLoaded(KbResourceVisitor.java:120)
at org.jboss.tools.jst.web.kb.internal.KbResourceVisitor.visit(KbResourceVisitor.java:83)
at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:108)
at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:60)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:82)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86)
at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:127)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:70)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:106)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:90)
at org.jboss.tools.jst.web.kb.internal.KbBuilder.fullBuild(KbBuilder.java:134)
at org.jboss.tools.jst.web.kb.internal.KbBuilder.build(KbBuilder.java:105)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:218)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:360)
at org.eclipse.core.internal.resources.Project$1.run(Project.java:522)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:502)
at org.eclipse.core.internal.resources.Project.build(Project.java:94)
at org.eclipse.jst.common.project.facet.core.internal.JavaFacetUtil$1.run(JavaFacetUtil.java:169)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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
16 years, 5 months