[JBoss JIRA] (JBIDE-17668) JBoss 4.2.3 Hot Deployment does not work (worked with 4.1.x)
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17668?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-17668.
---------------------------------
Verified in JBDS 8.0.0.Beta3 B172
> JBoss 4.2.3 Hot Deployment does not work (worked with 4.1.x)
> ------------------------------------------------------------
>
> Key: JBIDE-17668
> URL: https://issues.jboss.org/browse/JBIDE-17668
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta2
> Environment: Win7 x64, Eclipse Luna 4.4 RC3, JBoss 4.2.3GA
> Reporter: Nero M
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.2.0.Beta3
>
> Attachments: duplicate-scanner.png
>
>
> When i start JBoss 4.2.3GA i get this:
> org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3
> at org.jboss.system.ServiceCreator.install(ServiceCreator.java:103)
> Then when i change any file (just an xhtml for instance) The Server shuts down. Instead it should just hot-deploy that file like it did with Kepler + AS Tools 4.1. But here it seems a full deployment is being done (Not just the file) resulting in a Server reboot
> 12:09:29,452 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/server/jboss/............ear
> 12:09:29,452 INFO [EARDeployer] Undeployed J2EE application: file:/C:/server/jboss/..........................ear
> Thanks for any help :( If this is not fixed, we cannot move to Luna. unfortunately i cant move to a different application server
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17530) when urls fails to download we end up with 0 size content
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17530?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-17530.
------------------------------
I was able to reproduce it in JBT 4.2.0.Beta2.
I'm not seeing this error in JBT 4.2.0.Beta3 anymore.
Even though I sometimes end up with empty editor (both in Beta2 and Beta3) with no errors in log (I'll create new jira for this)
> when urls fails to download we end up with 0 size content
> ---------------------------------------------------------
>
> Key: JBIDE-17530
> URL: https://issues.jboss.org/browse/JBIDE-17530
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, project-examples
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Fix For: 4.2.0.Beta3
>
> Attachments: central-tests.ogv
>
>
> due to a crash files end up being 0 sized resulting in this stack trace:
> STACK 0
> 18:14 java.util.zip.ZipException: zip file is empty
> 18:14 at java.util.zip.ZipFile.open(Native Method)
> 18:14 at java.util.zip.ZipFile.<init>(ZipFile.java:215)
> 18:14 at java.util.zip.ZipFile.<init>(ZipFile.java:145)
> 18:14 at java.util.jar.JarFile.<init>(JarFile.java:153)
> 18:14 at java.util.jar.JarFile.<init>(JarFile.java:117)
> 18:14 at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundle(DiscoveryRegistryStrategy.java:137)
> 18:14 at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:126)
> 18:14 at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.onStart(DiscoveryRegistryStrategy.java:78)
> 18:14 at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:725)
> 18:14 at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:125)
> files shoulnd't be put into cache before completely downloaded.
> {code}!ENTRY org.eclipse.mylyn.discovery.core 4 0 2014-06-04 15:03:08.894
> !MESSAGE Cannot load bundle org.jboss.tools.central.discovery_4.2.0.Beta3_v20140601_2325_B2769.jar_6387042895189249876.jar from url /home/eskimo/Projects/jbdevstudio/4.2.x/fork/runtime-EclipseApplication-temp/.metadata/.plugins/org.jboss.tools.central/proxyWizards/1401919388047/org.jboss.tools.central.discovery_4.2.0.Beta3_v20140601_2325_B2769.jar_6387042895189249876.jar: error in opening zip file
> !STACK 0
> java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.<init>(ZipFile.java:215)
> at java.util.zip.ZipFile.<init>(ZipFile.java:145)
> at java.util.jar.JarFile.<init>(JarFile.java:153)
> at java.util.jar.JarFile.<init>(JarFile.java:117)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundle(DiscoveryRegistryStrategy.java:137)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:126)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.onStart(DiscoveryRegistryStrategy.java:78)
> at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:725)
> at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:125)
> at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:101)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.getProxyWizards(ProxyWizardManager.java:121)
> at org.jboss.tools.central.editors.GettingStartedPage.getProxyWizards(GettingStartedPage.java:563)
> at org.jboss.tools.central.editors.GettingStartedPage.access$11(GettingStartedPage.java:561)
> at org.jboss.tools.central.editors.GettingStartedPage$5.run(GettingStartedPage.java:515)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2014-06-04 15:14:14.190
> !MESSAGE Cannot load bundle org.jboss.tools.central.discovery_4.2.0.Beta3_v20140601_2325_B2769.jar_3281606466638696010.jar from url /home/eskimo/Projects/jbdevstudio/4.2.x/fork/runtime-EclipseApplication-temp/.metadata/.plugins/org.jboss.tools.central/proxyWizards/1401920053564/org.jboss.tools.central.discovery_4.2.0.Beta3_v20140601_2325_B2769.jar_3281606466638696010.jar: error in opening zip file
> !STACK 0
> java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.<init>(ZipFile.java:215)
> at java.util.zip.ZipFile.<init>(ZipFile.java:145)
> at java.util.jar.JarFile.<init>(JarFile.java:153)
> at java.util.jar.JarFile.<init>(JarFile.java:117)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundle(DiscoveryRegistryStrategy.java:137)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:126)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.onStart(DiscoveryRegistryStrategy.java:78)
> at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:725)
> at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:125)
> at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:101)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.getProxyWizards(ProxyWizardManager.java:121)
> at org.jboss.tools.central.editors.GettingStartedPage.getProxyWizards(GettingStartedPage.java:563)
> at org.jboss.tools.central.editors.GettingStartedPage.access$11(GettingStartedPage.java:561)
> at org.jboss.tools.central.editors.GettingStartedPage$5.run(GettingStartedPage.java:515)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2014-06-04 15:14:16.303
> !MESSAGE Cannot load bundle org.jboss.tools.central.discovery_4.2.0.Beta3_v20140601_2325_B2769.jar_6092819873576841520.jar from url /home/eskimo/Projects/jbdevstudio/4.2.x/fork/runtime-EclipseApplication-temp/.metadata/.plugins/org.jboss.tools.central/proxyWizards/1401920055231/org.jboss.tools.central.discovery_4.2.0.Beta3_v20140601_2325_B2769.jar_6092819873576841520.jar: error in opening zip file
> !STACK 0
> java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.<init>(ZipFile.java:215)
> at java.util.zip.ZipFile.<init>(ZipFile.java:145)
> at java.util.jar.JarFile.<init>(JarFile.java:153)
> at java.util.jar.JarFile.<init>(JarFile.java:117)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundle(DiscoveryRegistryStrategy.java:137)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:126)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.onStart(DiscoveryRegistryStrategy.java:78)
> at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:725)
> at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:125)
> at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:101)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.getProxyWizards(ProxyWizardManager.java:121)
> at org.jboss.tools.central.editors.GettingStartedPage.getProxyWizards(GettingStartedPage.java:563)
> at org.jboss.tools.central.editors.GettingStartedPage.access$11(GettingStartedPage.java:561)
> at org.jboss.tools.central.editors.GettingStartedPage$5.run(GettingStartedPage.java:515)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2014-06-04 15:14:18.392
> !MESSAGE Cannot load bundle org.jboss.tools.central.discovery_4.2.0.Beta3_v20140601_2325_B2769.jar_5797717969376990600.jar from url /home/eskimo/Projects/jbdevstudio/4.2.x/fork/runtime-EclipseApplication-temp/.metadata/.plugins/org.jboss.tools.central/proxyWizards/1401920057185/org.jboss.tools.central.discovery_4.2.0.Beta3_v20140601_2325_B2769.jar_5797717969376990600.jar: error in opening zip file
> !STACK 0
> java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.<init>(ZipFile.java:215)
> at java.util.zip.ZipFile.<init>(ZipFile.java:145)
> at java.util.jar.JarFile.<init>(JarFile.java:153)
> at java.util.jar.JarFile.<init>(JarFile.java:117)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundle(DiscoveryRegistryStrategy.java:137)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:126)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.onStart(DiscoveryRegistryStrategy.java:78)
> at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:725)
> at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:125)
> at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:101)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.getProxyWizards(ProxyWizardManager.java:121)
> at org.jboss.tools.central.editors.GettingStartedPage.getProxyWizards(GettingStartedPage.java:563)
> at org.jboss.tools.central.editors.GettingStartedPage.access$11(GettingStartedPage.java:561)
> at org.jboss.tools.central.editors.GettingStartedPage$5.run(GettingStartedPage.java:515)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17393) Show on main Central page the "Early Access" status
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17393?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-17393:
----------------------------------------
The 2 things are:
* Whether Eclipse or JBDS will look for EA component (that's what happen when you select "enable Early Access"). Let's call it enablement
* Whether user has already installed an EA feature.
The only relationship between both is that in order to install an EA feature, user had to enable EA for at least the time of installation.
> Show on main Central page the "Early Access" status
> ---------------------------------------------------
>
> Key: JBIDE-17393
> URL: https://issues.jboss.org/browse/JBIDE-17393
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Affects Versions: 4.2.0.Beta2
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Labels: early-access
> Fix For: 4.2.0.Beta3
>
>
> The main Central page (not Software one) should show the "Early Access" status. It can be one of
> * No Early Access component installed, no Early Access enabled (shows nothing)
> * No Early Access component installed, Early Access enabled (shows Early Access enabled)
> * at least 1 Early Access component installed, Early Access Enabled
> * at least 1 Early Access component installed, Early Access not Enabled
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17448) repository-utils should allow skipping generation of web content
by Alexander Silgidjian (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17448?page=com.atlassian.jira.plugi... ]
Alexander Silgidjian commented on JBIDE-17448:
----------------------------------------------
OK thanks! I will try to either consume the snapshot version or ship our site with the generated web content.
> repository-utils should allow skipping generation of web content
> ----------------------------------------------------------------
>
> Key: JBIDE-17448
> URL: https://issues.jboss.org/browse/JBIDE-17448
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Robert Munteanu
> Assignee: Mickael Istria
> Priority: Minor
> Fix For: 4.2.0.Beta3
>
>
> I'm using the repository-utils:generate-repository-facade goal to associate additional p2 update sites to my own update site. I'm not interested in generating an index.html file for it, but the default is to generate an update site with a JBoss layout.
> Rather than providing my own index.html template, I'd prefer to skip the generation of web content altogether.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBDS-2933) Verify eclipsecs/5.6.1.201306282206 or 5.7.0.201402131929 with JBDS 8.0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2933?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-2933 at 7/7/14 11:29 PM:
-----------------------------------------------------------
PR: https://github.com/jbosstools/jbosstools-discovery/pull/188
p2diff:
{code}
< com.github.sevntu.checkstyle.checks.feature.feature.group [1.8.0]
< net.sf.eclipsecs.feature.group [5.6.1.201306282206]
< net.sf.eclipsecs.core [5.6.1.201306282206]
< net.sf.eclipsecs.feature.jar [5.6.1.201306282206]
< net.sf.eclipsecs.ui [5.6.1.201306282206]
< com.github.sevntu.checkstyle.checks.feature.feature.jar [1.8.0]
< net.sf.eclipsecs.checkstyle [5.6.1.201306282206]
< eclipsecs-sevntu-plugin [1.8.0]
< net.sf.eclipsecs.branding [5.6.1.201306282206]
< net.sf.eclipsecs.doc [5.6.1.201306282206]
> com.github.sevntu.checkstyle.checks.feature.feature.group [1.10.0]
> net.sf.eclipsecs.core [5.7.0.201402131929]
> net.sf.eclipsecs.checkstyle [5.7.0.201402131929]
> net.sf.eclipsecs.doc [5.7.0.201402131929]
> net.sf.eclipsecs.feature.jar [5.7.0.201402131929]
> net.sf.eclipsecs.ui [5.7.0.201402131929]
> com.github.sevntu.checkstyle.checks.feature.feature.jar [1.10.0]
> net.sf.eclipsecs.feature.group [5.7.0.201402131929]
> net.sf.eclipsecs.branding [5.7.0.201402131929]
> eclipsecs-sevntu-plugin [1.10.0]
{code}
Building:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-centralta... >=102
was (Author: nickboldt):
PR: https://github.com/jbosstools/jbosstools-discovery/pull/188
p2diff:
{code}
< com.github.sevntu.checkstyle.checks.feature.feature.group [1.8.0]
< net.sf.eclipsecs.feature.group [5.6.1.201306282206]
< net.sf.eclipsecs.core [5.6.1.201306282206]
< net.sf.eclipsecs.feature.jar [5.6.1.201306282206]
< net.sf.eclipsecs.ui [5.6.1.201306282206]
< com.github.sevntu.checkstyle.checks.feature.feature.jar [1.8.0]
< net.sf.eclipsecs.checkstyle [5.6.1.201306282206]
< eclipsecs-sevntu-plugin [1.8.0]
< net.sf.eclipsecs.branding [5.6.1.201306282206]
< net.sf.eclipsecs.doc [5.6.1.201306282206]
> com.github.sevntu.checkstyle.checks.feature.feature.group [1.10.0]
> net.sf.eclipsecs.core [5.7.0.201402131929]
> net.sf.eclipsecs.checkstyle [5.7.0.201402131929]
> net.sf.eclipsecs.doc [5.7.0.201402131929]
> net.sf.eclipsecs.feature.jar [5.7.0.201402131929]
> net.sf.eclipsecs.ui [5.7.0.201402131929]
> com.github.sevntu.checkstyle.checks.feature.feature.jar [1.10.0]
> net.sf.eclipsecs.feature.group [5.7.0.201402131929]
> net.sf.eclipsecs.branding [5.7.0.201402131929]
> eclipsecs-sevntu-plugin [1.10.0]
{code}
> Verify eclipsecs/5.6.1.201306282206 or 5.7.0.201402131929 with JBDS 8.0
> -----------------------------------------------------------------------
>
> Key: JBDS-2933
> URL: https://issues.jboss.org/browse/JBDS-2933
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification
> Affects Versions: 8.0.0.Beta1
> Reporter: Len DiMaggio
> Assignee: Nick Boldt
> Fix For: 8.0.0.CR1
>
>
> See: https://issues.jboss.org/browse/JBIDE-15128
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBDS-2933) Verify eclipsecs/5.6.1.201306282206 or 5.7.0.201402131929 with JBDS 8.0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2933?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-2933 at 7/7/14 11:28 PM:
-----------------------------------------------------------
PR: https://github.com/jbosstools/jbosstools-discovery/pull/188
p2diff:
{code}
< com.github.sevntu.checkstyle.checks.feature.feature.group [1.8.0]
< net.sf.eclipsecs.feature.group [5.6.1.201306282206]
< net.sf.eclipsecs.core [5.6.1.201306282206]
< net.sf.eclipsecs.feature.jar [5.6.1.201306282206]
< net.sf.eclipsecs.ui [5.6.1.201306282206]
< com.github.sevntu.checkstyle.checks.feature.feature.jar [1.8.0]
< net.sf.eclipsecs.checkstyle [5.6.1.201306282206]
< eclipsecs-sevntu-plugin [1.8.0]
< net.sf.eclipsecs.branding [5.6.1.201306282206]
< net.sf.eclipsecs.doc [5.6.1.201306282206]
> com.github.sevntu.checkstyle.checks.feature.feature.group [1.10.0]
> net.sf.eclipsecs.core [5.7.0.201402131929]
> net.sf.eclipsecs.checkstyle [5.7.0.201402131929]
> net.sf.eclipsecs.doc [5.7.0.201402131929]
> net.sf.eclipsecs.feature.jar [5.7.0.201402131929]
> net.sf.eclipsecs.ui [5.7.0.201402131929]
> com.github.sevntu.checkstyle.checks.feature.feature.jar [1.10.0]
> net.sf.eclipsecs.feature.group [5.7.0.201402131929]
> net.sf.eclipsecs.branding [5.7.0.201402131929]
> eclipsecs-sevntu-plugin [1.10.0]
{code}
was (Author: nickboldt):
PR: https://github.com/jbosstools/jbosstools-discovery/pull/188
> Verify eclipsecs/5.6.1.201306282206 or 5.7.0.201402131929 with JBDS 8.0
> -----------------------------------------------------------------------
>
> Key: JBDS-2933
> URL: https://issues.jboss.org/browse/JBDS-2933
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification
> Affects Versions: 8.0.0.Beta1
> Reporter: Len DiMaggio
> Assignee: Nick Boldt
> Fix For: 8.0.0.CR1
>
>
> See: https://issues.jboss.org/browse/JBIDE-15128
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months