[JBoss JIRA] (JBTIS-977) Fuse - Investigate whether we stiil need to wait for a dialog "Please confirm ..."
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-977?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-977.
-----------------------------------
pushed to master
> Fuse - Investigate whether we stiil need to wait for a dialog "Please confirm ..."
> ----------------------------------------------------------------------------------
>
> Key: JBTIS-977
> URL: https://issues.jboss.org/browse/JBTIS-977
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: Fuse IDE, QE
> Affects Versions: 4.4.0.Alpha1
> Reporter: Andrej Podhradsky
> Assignee: Tomáš Sedmík
> Fix For: 4.4.0.Final
>
>
> After each save the tests wait for a dialog "Please confirm ..." which is probably not needed anymore. This waiting takes 10 s after each save, so please consider removing this condition.
> {code:title=CamelEditor.java}
> public void save() {
> activate();
> new ShellMenu("File", "Save").select();
> try {
> new WaitUntil(new ShellWithTextIsAvailable("Please confirm..."));
> new DefaultShell("Please confirm...");
> new YesButton().click();
> throw new CamelEditorException("There are unconnected endpoints in the diagram!");
> } catch (WaitTimeoutExpiredException e) {
> // The dialog "Please confirm..." didn't show up => everything is OK
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (JBDS-4096) profile self is not registered?
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-4096?page=com.atlassian.jira.plugin.... ]
Fred Bricon commented on JBDS-4096:
-----------------------------------
This usually happens when running an hosted instance of eclipse. You can use "Support software installation in the launched application" in the launch configuration. http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.pde.doc.user%...
> profile self is not registered?
> -------------------------------
>
> Key: JBDS-4096
> URL: https://issues.jboss.org/browse/JBDS-4096
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central-update
> Affects Versions: 10.2.0.AM1
> Environment: {code}
> Red Hat JBoss Developer Studio
> Version: 10.2.0.AM1
> Build id: AM1-v20160923-1714-B6096
> Build date: 20160923-1714
> $➔ uname -a
> Linux t540p-f24-vm01 4.7.4-200.fc24.x86_64 #1 SMP Thu Sep 15 18:42:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
> [14:00:12] nboldt@t540p-f24-vm01:~/devstudio-10.2.0.AM1
> $➔ java -version
> openjdk version "1.8.0_65"
> OpenJDK Runtime Environment (build 1.8.0_65-b17)
> OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
> {code}
> Reporter: Nick Boldt
> Assignee: Fred Bricon
> Fix For: 10.2.0.AM3
>
> Attachments: profile-self-is-not-registered.png
>
>
> Tried to install the m2e-wtp-jsf connector from Central and got this:
> {code}Profile id _SELF_ is not registered.
> java.lang.IllegalArgumentException: Profile id _SELF_ is not registered.
> at org.eclipse.equinox.internal.p2.director.ProfileChangeRequest.createByProfileId(ProfileChangeRequest.java:46)
> at org.eclipse.equinox.p2.operations.InstallOperation.computeProfileChangeRequest(InstallOperation.java:74)
> at org.eclipse.equinox.p2.operations.ProfileChangeOperation.makeResolveJob(ProfileChangeOperation.java:165)
> at org.eclipse.equinox.p2.operations.ProfileChangeOperation.resolveModal(ProfileChangeOperation.java:113)
> at org.jboss.tools.discovery.core.internal.connectors.PrepareInstallProfileJob.resolveInstall(PrepareInstallProfileJob.java:268)
> at org.jboss.tools.discovery.core.internal.connectors.PrepareInstallProfileJob.run(PrepareInstallProfileJob.java:120)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
> eclipse.buildId=unknown
> java.version=1.8.0_65
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_CA
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product -debug -console -consolelog
> {code}
> !profile-self-is-not-registered.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months