[JBoss JIRA] (JBIDE-13271) BrowserSim: simulator is closing unexpectedly while changing skin
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13271?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-13271:
-------------------------------------
Fix Version/s: 4.0.1
4.1.0.Alpha1
> BrowserSim: simulator is closing unexpectedly while changing skin
> -----------------------------------------------------------------
>
> Key: JBIDE-13271
> URL: https://issues.jboss.org/browse/JBIDE-13271
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Visual Page Editor core
> Affects Versions: 4.0.0.CR1
> Environment: Windows 7
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Fix For: 4.0.1, 4.1.0.Alpha1
>
>
> BrowserSim is closing with the following stack trace:
> {code}
> Exception in thread "main" org.eclipse.swt.SWTException: Widget is disposed
> at org.eclipse.swt.SWT.error(SWT.java:4361)
> at org.eclipse.swt.SWT.error(SWT.java:4276)
> at org.eclipse.swt.SWT.error(SWT.java:4247)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340)
> at org.eclipse.swt.widgets.Control.setVisible(Control.java:3725)
> at org.jboss.tools.vpe.browsersim.ui.skin.ios.AppleIPhone3ResizableSkin.
> progressChanged(AppleIPhone3ResizableSkin.java:247)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim$3.changed(BrowserSim.jav
> a:251)
> at org.eclipse.swt.browser.WebResourceLoadDelegate.identifierForInitialR
> equest(WebResourceLoadDelegate.java:225)
> at org.eclipse.swt.browser.WebResourceLoadDelegate$1.method3(WebResource
> LoadDelegate.java:45)
> at org.eclipse.swt.internal.ole.win32.COMObject.callback3(COMObject.java
> :92)
> at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
> at org.eclipse.swt.browser.WebKit$4.handleEvent(WebKit.java:650)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
> at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2822)
> at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2417)
> at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:5152)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:4598)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
> at org.eclipse.swt.internal.win32.OS.VtblCall(Native Method)
> at org.eclipse.swt.internal.webkit.IWebView.setHostWindow(IWebView.java:
> 76)
> at org.eclipse.swt.browser.WebKit.onDispose(WebKit.java:1064)
> at org.eclipse.swt.browser.WebKit$4.handleEvent(WebKit.java:646)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:808)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:167)
> at org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:
> 790)
> at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:1290)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446)
> at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:448)
> at org.eclipse.swt.widgets.Shell.dispose(Shell.java:715)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim.setSelectedDevice(Browse
> rSim.java:673)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim$11$1.update(BrowserSim.j
> ava:433)
> at java.util.Observable.notifyObservers(Unknown Source)
> at java.util.Observable.notifyObservers(Unknown Source)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim$22.widgetSelected(Browse
> rSim.java:651)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
> 248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim.main(BrowserSim.java:156
> )
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.swtjar.SWTLoader.main(SWTLoader.java:38)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13271) BrowserSim: simulator is closing unexpectedly while changing skin
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13271?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-13271:
-------------------------------------
Priority: Critical (was: Major)
> BrowserSim: simulator is closing unexpectedly while changing skin
> -----------------------------------------------------------------
>
> Key: JBIDE-13271
> URL: https://issues.jboss.org/browse/JBIDE-13271
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Visual Page Editor core
> Affects Versions: 4.0.0.CR1
> Environment: Windows 7
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.0.1, 4.1.0.Alpha1
>
>
> BrowserSim is closing with the following stack trace:
> {code}
> Exception in thread "main" org.eclipse.swt.SWTException: Widget is disposed
> at org.eclipse.swt.SWT.error(SWT.java:4361)
> at org.eclipse.swt.SWT.error(SWT.java:4276)
> at org.eclipse.swt.SWT.error(SWT.java:4247)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340)
> at org.eclipse.swt.widgets.Control.setVisible(Control.java:3725)
> at org.jboss.tools.vpe.browsersim.ui.skin.ios.AppleIPhone3ResizableSkin.
> progressChanged(AppleIPhone3ResizableSkin.java:247)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim$3.changed(BrowserSim.jav
> a:251)
> at org.eclipse.swt.browser.WebResourceLoadDelegate.identifierForInitialR
> equest(WebResourceLoadDelegate.java:225)
> at org.eclipse.swt.browser.WebResourceLoadDelegate$1.method3(WebResource
> LoadDelegate.java:45)
> at org.eclipse.swt.internal.ole.win32.COMObject.callback3(COMObject.java
> :92)
> at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
> at org.eclipse.swt.browser.WebKit$4.handleEvent(WebKit.java:650)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
> at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2822)
> at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2417)
> at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:5152)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:4598)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
> at org.eclipse.swt.internal.win32.OS.VtblCall(Native Method)
> at org.eclipse.swt.internal.webkit.IWebView.setHostWindow(IWebView.java:
> 76)
> at org.eclipse.swt.browser.WebKit.onDispose(WebKit.java:1064)
> at org.eclipse.swt.browser.WebKit$4.handleEvent(WebKit.java:646)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:808)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
> at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:167)
> at org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:
> 790)
> at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:1290)
> at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
> at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446)
> at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:448)
> at org.eclipse.swt.widgets.Shell.dispose(Shell.java:715)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim.setSelectedDevice(Browse
> rSim.java:673)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim$11$1.update(BrowserSim.j
> ava:433)
> at java.util.Observable.notifyObservers(Unknown Source)
> at java.util.Observable.notifyObservers(Unknown Source)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim$22.widgetSelected(Browse
> rSim.java:651)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
> 248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim.main(BrowserSim.java:156
> )
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.swtjar.SWTLoader.main(SWTLoader.java:38)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13271) BrowserSim: simulator is closing unexpectedly while changing skin
by Yahor Radtsevich (JIRA)
Yahor Radtsevich created JBIDE-13271:
----------------------------------------
Summary: BrowserSim: simulator is closing unexpectedly while changing skin
Key: JBIDE-13271
URL: https://issues.jboss.org/browse/JBIDE-13271
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 4.0.0.CR1
Environment: Windows 7
Reporter: Yahor Radtsevich
Assignee: Konstantin Marmalyukov
BrowserSim is closing with the following stack trace:
{code}
Exception in thread "main" org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4361)
at org.eclipse.swt.SWT.error(SWT.java:4276)
at org.eclipse.swt.SWT.error(SWT.java:4247)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340)
at org.eclipse.swt.widgets.Control.setVisible(Control.java:3725)
at org.jboss.tools.vpe.browsersim.ui.skin.ios.AppleIPhone3ResizableSkin.
progressChanged(AppleIPhone3ResizableSkin.java:247)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim$3.changed(BrowserSim.jav
a:251)
at org.eclipse.swt.browser.WebResourceLoadDelegate.identifierForInitialR
equest(WebResourceLoadDelegate.java:225)
at org.eclipse.swt.browser.WebResourceLoadDelegate$1.method3(WebResource
LoadDelegate.java:45)
at org.eclipse.swt.internal.ole.win32.COMObject.callback3(COMObject.java
:92)
at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
at org.eclipse.swt.browser.WebKit$4.handleEvent(WebKit.java:650)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2822)
at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2417)
at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:5152)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4598)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
at org.eclipse.swt.internal.win32.OS.VtblCall(Native Method)
at org.eclipse.swt.internal.webkit.IWebView.setHostWindow(IWebView.java:
76)
at org.eclipse.swt.browser.WebKit.onDispose(WebKit.java:1064)
at org.eclipse.swt.browser.WebKit$4.handleEvent(WebKit.java:646)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
at org.eclipse.swt.widgets.Widget.release(Widget.java:808)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:873)
at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:167)
at org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:
790)
at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:1290)
at org.eclipse.swt.widgets.Widget.release(Widget.java:811)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446)
at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:448)
at org.eclipse.swt.widgets.Shell.dispose(Shell.java:715)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim.setSelectedDevice(Browse
rSim.java:673)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim$11$1.update(BrowserSim.j
ava:433)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim$22.widgetSelected(Browse
rSim.java:651)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim.main(BrowserSim.java:156
)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.swtjar.SWTLoader.main(SWTLoader.java:38)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13249) Improve MDB support
by Clebert Suconic (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13249?page=com.atlassian.jira.plugi... ]
Clebert Suconic commented on JBIDE-13249:
-----------------------------------------
I would focus on AS7 and beyond where you can create queues on standalone or domain.
Having an easy way to create MDBs would be great.
> Improve MDB support
> -------------------
>
> Key: JBIDE-13249
> URL: https://issues.jboss.org/browse/JBIDE-13249
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: ejb3
> Reporter: Clebert Suconic
> Assignee: Rob Stryker
>
> I have recently tried creating an MDB and it seems out of date.
> It's not adding any annotations and not asking the user for any parameters.
> You could do something like this:
> - Ask what provider is going to be used...
> Ask what's the queue name to be used
> What Resource Adapter's name. (It would be great if you could inspect the server being used here for the RA's names. Each hornetq pooled connection factory will be a resource adapter name BTW).
> What Queue Name
> you could also provide additional activation properties by either selecting a list of providers. Or even better you could inspect the list of available activation properties, so it would be more generic.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13270) Windows 8 is not being reported in Google Analytics
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13270?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-13270 at 12/10/12 12:01 PM:
---------------------------------------------------------------------
It definitely looks like an issue in Google Analytics, not a bug on our side. We're reporting things correctly.
Google Analytics is not reporting Windows 8 correctly for the moment.
Windows 8 users are reported as Windows *NT 6.2*:
http://webmasters.stackexchange.com/questions/38006/how-does-windows-8-ap...
https://productforums.google.com/forum/?fromgroups=#!topic/analytics/_-u2...
Windows NT 6.2 is what is set by usage and browsers in the user agent. Google Analytics then translates this into Windows names known to the public.
For the full picture: (a javascript snippet that detects windows versions)
{code:title=http://stackoverflow.com/questions/13487856/get-specific-windows-version-by-javascript}
{
SubString: "Windows NT 5.1",
NickName: "Windows XP"
},
{
SubString: "Windows NT 5.2 ",
NickName: "Windows Server 2003/Windows XP x64 Edition"
},
{
SubString: "Windows NT 6.0",
NickName: "Windows Vista"
},
{
SubString: "Windows NT 6.1",
NickName: "Windows 7"
},
{
SubString: "Windows NT 6.2",
SpecialString: "ARM",
NickName: "Windows RT"
},
{
SubString: "Windows NT 6.2",
NickName: "Windows 8"
}
{code}
was (Author: adietish):
It definitely looks like an issue in Google Analytics, not a bug on our side. We're reporting things correctly.
Google Analytics is not reporting Windows 8 correctly for the moment.
Windows 8 users are reported as Windows *NT 6.2*:
http://webmasters.stackexchange.com/questions/38006/how-does-windows-8-ap...
Windows NT 6.2 is what is set by usage and browsers in the user agent. Google Analytics then translates this into Windows names known to the public.
For the full picture: (a javascript snippet that detects windows versions)
{code:title=http://stackoverflow.com/questions/13487856/get-specific-windows-version-by-javascript}
{
SubString: "Windows NT 5.1",
NickName: "Windows XP"
},
{
SubString: "Windows NT 5.2 ",
NickName: "Windows Server 2003/Windows XP x64 Edition"
},
{
SubString: "Windows NT 6.0",
NickName: "Windows Vista"
},
{
SubString: "Windows NT 6.1",
NickName: "Windows 7"
},
{
SubString: "Windows NT 6.2",
SpecialString: "ARM",
NickName: "Windows RT"
},
{
SubString: "Windows NT 6.2",
NickName: "Windows 8"
}
{code}
> Windows 8 is not being reported in Google Analytics
> ---------------------------------------------------
>
> Key: JBIDE-13270
> URL: https://issues.jboss.org/browse/JBIDE-13270
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: usage
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.0.x
>
> Attachments: windows8-not-reported.png
>
>
> We can't spot any Windows 8 being reported by usage in Google Analytics:
> !windows8-not-reported.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13270) Windows 8 is not being reported in Google Analytics
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13270?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-13270 at 12/10/12 11:43 AM:
---------------------------------------------------------------------
It definitely looks like an issue in Google Analytics, not a bug on our side. We're reporting things correctly.
Google Analytics is not reporting Windows 8 correctly for the moment.
Windows 8 users are reported as Windows *NT 6.2*:
http://webmasters.stackexchange.com/questions/38006/how-does-windows-8-ap...
Windows NT 6.2 is what is set by usage and browsers in the user agent. Google Analytics then translates this into Windows names known to the public.
For the full picture: (a javascript snippet that detects windows versions)
{code:title=http://stackoverflow.com/questions/13487856/get-specific-windows-version-by-javascript}
{
SubString: "Windows NT 5.1",
NickName: "Windows XP"
},
{
SubString: "Windows NT 5.2 ",
NickName: "Windows Server 2003/Windows XP x64 Edition"
},
{
SubString: "Windows NT 6.0",
NickName: "Windows Vista"
},
{
SubString: "Windows NT 6.1",
NickName: "Windows 7"
},
{
SubString: "Windows NT 6.2",
SpecialString: "ARM",
NickName: "Windows RT"
},
{
SubString: "Windows NT 6.2",
NickName: "Windows 8"
}
{code}
was (Author: adietish):
It definitely looks like an issue in Google Analytics, not a bug on our side. We're reporting things correctly.
Google Analytics is not reporting Windows 8 correctly for the moment.
Windows 8 users are reported are reported as Windows NT 6.2:
http://webmasters.stackexchange.com/questions/38006/how-does-windows-8-ap...
Windows NT 6.2 is what is set by usage and browsers in the user agent. Google Analytics then translates this into Windows names known to the public.
For the full picture: (a javascript snippet that detects windows versions)
{code:title=http://stackoverflow.com/questions/13487856/get-specific-windows-version-by-javascript}
{
SubString: "Windows NT 5.1",
NickName: "Windows XP"
},
{
SubString: "Windows NT 5.2 ",
NickName: "Windows Server 2003/Windows XP x64 Edition"
},
{
SubString: "Windows NT 6.0",
NickName: "Windows Vista"
},
{
SubString: "Windows NT 6.1",
NickName: "Windows 7"
},
{
SubString: "Windows NT 6.2",
SpecialString: "ARM",
NickName: "Windows RT"
},
{
SubString: "Windows NT 6.2",
NickName: "Windows 8"
}
{code}
> Windows 8 is not being reported in Google Analytics
> ---------------------------------------------------
>
> Key: JBIDE-13270
> URL: https://issues.jboss.org/browse/JBIDE-13270
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: usage
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.0.x
>
> Attachments: windows8-not-reported.png
>
>
> We can't spot any Windows 8 being reported by usage in Google Analytics:
> !windows8-not-reported.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-11121) Generate target platforms for JBT/JBDS SOA Tooling which include: JBT/JBDS Core TP + last stable Core milestone
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11121?page=com.atlassian.jira.plugi... ]
Mickael Istria edited comment on JBIDE-11121 at 12/10/12 11:14 AM:
-------------------------------------------------------------------
No problem, Dan.
Your use case just shows that I should find a more direct way for you to test. I've worked on something simpler, can you please *ALL* give it a try asap?
Just follow *exactly* those instructions:
If you're using JBT parent pom
# change parent pom version to 4.1.0.JBIDE-11121-SNAPSHOT
# run "mvn clean verify -P soa -Dno.jbosstools.site -Dtycho.localArtifacts=ignore"
If you're *not* using JBT parent:
# Remove/comment from your pom all <repositories> and target-platform-definition-configuration
# put in your pom.xml:
{code:xml}
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tychoVersion}</version>
<configuration>
<target>
<artifact>
<groupId>org.jboss.tools.target-platforms.soatools</groupId>
<artifactId>multiple</artifactId>
<version>4.2.1.a-SNAPSHOT</version>
<classifier>multiple</classifier>
</artifact>
</target>
</configuration>
</plugin>
{code}
# Run a "mvn clean verify"
Please post your build log there.
was (Author: mickael_istria):
No problem, Dan.
Your use case just shows that I should find a more direct way for you to test. I've worked on something simpler, can you please *ALL* give it a try asap?
Just follow *exactly* those instructions:
If you're using JBT parent pom
# change parent pom version to 4.1.0.JBIDE-11121-SNAPSHOT
# run "mvn clean verify -P soa -Dno.jbosstools.site -Dtycho.localArtifacts=ignore"
If you're *not* using JBT parent:
# Remove/comment from your pom all <repositories> and target-platform-definition-configuration
# put in your pom.xml:
{code:xml}
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tychoVersion}</version>
<configuration>
<target>
<artifact>
<groupId>org.jboss.tools.target-platforms.${tpc.group}</groupId>
<artifactId>multiple</artifactId>
<version>4.2.1.a-SNAPSHOT</version>
<classifier>multiple</classifier>
</artifact>
</target>
</configuration>
</plugin>
{code}
# Run a "mvn clean verify"
Please post your build log there.
> Generate target platforms for JBT/JBDS SOA Tooling which include: JBT/JBDS Core TP + last stable Core milestone
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-11121
> URL: https://issues.jboss.org/browse/JBIDE-11121
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: SOA Tooling
> Affects Versions: 3.3.0.Beta1-SOA
> Reporter: Nick Boldt
> Assignee: Douglas Palmer
> Priority: Blocker
> Labels: f2f2012
> Fix For: 4.0.x
>
> Attachments: ModeShapeToolsBuildLog.txt
>
>
> Generate target platforms for JBT/JBDS SOA Tooling which include:
> 1. JBT Core TP + last stable JBT Core milestone.
> 2. JBDS Core TP + last stable JBDS Core milestone.
> Then, all SOA Component jobs should be rekeyed to use these new TPs when building instead of the JBT/JBDS Core ones.
> This includes Drools, which currently builds against Helios instead of Indigo, and Savara, which has requirements which are not as yet in the JBT/JBDS Core TPs (eg., GMF and Graphiti).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13270) Windows 8 is not being reported in Google Analytics
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13270?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-13270 at 12/10/12 11:11 AM:
---------------------------------------------------------------------
It definitely looks like an issue in Google Analytics, not a bug on our side. We're reporting things correctly.
Google Analytics is not reporting Windows 8 correctly for the moment.
Windows 8 users are reported are reported as Windows NT 6.2:
http://webmasters.stackexchange.com/questions/38006/how-does-windows-8-ap...
Windows NT 6.2 is what is set by usage and browsers in the user agent. Google Analytics then translates this into Windows names known to the public.
For the full picture: (a javascript snippet that detects windows versions)
{code:title=http://stackoverflow.com/questions/13487856/get-specific-windows-version-by-javascript}
{
SubString: "Windows NT 5.1",
NickName: "Windows XP"
},
{
SubString: "Windows NT 5.2 ",
NickName: "Windows Server 2003/Windows XP x64 Edition"
},
{
SubString: "Windows NT 6.0",
NickName: "Windows Vista"
},
{
SubString: "Windows NT 6.1",
NickName: "Windows 7"
},
{
SubString: "Windows NT 6.2",
SpecialString: "ARM",
NickName: "Windows RT"
},
{
SubString: "Windows NT 6.2",
NickName: "Windows 8"
}
{code}
was (Author: adietish):
looks like Google Analytics is not detecting Windows 8 correctly so far. These users are reported as Windows NT 6.2:
http://webmasters.stackexchange.com/questions/38006/how-does-windows-8-ap...
For the full picture, the latest windows versions are all reported as Windows NT in the user agent, but they differ in the version. Google Analytics "translates" them into the correct windows names. Google Analytics is simply missing the "translation" for Windows 8 so far (js code that does the very same translation http://stackoverflow.com/questions/13487856/get-specific-windows-version-...):
{code}
{
SubString: "Windows NT 5.1",
NickName: "Windows XP"
},
{
SubString: "Windows NT 5.2 ",
NickName: "Windows Server 2003/Windows XP x64 Edition"
},
{
SubString: "Windows NT 6.0",
NickName: "Windows Vista"
},
{
SubString: "Windows NT 6.1",
NickName: "Windows 7"
},
{
SubString: "Windows NT 6.2",
SpecialString: "ARM",
NickName: "Windows RT"
},
{
SubString: "Windows NT 6.2",
NickName: "Windows 8"
}
{code}
> Windows 8 is not being reported in Google Analytics
> ---------------------------------------------------
>
> Key: JBIDE-13270
> URL: https://issues.jboss.org/browse/JBIDE-13270
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: usage
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.0.x
>
> Attachments: windows8-not-reported.png
>
>
> We can't spot any Windows 8 being reported by usage in Google Analytics:
> !windows8-not-reported.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13270) Windows 8 is not being reported in Google Analytics
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13270?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-13270:
------------------------------------------
looks like Google Analytics is not detecting Windows 8 correctly so far. These users are reported as Windows NT 6.2:
http://webmasters.stackexchange.com/questions/38006/how-does-windows-8-ap...
For the full picture, the latest windows versions are all reported as Windows NT in the user agent, but they differ in the version. Google Analytics "translates" them into the correct windows names. Google Analytics is simply missing the "translation" for Windows 8 so far (js code that does the very same translation http://stackoverflow.com/questions/13487856/get-specific-windows-version-...):
{code}
{
SubString: "Windows NT 5.1",
NickName: "Windows XP"
},
{
SubString: "Windows NT 5.2 ",
NickName: "Windows Server 2003/Windows XP x64 Edition"
},
{
SubString: "Windows NT 6.0",
NickName: "Windows Vista"
},
{
SubString: "Windows NT 6.1",
NickName: "Windows 7"
},
{
SubString: "Windows NT 6.2",
SpecialString: "ARM",
NickName: "Windows RT"
},
{
SubString: "Windows NT 6.2",
NickName: "Windows 8"
}
{code}
> Windows 8 is not being reported in Google Analytics
> ---------------------------------------------------
>
> Key: JBIDE-13270
> URL: https://issues.jboss.org/browse/JBIDE-13270
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: usage
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.0.x
>
> Attachments: windows8-not-reported.png
>
>
> We can't spot any Windows 8 being reported by usage in Google Analytics:
> !windows8-not-reported.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months