[JBoss JIRA] (JBIDE-22273) Conflicting handlers for org.eclipse.e4.ui.importer.openDirectory
by Martin Malina (JIRA)
Martin Malina created JBIDE-22273:
-------------------------------------
Summary: Conflicting handlers for org.eclipse.e4.ui.importer.openDirectory
Key: JBIDE-22273
URL: https://issues.jboss.org/browse/JBIDE-22273
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.0.Alpha1
Reporter: Martin Malina
When I instal JBT 4.4.0.Alpha1 nightly into Eclipse Java EE Neon M6, I get this after starting Eclipse:
{code}
Conflicting handlers for org.eclipse.e4.ui.importer.openDirectory: {org.eclipse.ui.internal.wizards.datatransfer.OpenFolderCommand} vs {org.eclipse.ui.internal.wizards.datatransfer.OpenFolderCommand@25fb43a9}
{code}
It's actually twice there and it then happens again at various times.
I'm on Mac. And BTW I haven't seen this in JBDS, only in JBT.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22272) NPE when using LaunchBar to run an app on WildFly
by Martin Malina (JIRA)
Martin Malina created JBIDE-22272:
-------------------------------------
Summary: NPE when using LaunchBar to run an app on WildFly
Key: JBIDE-22272
URL: https://issues.jboss.org/browse/JBIDE-22272
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.4.0.Alpha1
Reporter: Martin Malina
Assignee: Rob Stryker
I tried to run jboss java ee web app from Central on WildFly 10 using launchbar. And it did work, but a NPE was thrown:
{code}
Plug-in: org.eclipse.debug.core
An exception occurred during launch change notification.
java.lang.NullPointerException
at org.jboss.tools.wtp.server.launchbar.ModuleLaunchConfigurationProvider.getLaunchConfiguration(ModuleLaunchConfigurationProvider.java:84)
at org.jboss.tools.wtp.server.launchbar.ModuleLaunchConfigurationProvider.launchDescriptorMatches(ModuleLaunchConfigurationProvider.java:128)
at org.eclipse.launchbar.core.internal.LaunchBarManager.launchDescriptorMatches(LaunchBarManager.java:964)
at org.eclipse.launchbar.core.internal.LaunchBarManager.getLaunchDescriptor(LaunchBarManager.java:942)
at org.eclipse.launchbar.core.internal.LaunchBarManager.setActive(LaunchBarManager.java:424)
at org.eclipse.launchbar.core.internal.LaunchBarManager.access$0(LaunchBarManager.java:423)
at org.eclipse.launchbar.core.internal.LaunchBarManager$2.launchAdded(LaunchBarManager.java:169)
at org.eclipse.debug.internal.core.LaunchManager$LaunchNotifier.run(LaunchManager.java:446)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.internal.core.LaunchManager$LaunchNotifier.notify(LaunchManager.java:433)
at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:1043)
at org.eclipse.debug.internal.core.LaunchManager.addLaunch(LaunchManager.java:703)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:834)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3556)
at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3492)
at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:367)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3873) DevStudio 10.0.0.Alpha1 points to 9.0 update site
by Martin Malina (JIRA)
Martin Malina created JBDS-3873:
-----------------------------------
Summary: DevStudio 10.0.0.Alpha1 points to 9.0 update site
Key: JBDS-3873
URL: https://issues.jboss.org/browse/JBDS-3873
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Components: build
Affects Versions: 10.0.0.Alpha1
Reporter: Martin Malina
Assignee: Nick Boldt
I'm not sure exactly where this jira belongs. But I'm sure Nick will know :)
I just installed DevStudio 10.0.0.Alpha1 B5251 and when I go to Help -> Install New Software, I can see that the only update site that is set up is:
https://devstudio.redhat.com/9.0/stable/updates/
I know that there is probably nothing at /10.0/ yet, but at some point we will want to move to that URL.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-471) Unify component versions
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-471?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBTIS-471:
-----------------------------------------
Hi [~bbrodt], I noticed that BPEL bundles do not exactly meet the following format
{code}
x.y.z.BUILD_ALIAS-vYYYYMMDD-hhmm-B###
{code}
The BPEL bundles are missing the build number
{code}
org.eclipse.bpel.common.model_1.0.5.Final-v20160115-1558
{code}
> Unify component versions
> ------------------------
>
> Key: JBTIS-471
> URL: https://issues.jboss.org/browse/JBTIS-471
> Project: JBoss Tools Integration Stack
> Issue Type: Enhancement
> Components: distribution
> Affects Versions: 8.0.3.GA
> Reporter: Andrej Podhradsky
> Assignee: Robert (Bob) Brodt
> Fix For: 4.3.0.Final
>
> Attachments: jbdsis-900ga.png, junit4.8vs4.12.png
>
>
> Currently, JBDS-IS 8.0.3.CR2 contains components with different version format such as
> BPMN2 1.1.3.Final
> Fuse 7.3.1.v20150728-1330-H54-Final
> Teiid Designer 9.0.3.Final-v20150728-2029-B1148
> I suggest to use the format used by Teiid Designer.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21865) Fix jbosstools-server build from master
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21865?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21865.
---------------------------------
Build has been building. But there is one test failure which I reported here: JBIDE-22271
> Fix jbosstools-server build from master
> ---------------------------------------
>
> Key: JBIDE-21865
> URL: https://issues.jboss.org/browse/JBIDE-21865
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: server
> Affects Versions: 4.4.0.Alpha1
> Reporter: Denis Golovin
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.4.0.Alpha1
>
>
> With latest version from master build fails with compilation errors:
> {code}[INFO] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.jboss.tools.wtp.server.launchbar: Compilation failure: Compilation failure:
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[26]
> [INFO] [ERROR] public class ModuleLaunchConfigurationProvider implements ILaunchConfigurationProvider {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The type ModuleLaunchConfigurationProvider must implement the inherited abstract method ILaunchConfigurationProvider.supports(ILaunchDescriptor, ILaunchTarget)
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[26]
> [INFO] [ERROR] public class ModuleLaunchConfigurationProvider implements ILaunchConfigurationProvider {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The type ModuleLaunchConfigurationProvider must implement the inherited abstract method ILaunchConfigurationProvider.getLaunchConfiguration(ILaunchDescriptor, ILaunchTarget)
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[26]
> [INFO] [ERROR] public class ModuleLaunchConfigurationProvider implements ILaunchConfigurationProvider {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The type ModuleLaunchConfigurationProvider must implement the inherited abstract method ILaunchConfigurationProvider.launchTargetRemoved(ILaunchTarget)
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[26]
> [INFO] [ERROR] public class ModuleLaunchConfigurationProvider implements ILaunchConfigurationProvider {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The type ModuleLaunchConfigurationProvider must implement the inherited abstract method ILaunchConfigurationProvider.getLaunchConfigurationType(ILaunchDescriptor, ILaunchTarget)
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[48]
> [INFO] [ERROR] public boolean supports(ILaunchDescriptor descriptor, IRemoteConnection target) throws CoreException {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The method supports(ILaunchDescriptor, IRemoteConnection) of type ModuleLaunchConfigurationProvider must override or implement a supertype method
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[57]
> [INFO] [ERROR] public ILaunchConfigurationType getLaunchConfigurationType(ILaunchDescriptor descriptor, IRemoteConnection target)
> [INFO] [ERROR] throws CoreException {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The method getLaunchConfigurationType(ILaunchDescriptor, IRemoteConnection) of type ModuleLaunchConfigurationProvider must override or implement a supertype method
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[63]
> [INFO] [ERROR] public ILaunchConfiguration getLaunchConfiguration(ILaunchDescriptor descriptor, IRemoteConnection target)
> [INFO] [ERROR] throws CoreException {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The method getLaunchConfiguration(ILaunchDescriptor, IRemoteConnection) of type ModuleLaunchConfigurationProvider must override or implement a supertype method
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[109]
> [INFO] [ERROR] public void launchTargetRemoved(IRemoteConnection target) throws CoreException {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The method launchTargetRemoved(IRemoteConnection) of type ModuleLaunchConfigurationProvider must override or implement a supertype method
> [INFO] [ERROR] 8 problems (8 errors)
> [INFO] [ERROR] -> [Help 1]
> [INFO] [ERROR]
> [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [INFO] [ERROR]
> [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [INFO] [ERROR]
> [INFO] [ERROR] After correcting the problems, you can resume the build with the command
> [INFO] [ERROR] mvn <goals> -rf :org.jboss.tools.wtp.server.launchbar
> [INFO] ..FAILED (974.1 s)
> [INFO] The build exited with code 1. See c:\P\rh\jbds\jbosstools-dev\full-build\..\..\jbosstools-dev\build.log for details.
> [INFO] -------------------------------------------------{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years