[JBoss JIRA] (JBIDE-12703) Adding the runtime detection path manually
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-12703:
---------------------------------------
Summary: Adding the runtime detection path manually
Key: JBIDE-12703
URL: https://issues.jboss.org/browse/JBIDE-12703
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: runtime detection
Affects Versions: 4.0.0.Alpha2
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
Fix For: 4.0.0.Beta1
While writing my bot tests I need to add a runtime detection path manually (because there's a native window that cannot be operated by bot). There are some issues that I've come across. I am not sure if those are really issues or are intended so I am describing them here:
I add the path through the following code while the preferences dialog is open:
{code}
RuntimeUIActivator.getDefault().getModel().addRuntimePath(new RuntimePath(path));
{code}
However, the path is not added to the table, maybe because the table viewer is not refreshed:
{code}
runtimePathChangeListener = new IRuntimePathChangeListener() {
public void changed() {
Display.getDefault().asyncExec(new Runnable() {
public void run() {
if (runtimePathChangeListener != null) {
viewer.setInput(RuntimeUIActivator.getRuntimePaths());
}
}
});
}
};
RuntimeUIActivator.getDefault().getModel().addRuntimePathChangeListener(runtimePathChangeListener);
{code}
There used to be a workaround for this - to close the preferences and open it again. However, when I click the OK button, all runtime paths are taken from the table (not from the model) and stored to the preferences store - since the table has not been refreshed the table is empty and an empty list is stored.
{code}
@Override
public boolean performOk() {
RuntimeUIActivator.getDefault().getModel().setRuntimePaths(runtimePaths); RuntimeUIActivator.getDefault().saveRuntimePreferences();
return super.performOk();
}
{code}
This is even different behavior to the performApply method (I think those methods should have the same result). In this method the paths from model are stored to the preferences store.
{code}
@Override
protected void performApply() {
RuntimeUIActivator.getDefault().saveRuntimePreferences();
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12572) Add server url to conntect-dialog
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-12572:
----------------------------------------
Summary: Add server url to conntect-dialog
Key: JBIDE-12572
URL: https://issues.jboss.org/browse/JBIDE-12572
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: openshift
Affects Versions: 3.3.0.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.0.0.Alpha1
Since there are now different servers available to connect to (liveCD, local install via rpm, PROD, INT, STG etc.), we have to allow the user to define what server he wants to connect to. We'll add a text-field to the connect dialog that is prefilled with the default server. The user may change the url and provide its very own server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12570) what connectorID should we use in Central for m2e-wtp installation via examples?
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12570:
----------------------------------
Summary: what connectorID should we use in Central for m2e-wtp installation via examples?
Key: JBIDE-12570
URL: https://issues.jboss.org/browse/JBIDE-12570
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, maven
Affects Versions: 4.0.0.Alpha1
Reporter: Nick Boldt
Assignee: Fred Bricon
Fix For: 4.0.0.Alpha2
[~fbricon] recently updated central/plugins/org.jboss.tools.central.discovery/plugin.xml to read as follows (in Alpha1 branch):
{code}
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.maven"
groupId="org.jboss.tools.central.discovery.maven.upstream"
description="Maven Integration for Web Tools (m2e-wtp)"
id="org.maven.ide.eclipse.wtp.feature"
kind="task"
license="Free, EPL"
name="Maven Integration for Web Tools (m2e-wtp)"
provider="eclipse.org"
siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
<iu id="org.eclipse.m2e.wtp.feature"/>
<icon
image32="images/m2e_32.gif">
</icon>
<overview
url="http://www.eclipse.org/m2e-wtp/">
</overview>
</connectorDescriptor>
{code}
However, that means that the m2e-wtp connector includes the new IU, org.eclipse.m2e.wtp.feature, but is still called by its old name, id="org.maven.ide.eclipse.wtp.feature".
Should this be changed here and in JBDS Central, too?
Can all the examples that might need to install m2e-wtp be updated such that they refer to the new, correct IU name?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-12748) Add Seam 2.3.0.Final to the downloadable runtimes
by Martin Malina (JIRA)
Martin Malina created JBIDE-12748:
-------------------------------------
Summary: Add Seam 2.3.0.Final to the downloadable runtimes
Key: JBIDE-12748
URL: https://issues.jboss.org/browse/JBIDE-12748
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: runtime detection
Affects Versions: 4.0.0.Alpha2
Reporter: Martin Malina
Assignee: Snjezana Peco
Fix For: 4.0.0.Beta1
Seam 2.3.0.Final was released a few days ago, see http://www.seamframework.org/Seam2/Downloads
We need to add it to the list of downloadable runtimes when you go to Preferences -> JBoss Tools -> JBoss Tools Runtime Detection and click the Download button.
I don't know where the runtimes are defined. So please reassign if needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (JBIDE-6018) Improve BPEL refactoring
by Robert (Bob) Brodt (JIRA)
Improve BPEL refactoring
------------------------
Key: JBIDE-6018
URL: https://jira.jboss.org/jira/browse/JBIDE-6018
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: bpm
Reporter: Robert (Bob) Brodt
Often times I find myself changing the names of variables, port types, partner links, etc. either in the Property sheet or directly on the editor canvas without thinking; what I really wanted to do was refactor the name change and have it propagate through to the WSDL or XSD where the element is defined. It would be simple enough to provide a change listener that prompts you with "Hey, I noticed you changed the name of this <thing> - did you intend to refactor instead?" possibly with a "Don't ask me again!" checkbox. The same functionality should be provided for the WSDL and XSD editor. This would go a long way to better integration within the tooling.
--
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
13 years, 4 months