[JBoss JIRA] (JBIDE-25442) Add possibility to be notified when user logs in into OSIO
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25442?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-25442:
----------------------------------------
Assignee: Jeff MAURY
> Add possibility to be notified when user logs in into OSIO
> ----------------------------------------------------------
>
> Key: JBIDE-25442
> URL: https://issues.jboss.org/browse/JBIDE-25442
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.2.AM1
> Reporter: Lucia Jelinkova
> Assignee: Jeff MAURY
> Labels: OSIO
> Fix For: 4.5.x
>
>
> I have the following scenario I'd like to implement with OSIO login. I am not sure if it is currently possible or it would need some additional implementation.
> The Fabric8 analytics plugin for Eclipse uses LSP server that needs OSIO token to work. The current implementation asks user for the token on the first open of pom.xml file and then every time the LSP server needs to be started (meaning on every open of any pom.xml file). This approach brings some disadvantages - e.g. user might cancel the login window and then he has manually re-enable the server on Fabric8 preference page. Not to mention that the login window out of the nowhere is quite disturbing.
> I would like to change it so that the user logs in into OSIO (via toolbutton or preference page) and then the LSP server is notified about the login and starts working. This would prevent the "login popup" problem and I think it would bring better user experience.
> So, is there a way to get notifications about login/logout into OSIO at the moment? Would you agree to implement this feature into OSIO Eclipse plugin?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (JBIDE-25442) Add possibility to be notified when user logs in into OSIO
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25442?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25442:
-------------------------------------
Fix Version/s: 4.5.x
> Add possibility to be notified when user logs in into OSIO
> ----------------------------------------------------------
>
> Key: JBIDE-25442
> URL: https://issues.jboss.org/browse/JBIDE-25442
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.2.AM1
> Reporter: Lucia Jelinkova
> Assignee: Jeff MAURY
> Labels: OSIO
> Fix For: 4.5.x
>
>
> I have the following scenario I'd like to implement with OSIO login. I am not sure if it is currently possible or it would need some additional implementation.
> The Fabric8 analytics plugin for Eclipse uses LSP server that needs OSIO token to work. The current implementation asks user for the token on the first open of pom.xml file and then every time the LSP server needs to be started (meaning on every open of any pom.xml file). This approach brings some disadvantages - e.g. user might cancel the login window and then he has manually re-enable the server on Fabric8 preference page. Not to mention that the login window out of the nowhere is quite disturbing.
> I would like to change it so that the user logs in into OSIO (via toolbutton or preference page) and then the LSP server is notified about the login and starts working. This would prevent the "login popup" problem and I think it would bring better user experience.
> So, is there a way to get notifications about login/logout into OSIO at the moment? Would you agree to implement this feature into OSIO Eclipse plugin?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (JBIDE-25442) Add possibility to be notified when user logs in into OSIO
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25442?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25442:
-------------------------------------
Affects Version/s: 4.5.2.AM1
> Add possibility to be notified when user logs in into OSIO
> ----------------------------------------------------------
>
> Key: JBIDE-25442
> URL: https://issues.jboss.org/browse/JBIDE-25442
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.2.AM1
> Reporter: Lucia Jelinkova
> Assignee: Jeff MAURY
> Labels: OSIO
> Fix For: 4.5.x
>
>
> I have the following scenario I'd like to implement with OSIO login. I am not sure if it is currently possible or it would need some additional implementation.
> The Fabric8 analytics plugin for Eclipse uses LSP server that needs OSIO token to work. The current implementation asks user for the token on the first open of pom.xml file and then every time the LSP server needs to be started (meaning on every open of any pom.xml file). This approach brings some disadvantages - e.g. user might cancel the login window and then he has manually re-enable the server on Fabric8 preference page. Not to mention that the login window out of the nowhere is quite disturbing.
> I would like to change it so that the user logs in into OSIO (via toolbutton or preference page) and then the LSP server is notified about the login and starts working. This would prevent the "login popup" problem and I think it would bring better user experience.
> So, is there a way to get notifications about login/logout into OSIO at the moment? Would you agree to implement this feature into OSIO Eclipse plugin?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (JBIDE-24845) [regression] unable to open the Maven Repositories wizard
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24845?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24845:
-------------------------------------
Fix Version/s: 4.5.2.AM2
(was: 4.5.x)
> [regression] unable to open the Maven Repositories wizard
> ---------------------------------------------------------
>
> Key: JBIDE-24845
> URL: https://issues.jboss.org/browse/JBIDE-24845
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.4.4.Final
> Reporter: Fred Bricon
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.2.AM2
>
>
> 1 - open Preferences > JBoss Tools > JBoss Maven Integration
> 2 - click on the Configure Maven Repositories... button
> expected: the Maven repositories wizard open
> actual: Unhandled event loop exception:
> {noformat}
> java.lang.NoSuchFieldError: DEFAULT_USER_SETTINGS_FILE
> at org.jboss.tools.maven.ui.wizard.ConfigureMavenRepositoriesWizardPage.getUserSettings(ConfigureMavenRepositoriesWizardPage.java:988)
> at org.jboss.tools.maven.ui.wizard.ConfigureMavenRepositoriesWizardPage.createControl(ConfigureMavenRepositoriesWizardPage.java:242)
> at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:176)
> at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:688)
> at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:580)
> at org.eclipse.jface.window.Window.create(Window.java:426)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1096)
> at org.jboss.tools.maven.ui.preferences.ConfiguratorPreferencePage$2.widgetSelected(ConfiguratorPreferencePage.java:155)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4257)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1502)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1525)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1510)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1314)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4081)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:211)
> at org.eclipse.ui.internal.handlers.ShowPreferencePageHandler.execute(ShowPreferencePageHandler.java:59)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months