[JBoss JIRA] (JBIDE-16800) Add usage tracking for server creation
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16800?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-16800:
---------------------------------------------
+1 for that being added. New action needed. "Detect" or something.
> Add usage tracking for server creation
> --------------------------------------
>
> Key: JBIDE-16800
> URL: https://issues.jboss.org/browse/JBIDE-16800
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server, usage
> Reporter: Alexey Kazakov
> Assignee: Max Rydahl Andersen
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Beta1
>
> Attachments: action.png, category.png, label.png, preferences.png
>
>
> Usage tracks "Perform Finish" (value=1) and "Perform Cancel" (value=0) events for New JBoss Servers.
> This event type in Preferences:
> !preferences.png!
> A few examples in google analytics:
> !category.png!
> !action.png!
> !label.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17460) Exception when back button on mouse is pressed
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17460?page=com.atlassian.jira.plugi... ]
Vlado Pakan commented on JBIDE-17460:
-------------------------------------
I have special mouse with Back button - hardware button can't be disabled by OS. OS allows to define different actions for additional buttons my mouse has and I define Back action for this button.
Yes BrowserSim is opened with *about:blank* page
> Exception when back button on mouse is pressed
> ----------------------------------------------
>
> Key: JBIDE-17460
> URL: https://issues.jboss.org/browse/JBIDE-17460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64bit
> Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.2.0.Beta3
>
>
> 1.Open BrowserSim with empty page. BrowserSim is run with JavaFX engine
> 2.Click on empty page within BrowserSim
> 3.Click on Back button on mouse (back action is defined for back button on mouse within OS)
> ERROR:
> {noformat}
> 2014-05-28 11:52:08.348:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:56505
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7600(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.preProcess(Scene.java:3126)
> at javafx.scene.Scene$ClickGenerator.access$8400(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3347)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7900(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3157)
> at javafx.scene.Scene$ClickGenerator.access$8600(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3378)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> 2014-05-28 11:52:24.202:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17057) Wildfly cannot add "Server Runtime" classpath lib to POJP
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17057?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-17057.
---------------------------------
Verified in JBDS 8.0.0.Beta2a B106. I wonder how you discovered this issue :)
> Wildfly cannot add "Server Runtime" classpath lib to POJP
> ---------------------------------------------------------
>
> Key: JBIDE-17057
> URL: https://issues.jboss.org/browse/JBIDE-17057
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta2
>
>
> For users not using wtp projects, there is an additional way to get a server adapter's jars on the classpath. You would right-click on your plain old java project, go to the build path, click add library, browse to server runtime, and then select the runtime you want to target.
> Wildfly was not showing here, despite a runtime already existing in the workspace.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months