[JBoss JIRA] Created: (JBDS-1068) Web Projects View Popup Menu has changed Menu Items
by Vlado Pakan (JIRA)
Web Projects View Popup Menu has changed Menu Items
---------------------------------------------------
Key: JBDS-1068
URL: https://jira.jboss.org/jira/browse/JBDS-1068
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 3.0.0.CR1
Environment: JBDS - Version: 3.0.0.CR1 - Build id: v201001060655N - Build date: 201001060704
Reporter: Vlado Pakan
JBDS Web Projects view popup menu has the same menu items for removing Struts/JSF capabilities as JBT.
In previous version JBDS had different menu item for these actions.
See below:
JBDS Web Projects Menu Item was: "Remove Red Hat Capabilities"
Now is same as JBT Web Projects Menu Item: JBoss Tools JSF/Struts > Remove JSF/Struts Capabilities
Steps to reproduce:
1. Create new Struts/JSF project
2. Right click on new created Struts/JSF project within Web Projects view
3. Check Web Projects view popup menu items
--
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, 2 months
[JBoss JIRA] Created: (JBIDE-5534) Republish does not work for ESB actions nor jboss-esb.xml
by Burr Sutter (JIRA)
Republish does not work for ESB actions nor jboss-esb.xml
---------------------------------------------------------
Key: JBIDE-5534
URL: https://jira.jboss.org/jira/browse/JBIDE-5534
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: jbdevstudio-win32-3.0.0.v200912111227M-H41-RC1 with Java 1.6 on Windows Vista 64bit
Reporter: Burr Sutter
Attachments: Replublish_Issue.pdf
I have a .esb archive created via JBoss Tools, deployed in SOA Platform 5 Beta 1 (ER5), changes to the action source or changes to the jboss-esb.xml are not picked up, not deployed, even though the actual files were updated in the deploy directory.
The server was started via the "Servers" tab in JBDS.
I have found that this works if I have started the server in debug mode.
See attached PDF for the flow of events.
--
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, 2 months
[JBoss JIRA] Created: (JBIDE-5401) java.lang.reflect.InvocationTargetException is occured when seam component is renaming after Save dialog confirmation.
by Anton Klimkovich (JIRA)
java.lang.reflect.InvocationTargetException is occured when seam component is renaming after Save dialog confirmation.
----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-5401
URL: https://jira.jboss.org/jira/browse/JBIDE-5401
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.CR1
Reporter: Anton Klimkovich
Assignee: Alexey Kazakov
EXECUTE: Create Seam web project
EXECUTE: components.xml
EXECUTE: Rename <persistence:managed-persistence-context
name="entityManager" to "entityManager23"
EXECUTE: Open Seam Components View
EXECUTE: Select Authenticator -> Rename Seam Component
ASSERT: Save dialog appeares
EXECUTE: Confirm Save action.
EXECUTE: Rename component to entityManager35
EXECUTE: Press Next button
FAILURE: java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)
at org.eclipse.ltk.ui.refactoring.RefactoringWizard.createChange(RefactoringWizard.java:583)
at org.eclipse.ltk.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage(RefactoringWizard.java:422)
at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.computeSuccessorPage(UserInputWizardPage.java:74)
at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.getNextPage(UserInputWizardPage.java:114)
at org.jboss.tools.seam.ui.wizard.RenameComponentWizard$RenameComponentWizardPage.getNextPage(RenameComponentWizard.java:120)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:823)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
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:3880)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:143)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:155)
at org.jboss.tools.seam.ui.refactoring.SeamRefactorContributionFactory.invokeRenameComponentWizard(SeamRefactorContributionFactory.java:423)
at org.jboss.tools.seam.ui.views.actions.RenameComponentAction.run(RenameComponentAction.java:49)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
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:3880)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
Caused by: java.lang.NullPointerException
at org.jboss.tools.seam.internal.core.refactoring.SeamRefactorSearcher.<init>(SeamRefactorSearcher.java:44)
at org.jboss.tools.seam.internal.core.refactoring.SeamRenameProcessor$SeamSearcher.<init>(SeamRenameProcessor.java:442)
at org.jboss.tools.seam.internal.core.refactoring.SeamRenameProcessor.getSearcher(SeamRenameProcessor.java:79)
at org.jboss.tools.seam.internal.core.refactoring.SeamRenameProcessor.renameComponent(SeamRenameProcessor.java:382)
at org.jboss.tools.seam.internal.core.refactoring.RenameComponentProcessor.checkFinalConditions(RenameComponentProcessor.java:63)
at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:224)
at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:85)
at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Root exception:
java.lang.NullPointerException
at org.jboss.tools.seam.internal.core.refactoring.SeamRefactorSearcher.<init>(SeamRefactorSearcher.java:44)
at org.jboss.tools.seam.internal.core.refactoring.SeamRenameProcessor$SeamSearcher.<init>(SeamRenameProcessor.java:442)
at org.jboss.tools.seam.internal.core.refactoring.SeamRenameProcessor.getSearcher(SeamRenameProcessor.java:79)
at org.jboss.tools.seam.internal.core.refactoring.SeamRenameProcessor.renameComponent(SeamRenameProcessor.java:382)
at org.jboss.tools.seam.internal.core.refactoring.RenameComponentProcessor.checkFinalConditions(RenameComponentProcessor.java:63)
at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:224)
at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:85)
at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
--
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, 2 months
[JBoss JIRA] Created: (JBDS-1050) Errors Reported as a Result of Maven Project Setup
by Ben Clare (JIRA)
Errors Reported as a Result of Maven Project Setup
---------------------------------------------------
Key: JBDS-1050
URL: https://jira.jboss.org/jira/browse/JBDS-1050
Project: JBoss Developer Studio
Issue Type: Bug
Components: 3rdParty, integration, libmanagement
Affects Versions: 3.0.0.CR1
Environment: Fedora Core 11 32 bit. JDK1.6.0_16. Subversion 1.6.4. Maven 2.2.1. JBDS 3.0.0._H50_CR1
Reporter: Ben Clare
Following installation of plugins from update sites:
1. Mylyn
http://download.eclipse.org/tools/mylyn/update/e3.4
2. Subclipse
http://subclipse.tigris.org/update_1.6.x
3. Maven Integration for Eclipse AJDT plugin (required for 4.)
http://download.eclipse.org/tools/ajdt/35/dev/update
4. M2Eclipse
http://m2eclipse.sonatype.org/update/
...and setting up a Maven Webapp project:
File->
New->
Project ->
Other->
Maven->
Maven project ->
Wait for Nexus Indexer Update ->
Select maven-archetype-webapp -> Select Next ->
Accept the defaults. Click Next ->
Enter the GroupId and ArtiactId. Click Finish ->
Project is set up but returns error:
Message:
An internal error occurred during: "Creating maven-archetype-webapp".
Stack Trace:
java.lang.AbstractMethodError
at org.maven.ide.eclipse.internal.project.DefaultLifecycleMapping.configure(DefaultLifecycleMapping.java:64)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:347)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.configureNewMavenProject(ProjectConfigurationManager.java:269)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.importProjects(ProjectConfigurationManager.java:165)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.createArchetypeProject(ProjectConfigurationManager.java:533)
at org.maven.ide.eclipse.wizards.MavenProjectWizard$5.runInWorkspace(MavenProjectWizard.java:280)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Session Data:
eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -clean
Everything else is fine. (ie project builds etc.)
Ben
--
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, 2 months