[JBoss JIRA] (JBIDE-21949) Allow user to turn on/off showing console when output changes
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21949?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-21949:
---------------------------------------
Restoring 4.3.1.CR1 as a candidate fixVersion to keep track of it until code-freeze.
> Allow user to turn on/off showing console when output changes
> -------------------------------------------------------------
>
> Key: JBIDE-21949
> URL: https://issues.jboss.org/browse/JBIDE-21949
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> At the moment every publish to OpenShift via rsync show console with output from rsync (done in JBIDE-21326). User is forced to see console output. It would be nice if I could disable/enable showing console output when content changes. Something like server's console output has - toggle button Show Console Output When Standard Out Changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21765) HQL queries doesn't work with Hibernate 5
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21765?page=com.atlassian.jira.plugi... ]
Rastislav Wagner commented on JBIDE-21765:
------------------------------------------
I thought there is a check for proper version but I was wrong. Let's resolve this and i will create a new feature req where we will discuss it.
> HQL queries doesn't work with Hibernate 5
> -----------------------------------------
>
> Key: JBIDE-21765
> URL: https://issues.jboss.org/browse/JBIDE-21765
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Reporter: Rastislav Wagner
> Assignee: Koen Aers
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
> Attachments: ar.tar.gz, Edit Configuration _002.bmp, Properties for ar _001.bmp
>
>
> {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)
10 years
[JBoss JIRA] (JBIDE-21949) Allow user to turn on/off showing console when output changes
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21949?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-21949:
----------------------------------
Fix Version/s: 4.3.1.CR1
> Allow user to turn on/off showing console when output changes
> -------------------------------------------------------------
>
> Key: JBIDE-21949
> URL: https://issues.jboss.org/browse/JBIDE-21949
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> At the moment every publish to OpenShift via rsync show console with output from rsync (done in JBIDE-21326). User is forced to see console output. It would be nice if I could disable/enable showing console output when content changes. Something like server's console output has - toggle button Show Console Output When Standard Out Changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21953) xip.io not working on Windows
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21953?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-21953:
---------------------------------------
[~rob.stryker], [~maxandersen], who is "them"? If you're talking about the service desk ticket, when I click the link, I get "Record not found". I'm happy to provide any information necessary, but I need to know to whom :)
And there are not many things easier to reproduce than this.
> xip.io not working on Windows
> -----------------------------
>
> Key: JBIDE-21953
> URL: https://issues.jboss.org/browse/JBIDE-21953
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift, upstream
> Affects Versions: 4.3.1.CR1
> Reporter: Martin Malina
> Assignee: Martin Malina
> Priority: Critical
>
> This is definitely an upstream issue, but I think it's worth having it here and gather information from others.
> Marian tried openshift with cdk today on our Windows laptop and the url generated for the app he deployed didn't work.
> So I tried something simple like "ping 10.1.2.2.xip.io" from command line and it didn't work.
> "ping xip.io" worked.
> On my OS X laptop, this works as expected:
> {code}
> $ ping 10.1.2.2.xip.io
> PING 10.1.2.2.xip.io (10.1.2.2): 56 data bytes
> Request timeout for icmp_seq 0
> {code}
> Whereas on windows I only get:
> Ping request could not find host 10.1.2.2.xip.io. Please check the name and try again.
> I'm not sure if it's just a problem with our laptop, but it needs investigating in any case.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-598) Cannot install JBTIS in offline mode
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-598?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky edited comment on JBTIS-598 at 3/24/16 3:53 AM:
------------------------------------------------------------------
My steps:
1. Install Eclipse Mars-2 For JEE devs
2. Add jbosstools-4.3.1.Beta2-updatesite-core.zip
3. Add target-platform-4.3.1.Beta1b-earlyaccess.zip
4. Add jbosstools-integration-stack-4.3.0.Beta1-earlyaccess.zip
I'm still not able to install DV in offline mode. I'm getting the following error
{code}
Cannot complete the install because one or more required items could not be found.
Software being installed: Teiid Designer 10.0.0.Beta3-v20160218-1807-B4076 (org.teiid.designer.feature.feature.group 10.0.0.Beta3-v20160218-1807-B4076)
Missing requirement: JBoss AS, WildFly & EAP Server Tools - JMX Integration 3.1.1.Beta2-v20160121-0132-B81 (org.jboss.ide.eclipse.as.jmx.integration.feature.feature.group 3.1.1.Beta2-v20160121-0132-B81) requires 'org.eclipse.tm.terminal.view.ui.rse 4.0.0' but it could not be found
Cannot satisfy dependency:
From: JBoss AS, WildFly & EAP Server Tools 3.1.1.Beta2-v20160121-0132-B81 (org.jboss.ide.eclipse.as.feature.feature.group 3.1.1.Beta2-v20160121-0132-B81)
To: org.jboss.ide.eclipse.as.jmx.integration.feature.feature.group [3.1.1.Beta2-v20160121-0132-B81]
Cannot satisfy dependency:
From: Teiid Designer 10.0.0.Beta3-v20160218-1807-B4076 (org.teiid.designer.feature.feature.group 10.0.0.Beta3-v20160218-1807-B4076)
To: org.jboss.ide.eclipse.as.feature.feature.group [3.1.0,4.0.0)
{code}
was (Author: apodhrad):
I'm still not able to install DV in offline mode. I'm getting the following error
{code}
Cannot complete the install because one or more required items could not be found.
Software being installed: Teiid Designer 10.0.0.Beta3-v20160218-1807-B4076 (org.teiid.designer.feature.feature.group 10.0.0.Beta3-v20160218-1807-B4076)
Missing requirement: JBoss AS, WildFly & EAP Server Tools - JMX Integration 3.1.1.Beta2-v20160121-0132-B81 (org.jboss.ide.eclipse.as.jmx.integration.feature.feature.group 3.1.1.Beta2-v20160121-0132-B81) requires 'org.eclipse.tm.terminal.view.ui.rse 4.0.0' but it could not be found
Cannot satisfy dependency:
From: JBoss AS, WildFly & EAP Server Tools 3.1.1.Beta2-v20160121-0132-B81 (org.jboss.ide.eclipse.as.feature.feature.group 3.1.1.Beta2-v20160121-0132-B81)
To: org.jboss.ide.eclipse.as.jmx.integration.feature.feature.group [3.1.1.Beta2-v20160121-0132-B81]
Cannot satisfy dependency:
From: Teiid Designer 10.0.0.Beta3-v20160218-1807-B4076 (org.teiid.designer.feature.feature.group 10.0.0.Beta3-v20160218-1807-B4076)
To: org.jboss.ide.eclipse.as.feature.feature.group [3.1.0,4.0.0)
{code}
> Cannot install JBTIS in offline mode
> ------------------------------------
>
> Key: JBTIS-598
> URL: https://issues.jboss.org/browse/JBTIS-598
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 4.3.0.Beta1
> Environment: Eclipse Mars-2 for JEE developers
> jbosstools-4.3.1.Beta2-updatesite-core.zip
> jbosstools-integration-stack-4.3.0.Beta1-earlyaccess.zip
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Fix For: 4.3.0.CR1
>
>
> {code}
> Missing requirement: org.eclipse.bpmn2.modeler.core 1.2.3.Final-v20160226-1723-B97 requires 'bundle org.eclipse.emf.transaction 0.0.0' but it could not be found
> Missing requirement: Teiid DataTools Connectivity 10.0.0.Beta3-v20160218-1807-B4076 (org.teiid.datatools.connectivity.feature.feature.group 10.0.0.Beta3-v20160218-1807-B4076) requires 'org.jboss.tools.locus.sf.saxon [9.5.1,10.0.0)' but it could not be found
> Missing requirement: SwitchYard 2.1.0.Beta3-v20160226-2057-B645 (org.switchyard.tools.feature.feature.group 2.1.0.Beta3-v20160226-2057-B645) requires 'org.eclipse.emf.compare.feature.group 2.1.0' but it could not be found
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-610) Cannot build JBDS-IS due to error with downloading ant-contrib
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-610?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-610.
-----------------------------------
Assignee: Andrej Podhradsky
The PR was merged and now it works without any problem. We can close this issue.
> Cannot build JBDS-IS due to error with downloading ant-contrib
> --------------------------------------------------------------
>
> Key: JBTIS-610
> URL: https://issues.jboss.org/browse/JBTIS-610
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 9.0.0.Beta1
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
>
> I'm not able to build JBDS-IS from the source. I'm getting the following error
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project generation: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/apodhrad/Projects/jbosstools-integration-stack/scripts/build.xml:47: The following error occurred while executing this line:
> [ERROR] /home/apodhrad/Projects/jbosstools-integration-stack/scripts/build.xml:100: Redirection detected from https to http. Protocol switch unsafe, not allowed.
> [ERROR] around Ant part ...<ant antfile="../../../scripts/build.xml" dir="." target="basic.build">... @ 4:74 in /home/apodhrad/Projects/jbosstools-integration-stack/jbosstools/discovery/generation/target/antrun/build-main.xml
> {code}
> The problem seems to be with downloading http://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (TOOLSDOC-715) JBDS 9.1 GA: BrowserSim fails with all-in-one installer
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-715?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-715:
-------------------------------
Description: Using the all-in-one installer, the installed JDK will not allow BrowserSIm to be used. Related issue is JBDS-23676 and source for this request is JBDS-3707. This needs to be documented for users.
> JBDS 9.1 GA: BrowserSim fails with all-in-one installer
> -------------------------------------------------------
>
> Key: TOOLSDOC-715
> URL: https://issues.jboss.org/browse/TOOLSDOC-715
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: General documentation issues
> Affects Versions: 9.1 GA
> Reporter: Misha Ali
> Assignee: Misha Ali
> Labels: AIO_Installer, BrowserSim
>
> Using the all-in-one installer, the installed JDK will not allow BrowserSIm to be used. Related issue is JBDS-23676 and source for this request is JBDS-3707. This needs to be documented for users.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years