[JBoss JIRA] (JBIDE-13480) BrowserSim: simulator is closing unexpectedly while changing skin
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13480?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-13480:
----------------------------------
Release Notes Docs Status: Not Required
> BrowserSim: simulator is closing unexpectedly while changing skin
> -----------------------------------------------------------------
>
> Key: JBIDE-13480
> URL: https://issues.jboss.org/browse/JBIDE-13480
> 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.Final
>
>
> On some web pages BrowserSim is closing with the following stack trace while changing skin (see steps to reproduce):
> {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, 1 month
[JBoss JIRA] (JBIDE-13435) remove uml2, zest & graphiti from JBT Juno and Kepler target platforms (move into JBTIS target platform(s)
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13435?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-13435:
----------------------------------
Release Notes Docs Status: Not Required
> remove uml2, zest & graphiti from JBT Juno and Kepler target platforms (move into JBTIS target platform(s)
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13435
> URL: https://issues.jboss.org/browse/JBIDE-13435
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.0.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.0.1.Final, 4.1.0.Alpha1
>
>
> {quote}
> UML2 4.0 is not in your TP, though if I recall correctly (and they haven't removed the requirement) Teiid Designer requires UML2. Should it be added to your TP? I suspect you're resolving that dependency because it's already included in the JBT target platform [5] ? If that's the case then I believe it should be removed from ours and added to yours instead.
> Graphiti 0.9 is in both your TP and the JBT one [5], yet I don't think anything in JBT requires it. It was most likely added to support something in the SOA-P/BRMS tooling space before you started having your own TP. It too should probably be removed from ours in favour of it being in yours - no need to be in both.
> {quote}
> -- [~nickboldt]
> {quote}
> You're correct about uml2 and teiid - we're currently loading that directly from our aggregate site.xml (along with zest needed by esb). I would assume those two would be better served in the base tp as well - I'll let Rob comment. {quote}
> -- [~pleacu]
--
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, 1 month
[JBoss JIRA] (JBIDE-13550) Remove JBoss Maven JPA, JSF, JAX-RS features from the JBT4/JBDS6 update sites, installers
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13550?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-13550:
----------------------------------
Release Notes Docs Status: Not Required
> Remove JBoss Maven JPA, JSF, JAX-RS features from the JBT4/JBDS6 update sites, installers
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-13550
> URL: https://issues.jboss.org/browse/JBIDE-13550
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: Build/Releng
> Reporter: Fred Bricon
> Assignee: Nick Boldt
> Labels: respin-a
> Fix For: 4.0.1.Final
>
>
> The JBoss Maven JPA, JSF, JAX-RS being migrated over m2e-wtp, the plugins and features have been removed from the git repo.
> We need to make sure the the JBT4/JBDS6 update sites, installers are curated as well.
> *Waiting on Juno SR2 release in a couple weeks*
--
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, 1 month
[JBoss JIRA] (JBIDE-13537) Unable to create EAP6.1 server [4.0.1 maintenance]
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13537?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-13537:
----------------------------------
Release Notes Docs Status: Not Yet Documented
Affects: Release Notes
> Unable to create EAP6.1 server [4.0.1 maintenance]
> ---------------------------------------------------
>
> Key: JBIDE-13537
> URL: https://issues.jboss.org/browse/JBIDE-13537
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JBossAS/Servers, runtime-detection
> Affects Versions: 4.1.0.Alpha1
> Reporter: Rastislav Wagner
> Assignee: Rob Stryker
> Priority: Blocker
> Labels: new_and_noteworthy
> Fix For: 4.0.1.Final
>
> Attachments: New Server Runtime Environment _002.png, New Server Runtime Environment _003.png
>
>
> EAP6.1 is detected via runtime detection but nothing happens when I click OK to create runtime. Also manually adding it through Runtime Enviroment -> add -> EAP6.x does not work.
--
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, 1 month
[JBoss JIRA] (JBIDE-13577) refactor & clean up jbosstools-target-platforms repo
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13577?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-13577:
----------------------------------
Release Notes Docs Status: Not Required
> refactor & clean up jbosstools-target-platforms repo
> ----------------------------------------------------
>
> Key: JBIDE-13577
> URL: https://issues.jboss.org/browse/JBIDE-13577
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.0.0.Final, 4.0.1.Final, 4.1.0.Alpha1, 4.1.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.0.0.Final, 4.0.1.Final, 4.1.0.Alpha1, 4.1.0.Alpha2
>
>
> Rename branches as follows:
> 4.2.0 -> 4.20.x (currently contains 4.20.6)
> 4.2.1 -> 4.21.x (currently contains 4.21.4)
> (new) -> 4.22.x (soon will contain 4.22.0)
> 4.3.0 -> master (currently contains 4.30.3)
> Also, purge any large binaries that are causing the repo to be >50M in size.
> When Kepler R is released (Eclipse 4.3.0.Final) we can branch a 4.30.x branch and work on the new 4.31.x target platforms (Kepler SR1) in the master branch.
--
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, 1 month
[JBoss JIRA] (JBIDE-13600) new mechanism for deciding automatically if JBT & JBDS aggregate jobs should fire
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13600?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-13600:
----------------------------------
Release Notes Docs Status: Not Required
> new mechanism for deciding automatically if JBT & JBDS aggregate jobs should fire
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-13600
> URL: https://issues.jboss.org/browse/JBIDE-13600
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Build/Releng, updatesite
> Affects Versions: 4.0.1.Final, 4.1.0.Alpha1, 4.1.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.0.1.Final, 4.1.0.Alpha1, 4.1.0.Alpha2
>
>
> We need a series of jobs for 4.0.x, 4.1.x, and master which will:
> * install a comma-separated list of IUs (.feature.groups) from a composite site into a pre-existing Eclipse installation, then
> * diff whether the fresh installation differs from a previously cached install manifest (list of features/plugins)
> * if the install footprint is different from before, the composite site contains new content and we should fire a downstream job to produce a new aggregate site
--
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, 1 month