[JBoss JIRA] (JBIDE-13715) soa-p 5.3 is incorrectly detected as 5.2
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13715?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-13715:
----------------------------------
Release Notes Docs Status: Not Required
> soa-p 5.3 is incorrectly detected as 5.2
> ----------------------------------------
>
> Key: JBIDE-13715
> URL: https://issues.jboss.org/browse/JBIDE-13715
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.0.0.Final, 4.1.0.Alpha1
> Reporter: Martin Malina
> Assignee: Snjezana Peco
> Fix For: 4.0.1.Final, 4.1.0.Alpha2
>
> Attachments: Screenshot.png
>
>
> When you use the runtime detection feature to add a soa-p 5.3.1 server it is detected as SOA-P version 5.2.
> When you add the server manually, there is no server type soa-p, so there you have to choose EAP 5.x anyway and so this issue is not present there.
--
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, 1 month
[JBoss JIRA] (JBIDE-13628) Only one JBoss Central Configurator is selected for display
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13628?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-13628.
-------------------------------
> Only one JBoss Central Configurator is selected for display
> -----------------------------------------------------------
>
> Key: JBIDE-13628
> URL: https://issues.jboss.org/browse/JBIDE-13628
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: central
> Reporter: Paul Richardson
> Assignee: Max Rydahl Andersen
> Priority: Minor
> Fix For: 4.1.0.Alpha1
>
>
> I wanted to contribute Teiid Designer's 'new model project' wizard as a link in the 'Create Projects' section of JBoss Central. [link|http://www.phantomjinx.co.uk/stuff/jboss-central.png]
> However, I found that the list of project wizards is hard-coded in the default configurator [1]. Thus, the only way I can contribute this link is by extending the default configurator and using the configurators extension point[2] to load my configurator.
> This works correctly but if another project decides to do the same thing then their configurator 'could' be loaded instead of mine due to the following logic in [3]:
> {code:title=ProjectExamplesActivator.java|borderStyle=solid}
> // ... ~ Line 1163
> IExtension extension = extensions[0];
> IConfigurationElement[] configurationElements = extension.getConfigurationElements();
> for (int j = 0; j < configurationElements.length; j++) {
> IConfigurationElement configurationElement = configurationElements[j];
> if (CONFIGURATOR.equals(configurationElement.getName())) {
> try {
> configurator = (IJBossCentralConfigurator) configurationElement.createExecutableExtension("class");
> } catch (CoreException e) {
> ProjectExamplesActivator.log(e);
> continue;
> }
> break;
> }
> }
> // ...
> {code}
>
> Thought an alternative configurator that aggregates all extension-pointed configurators and displays the content of each accordingly.
> Happy to provide a patch if required.
> [1] org.jboss.tools.project.examples.configurators.DefaultJBossCentralConfigurator
> [2] org.jboss.tools.project.examples.configurators
> [3] org.jboss.tools.project.examples.ProjectExamplesActivator.java
--
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, 1 month
[JBoss JIRA] (JBDS-2395) Investigate use of SpringIDE 3.x in JBoss 6.x & 7.x Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2395?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2395:
-----------------------------
Fix Version/s: 7.0.0.Alpha2
(was: 7.0.0.Alpha1)
Description:
As reported in JBDS-2280, there are two problems with Spring IDE 3.0:
* [IDE-1263|https://jira.springsource.org/browse/IDE-1263] - fixed in 3.1.0
* [IDE-1264|https://jira.springsource.org/browse/IDE-1264] - fixed in 3.2.0.M1
Cannot find a site w/ a 3.2.0 milestone on it (yet), but did find these:
https://dist.springframework.org/milestone/IDE/ - 3.1.0.201209120646-M1 (maybe misnamed?)
http://dist.springframework.org/snapshot/IDE/nightly/ - 3.2.0.201211201813-CI-B170
Also, 3.1.0 release version is currently on Eclipse Marketplace.
Suggest we wait until they release 3.2.0 in March and include it then in our next release.
was:
As reported in JBDS-2280, there are two problems with Spring IDE 3.0:
* [IDE-1263|https://jira.springsource.org/browse/IDE-1263] - fixed in 3.1.0
* [IDE-1264|https://jira.springsource.org/browse/IDE-1264] - fixed in 3.2.0.M1
Cannot find a site w/ a 3.2.0 milestone on it (yet), but did find these:
https://dist.springframework.org/milestone/IDE/ – 3.1.0.201209120646-M1 (maybe misnamed?)
http://dist.springframework.org/snapshot/IDE/nightly/ – 3.2.0.201211201813-CI-B170
Also, 3.1.0 release version is currently on Eclipse Marketplace.
Suggest we wait until they release 3.2.0 in March and include it then in our next release.
> Investigate use of SpringIDE 3.x in JBoss 6.x & 7.x Central
> -----------------------------------------------------------
>
> Key: JBDS-2395
> URL: https://issues.jboss.org/browse/JBDS-2395
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: 3rdPartyCertification, 3rdPartyDependencies, central
> Affects Versions: 6.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Len DiMaggio
> Priority: Blocker
> Fix For: 6.0.1.GA, 7.0.0.Alpha2
>
>
> As reported in JBDS-2280, there are two problems with Spring IDE 3.0:
> * [IDE-1263|https://jira.springsource.org/browse/IDE-1263] - fixed in 3.1.0
> * [IDE-1264|https://jira.springsource.org/browse/IDE-1264] - fixed in 3.2.0.M1
> Cannot find a site w/ a 3.2.0 milestone on it (yet), but did find these:
> https://dist.springframework.org/milestone/IDE/ - 3.1.0.201209120646-M1 (maybe misnamed?)
> http://dist.springframework.org/snapshot/IDE/nightly/ - 3.2.0.201211201813-CI-B170
> Also, 3.1.0 release version is currently on Eclipse Marketplace.
> Suggest we wait until they release 3.2.0 in March and include it then in our next release.
--
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, 1 month