[JBoss JIRA] (JBIDE-18082) Application wizard, Connection wizard: Last used connection from explorer is not preselected
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18082?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-18082.
---------------------------------
Verified on nightly build of JBT with OpenShift plugin build B258.
> Application wizard, Connection wizard: Last used connection from explorer is not preselected
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-18082
> URL: https://issues.jboss.org/browse/JBIDE-18082
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: application_wizard, connection_wizard
> Fix For: 4.3.1.CR1
>
>
> In JBIDE-17568 was implemented preselection of last used connection via menu File - New - OpenShift Application. But preselection of last used connection from OpenShift explorer is not working (probably has not been implemented yet).
> We should provide preselection also for last used connection via OpenShift explorer. Preselection via Menu now works like this:
> User has lets say 2 connections. If he opens New Application wizard via menu File - New - OpenShift Application, then first connection is preselected. He chooses second connection in opened New Application wizard (on the first page containing credentials), clicks Next button and then user clicks Cancel. Then user open New application wizard via menu File - New - OpenShift application again and second connection is preselected.
> Suggested solution for explorer:
> User has 2 connections and first one is used for preselection. User selects in OpenShift explorer second connection and opens New application wizard via context menu. After closing New application wizard shell (by its completion or canceling) user should get preselected second connection after opening a New Application wizard via menu File - New - OpenShift Application.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3747) Build failures with newest JSPM
by Jan Richter (JIRA)
Jan Richter created JBDS-3747:
---------------------------------
Summary: Build failures with newest JSPM
Key: JBDS-3747
URL: https://issues.jboss.org/browse/JBDS-3747
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Jan Richter
The newest JSPM release (0.16.32 atm.) has broken the build. We have reverted to 0.16.31 until a more permanent solution is discovered. Investigate the failures with newer versions.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3566) include AERI in JBDS 9.1
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBDS-3566?page=com.atlassian.jira.plugin.... ]
Rastislav Wagner closed JBDS-3566.
----------------------------------
verified in JBDS 9.1.0.CR1
> include AERI in JBDS 9.1
> ------------------------
>
> Key: JBDS-3566
> URL: https://issues.jboss.org/browse/JBDS-3566
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: aeri, build, target-platform
> Affects Versions: 9.1.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 9.1.0.CR1
>
> Attachments: aeri-in-jbds91.png, aeri-not-firing.png, aeri-popup.png, error-prefs-jbds.png, error-prefs-jbt.png, error-reporting.png
>
>
> Include required bundles for AERI in JBDS. Details TBD.
> Maybe need these?
> {code}
> org.eclipse.epp.logging.aeri.feature_1.0.1.v20150913-0716
> org.eclipse.epp.logging.aeri.ide_1.0.1.v20150913-0657.jar
> org.eclipse.epp.logging.aeri.ui_1.0.1.v20150913-0716.jar
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22037) HQL queries doesn't work with Hibernate 5
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22037?page=com.atlassian.jira.plugi... ]
Rastislav Wagner resolved JBIDE-22037.
--------------------------------------
Resolution: Done
> HQL queries doesn't work with Hibernate 5
> -----------------------------------------
>
> Key: JBIDE-22037
> URL: https://issues.jboss.org/browse/JBIDE-22037
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Reporter: Rastislav Wagner
> Assignee: Koen Aers
> Fix For: 4.4.0.Alpha1
>
>
> {code}
> org.hibernate.hql.internal.ast.QuerySyntaxException: Actor is not mapped [from Actor]
> at org.hibernate.hql.internal.ast.QuerySyntaxException.generateQueryException(QuerySyntaxException.java:79)
> at org.hibernate.QueryException.wrapWithQueryString(QueryException.java:103)
> at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:218)
> at org.hibernate.hql.internal.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:142)
> at org.hibernate.engine.query.spi.HQLQueryPlan.<init>(HQLQueryPlan.java:115)
> at org.hibernate.engine.query.spi.HQLQueryPlan.<init>(HQLQueryPlan.java:76)
> at org.hibernate.engine.query.spi.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:150)
> at org.hibernate.internal.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:302)
> at org.hibernate.internal.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:240)
> at org.hibernate.internal.SessionImpl.createQuery(SessionImpl.java:1894)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.jboss.tools.hibernate.runtime.common.Util.invokeMethod(Util.java:43)
> at org.jboss.tools.hibernate.runtime.common.AbstractSessionFacade.createQuery(AbstractSessionFacade.java:47)
> at org.hibernate.eclipse.console.common.HQLQueryPage.setSession(HQLQueryPage.java:133)
> at org.hibernate.eclipse.console.common.HibernateExtension$2.execute(HibernateExtension.java:115)
> at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
> at org.hibernate.eclipse.console.common.HibernateExtension.execute(HibernateExtension.java:189)
> at org.hibernate.eclipse.console.common.HibernateExtension.executeHQLQuery(HibernateExtension.java:111)
> at org.hibernate.console.ConsoleConfiguration.executeHQLQuery(ConsoleConfiguration.java:306)
> at org.hibernate.eclipse.hqleditor.HQLEditor.executeQuery(HQLEditor.java:447)
> at org.hibernate.eclipse.console.actions.ExecuteQueryAction.execute(ExecuteQueryAction.java:88)
> at org.hibernate.eclipse.console.actions.ExecuteQueryAction.run(ExecuteQueryAction.java:55)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> at org.hibernate.eclipse.console.actions.ExecuteQueryAction.runWithEvent(ExecuteQueryAction.java:59)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:462)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: Actor is not mapped
> at org.hibernate.hql.internal.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:171)
> at org.hibernate.hql.internal.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:91)
> at org.hibernate.hql.internal.ast.tree.FromClause.addFromElement(FromClause.java:76)
> at org.hibernate.hql.internal.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:321)
> at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3701)
> at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:3590)
> at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:716)
> at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.query(HqlSqlBaseWalker.java:572)
> at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.selectStatement(HqlSqlBaseWalker.java:309)
> at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:257)
> at org.hibernate.hql.internal.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:262)
> at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:190)
> ... 54 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21654) add aeri for jboss tools
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21654?page=com.atlassian.jira.plugi... ]
Rastislav Wagner updated JBIDE-21654:
-------------------------------------
Fix Version/s: (was: 4.4.0.Alpha1)
> add aeri for jboss tools
> ------------------------
>
> Key: JBIDE-21654
> URL: https://issues.jboss.org/browse/JBIDE-21654
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aeri
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: aeriJBDS91.png, aeri_versions_mars2RC4_vs_neon0M5.png
>
>
> We have the possibility to get at test environment for error reporting for JBoss Tools.
> For that we need Mars.2 (pre-Mars.2 will not work) and the latest aeri.
> Thus we can't add it by default to i.e. usage (unless we want to force upgrade everyone), but we can at least include it in the default set.
> In Neon we can add to usage.
> jira here is to capture this + implement the extension point.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21654) add aeri for jboss tools
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21654?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-21654.
------------------------------------
verified in JBT and JBDS 9.1.0.CR1
> add aeri for jboss tools
> ------------------------
>
> Key: JBIDE-21654
> URL: https://issues.jboss.org/browse/JBIDE-21654
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aeri
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: aeriJBDS91.png, aeri_versions_mars2RC4_vs_neon0M5.png
>
>
> We have the possibility to get at test environment for error reporting for JBoss Tools.
> For that we need Mars.2 (pre-Mars.2 will not work) and the latest aeri.
> Thus we can't add it by default to i.e. usage (unless we want to force upgrade everyone), but we can at least include it in the default set.
> In Neon we can add to usage.
> jira here is to capture this + implement the extension point.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (TOOLSDOC-719) JBDS 9.1 GA: Document known issue with some linux versions and GTK3: export SWT_GTK3=0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-719?page=com.atlassian.jira.plug... ]
Nick Boldt commented on TOOLSDOC-719:
-------------------------------------
+1 to document this Known Issue in the Known Issues section of the release notes.
> JBDS 9.1 GA: Document known issue with some linux versions and GTK3: export SWT_GTK3=0
> --------------------------------------------------------------------------------------
>
> Key: TOOLSDOC-719
> URL: https://issues.jboss.org/browse/TOOLSDOC-719
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Affects Versions: 9.1 CR1
> Reporter: Nick Boldt
> Assignee: Supriya Bharadwaj
> Fix For: 9.1 GA
>
>
> See JBIDE-21038 re: workaround required on some linux distros.
> ---
> Before launching Eclipse or JBDS on linux, ensure your console has run this command:
> {code}export SWT_GTK3=0{code}
> Then start Eclipse or JBDS as you would normally, eg.,
> {code}./eclipse
> or
> ./studio/jbdevstudio
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22046) add aeri for jboss tools
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22046?page=com.atlassian.jira.plugi... ]
Rastislav Wagner updated JBIDE-22046:
-------------------------------------
Fix Version/s: (was: 4.3.1.CR1)
> add aeri for jboss tools
> ------------------------
>
> Key: JBIDE-22046
> URL: https://issues.jboss.org/browse/JBIDE-22046
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aeri
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.4.0.Alpha1
>
>
> We have the possibility to get at test environment for error reporting for JBoss Tools.
> For that we need Mars.2 (pre-Mars.2 will not work) and the latest aeri.
> Thus we can't add it by default to i.e. usage (unless we want to force upgrade everyone), but we can at least include it in the default set.
> In Neon we can add to usage.
> jira here is to capture this + implement the extension point.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22046) add aeri for jboss tools
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22046?page=com.atlassian.jira.plugi... ]
Rastislav Wagner resolved JBIDE-22046.
--------------------------------------
Resolution: Done
> add aeri for jboss tools
> ------------------------
>
> Key: JBIDE-22046
> URL: https://issues.jboss.org/browse/JBIDE-22046
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aeri
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.4.0.Alpha1
>
>
> We have the possibility to get at test environment for error reporting for JBoss Tools.
> For that we need Mars.2 (pre-Mars.2 will not work) and the latest aeri.
> Thus we can't add it by default to i.e. usage (unless we want to force upgrade everyone), but we can at least include it in the default set.
> In Neon we can add to usage.
> jira here is to capture this + implement the extension point.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22046) add aeri for jboss tools
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-22046:
----------------------------------------
Summary: add aeri for jboss tools
Key: JBIDE-22046
URL: https://issues.jboss.org/browse/JBIDE-22046
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: aeri
Reporter: Max Rydahl Andersen
Assignee: Max Rydahl Andersen
Priority: Blocker
Fix For: 4.3.1.CR1, 4.4.0.Alpha1
We have the possibility to get at test environment for error reporting for JBoss Tools.
For that we need Mars.2 (pre-Mars.2 will not work) and the latest aeri.
Thus we can't add it by default to i.e. usage (unless we want to force upgrade everyone), but we can at least include it in the default set.
In Neon we can add to usage.
jira here is to capture this + implement the extension point.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months