[JBoss JIRA] (JBIDE-22874) ide-config.properties needs updating for 10.1.0.AM3
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22874?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-22874.
---------------------------------
OK, in that case I'm closing this as Done.
> ide-config.properties needs updating for 10.1.0.AM3
> ---------------------------------------------------
>
> Key: JBIDE-22874
> URL: https://issues.jboss.org/browse/JBIDE-22874
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.1.AM3
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 4.4.1.AM3
>
>
> Today I installed a new build of devstudio (devstudio-10.1.0.AM3-v20160802-1710-B5682-installer-standalone.jar) and immediately after launching it, I got these in the error log view:
> {code}
> No URL set for discovery catalog. Property jboss.discovery.directory.url is missing!
> {code}
> {code}
> All attempts to discover connectors have failed
> {code}
> {code}
> Failed to get connectors from RemoteProxyWizardDiscoveryStrategy
> java.lang.NullPointerException
> at java.net.URI$Parser.parse(URI.java:3042)
> at java.net.URI.<init>(URI.java:588)
> at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy.loadRegistry(RemoteExternalBundleDiscoveryStrategy.java:90)
> at org.jboss.tools.discovery.core.internal.connectors.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:117)
> at org.jboss.tools.discovery.core.internal.connectors.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:68)
> 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:107)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardUpdateJob.run(ProxyWizardUpdateJob.java:47)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> {code}
> No URL set for discovery catalog. Property jboss.discovery.directory.url is missing!
> {code}
> This is probably happening because [1] doesn't have any lines that would apply for devstudio 10.1.0.AM3.
> At first I thought it's something that was overlooked when changing product version from 10.0.1 to 10.1.0, but it seems 10.0.1.AM3 would have no match either as there is currently only 10.0.1.AM2 there. Shouldn't we have also have lines for a more general version like 10.1.0, so that a match is guaranteed?
> On the other hand, JBoss Tools should be fine - I can see lines for both 4.4.1 and 4.4.1.AM3.
> Feel free to move this to JBDS if you think that's more appropriate.
> [1] http://download.jboss.org/jbosstools/configuration/ide-config.properties
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3995) CDK fails on landrush vagrant plugin installation
by Jan Richter (JIRA)
Jan Richter created JBDS-3995:
---------------------------------
Summary: CDK fails on landrush vagrant plugin installation
Key: JBDS-3995
URL: https://issues.jboss.org/browse/JBDS-3995
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.1.0.AM3
Reporter: Jan Richter
Assignee: Denis Golovin
Priority: Blocker
CDK fails to install during the vagrant plugin installation phase.
The error:
{noformat}
Thu, 11 Aug 2016 07:35:54 GMT-ERROR: cdk - Error: Command failed: vagrant plugin install landrush
'vagrant' is not recognized as an internal or external command,
operable program or batch file.
Thu, 11 Aug 2016 07:35:54 GMT-ERROR: cdk - 'vagrant' is not recognized as an internal or external command,
operable program or batch file.
{noformat}
Looks like the command is being called without the appropriate environment options.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22283) reveng *.java emitter does not escape java keyword 'return' as variable name
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22283?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-22283.
------------------------------------
verified in Devstudio 10.1.0.AM3-v20160808-1833-B5724
> reveng *.java emitter does not escape java keyword 'return' as variable name
> ----------------------------------------------------------------------------
>
> Key: JBIDE-22283
> URL: https://issues.jboss.org/browse/JBIDE-22283
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.3.x
> Environment: Eclipse Mars
> Reporter: Darryl Miles
> Assignee: Koen Aers
> Fix For: 4.4.1.AM3
>
>
> reveng *.java emitter does not escape java keyword 'return' as variable name
> <table name="oc_return_history">
> <foreign-key constraint-name="FK_oc_return_history__return_id" foreign-table="oc_return">
> <column-ref local-column="return_id" foreign-column="return_id"/>
> <!-- this breaks the generator trying to name local variable as a java keyword -->
> <many-to-one property="return"/>
> </foreign-key>
> </table>
> The expected output would be:
> private Return _return;
> but actual output is:
> private Return return;
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBDS-3948) Use CDK nightly builds metadata to include nightly CDK build into DevSuite Bundled Installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3948?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3948:
--------------------------------
Summary: Use CDK nightly builds metadata to include nightly CDK build into DevSuite Bundled Installer (was: Use CDK nightly builds metadata to include nightly CDK build into DevSuite Bundl Installer)
> Use CDK nightly builds metadata to include nightly CDK build into DevSuite Bundled Installer
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-3948
> URL: https://issues.jboss.org/browse/JBDS-3948
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.1.0.AM1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 10.1.0.AM3
>
>
> Nightly CDK builds have sha256 checksums and metadata.txt. DevSuite build should use that to check if new download for CDK resources is required.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22852) Add check for errors in log when cancelling New Project wizard in OpenNewApplicationWizardWithNoProjectTest
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22852?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-22852:
---------------------------------------
Tests have been aligned a bit (some issues raised during test execution) and now should be ok. Closing.
> Add check for errors in log when cancelling New Project wizard in OpenNewApplicationWizardWithNoProjectTest
> ------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22852
> URL: https://issues.jboss.org/browse/JBIDE-22852
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift, qa
> Affects Versions: 4.4.1.AM1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.1.AM3
>
>
> There is testOpenNewApplicationWizardFromCentralWithNoProjects that creates new project and checks that the created project is selected in New Application wizard.
> We need a test like testOpenNewApplicationWizardFromOpenShiftExplorerWithNoProjectsAndCancelNewProject that cancels creating new project and (in this case of starting from Openshift explorer) checks that New Application wizard is closed and no errors are logged to the Eclipse log.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22852) Add check for errors in log when cancelling New Project wizard in OpenNewApplicationWizardWithNoProjectTest
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22852?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22852.
---------------------------------
> Add check for errors in log when cancelling New Project wizard in OpenNewApplicationWizardWithNoProjectTest
> ------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22852
> URL: https://issues.jboss.org/browse/JBIDE-22852
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift, qa
> Affects Versions: 4.4.1.AM1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.1.AM3
>
>
> There is testOpenNewApplicationWizardFromCentralWithNoProjects that creates new project and checks that the created project is selected in New Application wizard.
> We need a test like testOpenNewApplicationWizardFromOpenShiftExplorerWithNoProjectsAndCancelNewProject that cancels creating new project and (in this case of starting from Openshift explorer) checks that New Application wizard is closed and no errors are logged to the Eclipse log.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months